JUnit version 4.13.2
.21:04:21.537 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
21:04:21.542 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
21:04:21.543 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
21:04:21.646 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive3165385992101130205
21:04:21.801 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
21:04:21.817 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
21:04:22.069 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
21:04:22.097 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
21:04:22.098 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
21:04:22.128 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
21:04:22.140 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
21:04:22.158 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
21:04:22.915 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
21:04:22.919 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
21:04:22.941 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
21:04:22.943 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
21:04:22.955 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
21:04:22.955 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
21:04:23.159 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
21:04:23.160 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
21:04:23.162 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
21:04:23.707 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
21:04:23.708 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4619e336, with PersistenceManager: null will be shutdown
21:04:23.740 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4619e336, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4624b043 created in the thread with id: 13
21:04:23.816 [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
21:04:24.062 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:04:24.064 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:04:24.065 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:04:24.066 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:04:24.067 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:04:24.067 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:04:24.768 [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
21:04:24.769 [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.73
21:04:24.769 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4619e336
21:04:25.119 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
21:04:25.170 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
21:04:25.220 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
21:04:25.223 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
21:04:25.297 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
21:04:25.305 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
21:04:25.649 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
21:04:25.657 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
21:04:25.669 [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)
21:04:25.670 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [45045]...
21:04:25.670 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
21:04:25.670 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
21:04:25.670 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
21:04:25.671 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
21:04:25.676 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
21:04:25.677 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
21:04:25.677 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
21:04:25.694 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
21:04:25.695 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:45045]
21:04:25.696 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:45045) in binary transport mode
21:04:25.715 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:45045) current connections: 1
21:04:25.804 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
21:04:25.935 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task3sb8QH/test-tmp
21:04:25.939 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
21:04:25.943 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task3sb8QH/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
21:04:25.981 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:45045"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

21:04:26.389 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:04:26.396 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

21:04:26.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:26.400328 13565 mini_oidc.cc:150] Starting JWKS server
21:04:26.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:26.403599 13565 webserver.cc:534] Webserver started at http://127.0.0.1:37155/ using document root <none> and password file <none>
21:04:26.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:26.404072 13565 mini_oidc.cc:186] Starting OIDC Discovery server
21:04:26.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:26.405884 13565 webserver.cc:534] Webserver started at http://127.0.0.1:44165/ using document root <none> and password file <none>
21:04:26.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:04:26Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
21:04:26.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:04:26Z Disabled control of system clock
21:04:26.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:26.473884 13565 external_mini_cluster.cc:1372] Running /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:04:26.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:04:26.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-0/wal
21:04:26.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-0/data
21:04:26.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:04:26.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:04:26.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:04:26.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:04:26.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:04:26.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:04:26.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-0/logs
21:04:26.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-0/data/info.pb
21:04:26.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:04:26.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:04:26.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:04:26.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:04:26.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:04:26.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:04:26.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:04:26.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:04:26.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:04:26.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:04:26.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:04:26.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:04:26.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.63.126:32943
21:04:26.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.63.126
21:04:26.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:04:26.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.63.84:43945
21:04:26.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:04:26.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:04:26.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:04:26.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:04:26.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.63.126:32943,127.13.63.125:36521,127.13.63.124:36311
21:04:26.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:04:26.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37155/jwks.json
21:04:26.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45045 with env {}
21:04:26.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:26.796474 13577 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:04:26.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:26.797187 13577 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:04:26.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:26.797940 13577 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:04:26.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:26.831085 13577 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:04:26.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:26.831487 13577 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:04:26.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:26.831820 13577 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:04:26.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:26.832209 13577 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:04:26.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:26.832587 13577 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:04:26.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:26.832868 13577 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37155/jwks.json
21:04:26.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:26.871673 13577 master_runner.cc:387] Master server non-default flags:
21:04:26.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:04:26.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.63.84:43945
21:04:26.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:04:26.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:04:26.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-0/data
21:04:26.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-0/wal
21:04:26.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45045
21:04:26.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:04:26.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.63.126:32943,127.13.63.125:36521,127.13.63.124:36311
21:04:26.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:04:26.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:04:26.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:04:26.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.63.126:32943
21:04:26.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:04:26.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:04:26.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:04:26.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37155/jwks.json
21:04:26.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:04:26.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:04:26.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-0/data/info.pb
21:04:26.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.63.126
21:04:26.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:04:26.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:04:26.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:04:26.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:04:26.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:04:26.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:04:26.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-0/logs
21:04:26.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:04:26.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:04:26.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:04:26.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:04:26.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:04:26.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:04:26.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:04:26.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on e7f111948823
21:04:26.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16878
21:04:26.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
21:04:26.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:26.873523 13577 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:04:26.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:26.876346 13577 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:04:26.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:26.889653 13583 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
21:04:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:28.294210 13582 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 13577
21:04:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:28.737555 13582 kernel_stack_watchdog.cc:198] Thread 13577 stuck at /home/jenkins-slave/workspace/build_and_test@2/src/kudu/util/thread.cc:642 for 399ms:
21:04:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
21:04:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
21:04:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
21:04:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
21:04:28.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:26.890771 13584 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
21:04:28.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:28.740247 13577 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.849s	user 0.002s	sys 0.000s
21:04:28.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:28.740645 13585 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1848 milliseconds
21:04:28.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:28.740665 13577 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.850s	user 0.003s	sys 0.000s
21:04:28.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:28.742681 13577 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
21:04:28.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:28.742760 13587 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
21:04:28.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:28.747085 13577 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:04:28.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:28.749850 13577 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:04:28.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:28.751255 13577 hybrid_clock.cc:648] HybridClock initialized: now 1783544668751224 us; error 35 us; skew 500 ppm
21:04:28.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:28.752291 13577 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:04:28.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:28.759222 13577 webserver.cc:534] Webserver started at http://127.13.63.126:45827/ using document root <none> and password file <none>
21:04:28.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:28.760397 13577 fs_manager.cc:362] Metadata directory not provided
21:04:28.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:28.760663 13577 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:04:28.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:28.761252 13577 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:04:28.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:28.765909 13577 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-0/data/instance:
21:04:28.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fc1173f1d3c4422688ae5ac049cbfe2e"
21:04:28.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:04:28 on dist-test-slave-lz23"
21:04:28.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:28.767342 13577 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-0/wal/instance:
21:04:28.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fc1173f1d3c4422688ae5ac049cbfe2e"
21:04:28.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:04:28 on dist-test-slave-lz23"
21:04:28.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:28.775609 13577 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.001s
21:04:28.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:28.781955 13593 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:04:28.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:28.783272 13577 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
21:04:28.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:28.783582 13577 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-0/data,/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-0/wal
21:04:28.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fc1173f1d3c4422688ae5ac049cbfe2e"
21:04:28.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:04:28 on dist-test-slave-lz23"
21:04:28.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:28.783993 13577 fs_report.cc:389] FS layout report
21:04:28.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:04:28.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-0/wal
21:04:28.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-0/wal
21:04:28.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-0/data/data
21:04:28.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:04:28.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:04:28.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:04:28.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:04:28.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:04:28.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:04:28.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:04:28.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:04:28.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:04:28.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:04:28.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:04:28.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:28.839350 13577 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:04:28.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:28.840967 13577 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:04:28.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:28.841452 13577 kserver.cc:163] Server-wide thread pool size limit: 3276
21:04:28.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:28.918334 13577 rpc_server.cc:307] RPC server started. Bound to: 127.13.63.126:32943
21:04:28.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:28.918411 13644 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.63.126:32943 every 8 connection(s)
21:04:28.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:28.921317 13577 server_base.cc:1193] Dumped server information to /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-0/data/info.pb
21:04:28.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:28.927384 13565 external_mini_cluster.cc:1434] Started /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu as pid 13577
21:04:28.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:28.927893 13565 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-0/wal/instance
21:04:28.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:28.928853 13645 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:04:28.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:28.931573 13565 external_mini_cluster.cc:1372] Running /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:04:28.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:04:28.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-1/wal
21:04:28.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-1/data
21:04:28.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:04:28.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:04:28.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:04:28.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:04:28.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:04:28.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:04:28.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-1/logs
21:04:28.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-1/data/info.pb
21:04:28.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:04:28.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:04:28.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:04:28.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:04:28.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:04:28.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:04:28.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:04:28.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:04:28.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:04:28.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:04:28.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:04:28.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:04:28.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.63.125:36521
21:04:28.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.63.125
21:04:28.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:04:28.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.63.84:43945
21:04:28.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:04:28.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:04:28.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:04:28.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:04:28.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.63.126:32943,127.13.63.125:36521,127.13.63.124:36311
21:04:28.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:04:28.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37155/jwks.json
21:04:28.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45045 with env {}
21:04:28.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:28.942906 13645 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.63.126" port: 32943 } has no permanent_uuid. Determining permanent_uuid...
21:04:28.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:28.975821 13645 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 } has no permanent_uuid. Determining permanent_uuid...
21:04:28.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:28.978406 13595 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.13.63.125:36521: connect: Connection refused (error 111)
21:04:28.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:28.982800 13645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.63.125:36521: Network error: Client connection negotiation failed: client connection to 127.13.63.125:36521: connect: Connection refused (error 111)
21:04:29.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:29.032261 13645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 } attempt: 1
21:04:29.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:29.037753 13645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.63.125:36521: Network error: Client connection negotiation failed: client connection to 127.13.63.125:36521: connect: Connection refused (error 111)
21:04:29.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:29.106218 13645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 } attempt: 2
21:04:29.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:29.111817 13645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.63.125:36521: Network error: Client connection negotiation failed: client connection to 127.13.63.125:36521: connect: Connection refused (error 111)
21:04:29.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:29.203279 13645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 } attempt: 3
21:04:29.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:29.208020 13645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.63.125:36521: Network error: Client connection negotiation failed: client connection to 127.13.63.125:36521: connect: Connection refused (error 111)
21:04:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:29.293821 13646 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:04:29.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:29.294396 13646 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:04:29.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:29.294872 13646 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:04:29.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:29.331811 13646 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:04:29.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:29.332131 13646 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:04:29.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:29.332331 13646 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:04:29.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:29.332523 13646 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:04:29.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:29.332715 13646 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:04:29.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:29.332983 13646 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37155/jwks.json
21:04:29.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:29.351440 13645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 } attempt: 4
21:04:29.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:29.355791 13645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.63.125:36521: Network error: Client connection negotiation failed: client connection to 127.13.63.125:36521: connect: Connection refused (error 111)
21:04:29.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:29.372097 13646 master_runner.cc:387] Master server non-default flags:
21:04:29.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:04:29.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.63.84:43945
21:04:29.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:04:29.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:04:29.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-1/data
21:04:29.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-1/wal
21:04:29.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45045
21:04:29.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:04:29.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.63.126:32943,127.13.63.125:36521,127.13.63.124:36311
21:04:29.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:04:29.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:04:29.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:04:29.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.63.125:36521
21:04:29.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:04:29.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:04:29.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:04:29.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37155/jwks.json
21:04:29.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:04:29.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:04:29.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-1/data/info.pb
21:04:29.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.63.125
21:04:29.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:04:29.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:04:29.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:04:29.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:04:29.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:04:29.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:04:29.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-1/logs
21:04:29.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:04:29.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:04:29.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:04:29.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:04:29.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:04:29.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:04:29.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:04:29.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on e7f111948823
21:04:29.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16878
21:04:29.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
21:04:29.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:29.373397 13646 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:04:29.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:29.375649 13646 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:04:29.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:29.386718 13655 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
21:04:29.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:29.655238 13645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 } attempt: 5
21:04:29.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:29.674011 13645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.63.125:36521: Network error: Client connection negotiation failed: client connection to 127.13.63.125:36521: connect: Connection refused (error 111)
21:04:30.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:30.221580 13645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 } attempt: 6
21:04:30.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:30.256284 13645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.63.125:36521: Network error: Client connection negotiation failed: client connection to 127.13.63.125:36521: connect: Connection refused (error 111)
21:04:30.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:30.790696 13654 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 13646
21:04:30.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:30.870688 13654 kernel_stack_watchdog.cc:198] Thread 13646 stuck at /home/jenkins-slave/workspace/build_and_test@2/src/kudu/util/thread.cc:642 for 400ms:
21:04:30.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
21:04:30.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
21:04:30.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
21:04:30.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
21:04:30.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:30.871243 13646 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.483s	user 0.538s	sys 0.935s
21:04:30.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:30.871659 13646 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.484s	user 0.538s	sys 0.935s
21:04:30.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:29.388255 13656 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
21:04:30.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:30.872844 13657 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1483 milliseconds
21:04:30.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:30.874393 13658 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
21:04:30.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:30.875317 13646 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
21:04:30.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:30.878681 13646 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:04:30.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:30.881160 13646 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:04:30.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:30.882496 13646 hybrid_clock.cc:648] HybridClock initialized: now 1783544670882469 us; error 58 us; skew 500 ppm
21:04:30.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:30.883426 13646 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:04:30.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:30.889612 13646 webserver.cc:534] Webserver started at http://127.13.63.125:45003/ using document root <none> and password file <none>
21:04:30.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:30.890661 13646 fs_manager.cc:362] Metadata directory not provided
21:04:30.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:30.890949 13646 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:04:30.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:30.891505 13646 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:04:30.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:30.896719 13646 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-1/data/instance:
21:04:30.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2089a8573dfd42f3a9d8bcac8dfddea9"
21:04:30.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:04:30 on dist-test-slave-lz23"
21:04:30.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:30.898397 13646 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-1/wal/instance:
21:04:30.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2089a8573dfd42f3a9d8bcac8dfddea9"
21:04:30.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:04:30 on dist-test-slave-lz23"
21:04:30.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:30.906509 13646 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.005s
21:04:30.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:30.912564 13667 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:04:30.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:30.913795 13646 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.002s
21:04:30.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:30.914276 13646 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-1/data,/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-1/wal
21:04:30.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2089a8573dfd42f3a9d8bcac8dfddea9"
21:04:30.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:04:30 on dist-test-slave-lz23"
21:04:30.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:30.914702 13646 fs_report.cc:389] FS layout report
21:04:30.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:04:30.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-1/wal
21:04:30.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-1/wal
21:04:30.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-1/data/data
21:04:30.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:04:30.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:04:30.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:04:30.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:04:30.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:04:30.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:04:30.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:04:30.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:04:30.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:04:30.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:04:30.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:04:30.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:30.969686 13646 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:04:30.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:30.971436 13646 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:04:30.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:30.972025 13646 kserver.cc:163] Server-wide thread pool size limit: 3276
21:04:31.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:31.046710 13718 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.63.125:36521 every 8 connection(s)
21:04:31.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:31.047230 13646 rpc_server.cc:307] RPC server started. Bound to: 127.13.63.125:36521
21:04:31.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:31.050138 13646 server_base.cc:1193] Dumped server information to /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-1/data/info.pb
21:04:31.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:31.055881 13719 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:04:31.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:31.056368 13565 external_mini_cluster.cc:1434] Started /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu as pid 13646
21:04:31.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:31.056901 13565 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-1/wal/instance
21:04:31.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:31.059870 13565 external_mini_cluster.cc:1372] Running /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:04:31.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:04:31.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-2/wal
21:04:31.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-2/data
21:04:31.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:04:31.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:04:31.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:04:31.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:04:31.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:04:31.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:04:31.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-2/logs
21:04:31.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-2/data/info.pb
21:04:31.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:04:31.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:04:31.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:04:31.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:04:31.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:04:31.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:04:31.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:04:31.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:04:31.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:04:31.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:04:31.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:04:31.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:04:31.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.63.124:36311
21:04:31.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.63.124
21:04:31.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:04:31.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.63.84:43945
21:04:31.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:04:31.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:04:31.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:04:31.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:04:31.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.63.126:32943,127.13.63.125:36521,127.13.63.124:36311
21:04:31.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:04:31.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37155/jwks.json
21:04:31.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45045 with env {}
21:04:31.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:31.069155 13719 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.63.126" port: 32943 } has no permanent_uuid. Determining permanent_uuid...
21:04:31.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:31.091511 13719 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 } has no permanent_uuid. Determining permanent_uuid...
21:04:31.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:31.109941 13719 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } has no permanent_uuid. Determining permanent_uuid...
21:04:31.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:31.113386 13668 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.13.63.124:36311: connect: Connection refused (error 111)
21:04:31.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:31.118155 13719 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.63.124:36311: Network error: Client connection negotiation failed: client connection to 127.13.63.124:36311: connect: Connection refused (error 111)
21:04:31.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:31.167716 13719 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } attempt: 1
21:04:31.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:31.172439 13719 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.63.124:36311: Network error: Client connection negotiation failed: client connection to 127.13.63.124:36311: connect: Connection refused (error 111)
21:04:31.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:31.240864 13719 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } attempt: 2
21:04:31.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:31.245716 13719 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.63.124:36311: Network error: Client connection negotiation failed: client connection to 127.13.63.124:36311: connect: Connection refused (error 111)
21:04:31.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:31.316896 13645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 } attempt: 7
21:04:31.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:31.328382 13645 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } has no permanent_uuid. Determining permanent_uuid...
21:04:31.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:31.335090 13645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.63.124:36311: Network error: Client connection negotiation failed: client connection to 127.13.63.124:36311: connect: Connection refused (error 111)
21:04:31.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:31.337109 13719 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } attempt: 3
21:04:31.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:31.341167 13719 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.63.124:36311: Network error: Client connection negotiation failed: client connection to 127.13.63.124:36311: connect: Connection refused (error 111)
21:04:31.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:31.393498 13645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } attempt: 1
21:04:31.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:31.398453 13645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.63.124:36311: Network error: Client connection negotiation failed: client connection to 127.13.63.124:36311: connect: Connection refused (error 111)
21:04:31.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:31.405490 13720 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:04:31.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:31.406306 13720 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:04:31.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:31.406961 13720 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:04:31.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:31.441334 13720 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:04:31.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:31.441623 13720 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:04:31.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:31.441823 13720 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:04:31.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:31.442015 13720 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:04:31.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:31.442207 13720 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:04:31.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:31.442364 13720 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37155/jwks.json
21:04:31.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:31.479913 13645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } attempt: 2
21:04:31.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:31.480901 13720 master_runner.cc:387] Master server non-default flags:
21:04:31.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:04:31.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.63.84:43945
21:04:31.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:04:31.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:04:31.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-2/data
21:04:31.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-2/wal
21:04:31.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:45045
21:04:31.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:04:31.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.63.126:32943,127.13.63.125:36521,127.13.63.124:36311
21:04:31.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:04:31.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:04:31.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:04:31.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.63.124:36311
21:04:31.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:04:31.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:04:31.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:04:31.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37155/jwks.json
21:04:31.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:04:31.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:04:31.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-2/data/info.pb
21:04:31.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.63.124
21:04:31.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:04:31.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:04:31.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:04:31.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:04:31.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:04:31.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:04:31.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-2/logs
21:04:31.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:04:31.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:04:31.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:04:31.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:04:31.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:04:31.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:04:31.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:04:31.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on e7f111948823
21:04:31.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16878
21:04:31.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
21:04:31.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:31.482353 13720 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:04:31.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:31.484422 13720 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:04:31.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:31.484565 13719 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } attempt: 4
21:04:31.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:31.486259 13645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.63.124:36311: Network error: Client connection negotiation failed: client connection to 127.13.63.124:36311: connect: Connection refused (error 111)
21:04:31.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:31.489550 13719 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.63.124:36311: Network error: Client connection negotiation failed: client connection to 127.13.63.124:36311: connect: Connection refused (error 111)
21:04:31.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:31.497460 13732 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
21:04:31.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:31.571717 13645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } attempt: 3
21:04:31.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:31.580255 13645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.63.124:36311: Network error: Client connection negotiation failed: client connection to 127.13.63.124:36311: connect: Connection refused (error 111)
21:04:31.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:31.720803 13645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } attempt: 4
21:04:31.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:31.729453 13645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.63.124:36311: Network error: Client connection negotiation failed: client connection to 127.13.63.124:36311: connect: Connection refused (error 111)
21:04:31.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:31.789021 13719 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } attempt: 5
21:04:31.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:31.799607 13719 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.63.124:36311: Network error: Client connection negotiation failed: client connection to 127.13.63.124:36311: connect: Connection refused (error 111)
21:04:32.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:32.013002 13645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } attempt: 5
21:04:32.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:32.022210 13645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.63.124:36311: Network error: Client connection negotiation failed: client connection to 127.13.63.124:36311: connect: Connection refused (error 111)
21:04:32.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:32.347203 13719 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } attempt: 6
21:04:32.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:32.380445 13719 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.63.124:36311: Network error: Client connection negotiation failed: client connection to 127.13.63.124:36311: connect: Connection refused (error 111)
21:04:32.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:32.574926 13645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } attempt: 6
21:04:32.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:32.598382 13645 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.63.124:36311: Network error: Client connection negotiation failed: client connection to 127.13.63.124:36311: connect: Connection refused (error 111)
21:04:33.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:32.900677 13731 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 13720
21:04:33.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:31.498067 13733 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
21:04:33.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:33.162243 13720 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.665s	user 0.554s	sys 1.091s
21:04:33.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:33.163954 13720 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.667s	user 0.555s	sys 1.091s
21:04:33.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:33.164721 13735 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
21:04:33.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:33.165494 13734 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1666 milliseconds
21:04:33.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.165647 13720 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
21:04:33.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.168826 13720 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:04:33.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.172474 13720 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:04:33.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.173959 13720 hybrid_clock.cc:648] HybridClock initialized: now 1783544673173871 us; error 88 us; skew 500 ppm
21:04:33.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.176522 13720 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:04:33.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.183326 13720 webserver.cc:534] Webserver started at http://127.13.63.124:32871/ using document root <none> and password file <none>
21:04:33.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.184340 13720 fs_manager.cc:362] Metadata directory not provided
21:04:33.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.184533 13720 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:04:33.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.185002 13720 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:04:33.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.190718 13720 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-2/data/instance:
21:04:33.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f44cfe1b273e49d183fe80daf403f5a0"
21:04:33.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:04:33 on dist-test-slave-lz23"
21:04:33.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.192207 13720 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-2/wal/instance:
21:04:33.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f44cfe1b273e49d183fe80daf403f5a0"
21:04:33.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:04:33 on dist-test-slave-lz23"
21:04:33.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.202132 13720 fs_manager.cc:696] Time spent creating directory manager: real 0.009s	user 0.008s	sys 0.001s
21:04:33.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.209956 13746 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:04:33.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.211351 13720 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.006s	sys 0.000s
21:04:33.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.211802 13720 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-2/data,/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-2/wal
21:04:33.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f44cfe1b273e49d183fe80daf403f5a0"
21:04:33.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:04:33 on dist-test-slave-lz23"
21:04:33.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.212273 13720 fs_report.cc:389] FS layout report
21:04:33.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:04:33.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-2/wal
21:04:33.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-2/wal
21:04:33.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-2/data/data
21:04:33.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:04:33.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:04:33.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:04:33.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:04:33.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:04:33.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:04:33.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:04:33.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:04:33.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:04:33.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:04:33.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:04:33.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.269501 13720 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:04:33.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.270974 13720 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:04:33.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.271384 13720 kserver.cc:163] Server-wide thread pool size limit: 3276
21:04:33.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.344852 13720 rpc_server.cc:307] RPC server started. Bound to: 127.13.63.124:36311
21:04:33.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.344930 13797 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.63.124:36311 every 8 connection(s)
21:04:33.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.347766 13720 server_base.cc:1193] Dumped server information to /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-2/data/info.pb
21:04:33.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.350047 13565 external_mini_cluster.cc:1434] Started /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu as pid 13720
21:04:33.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.350466 13565 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster18336527443366171922/master-2/wal/instance
21:04:33.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.354341 13798 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:04:33.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.366906 13798 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.63.126" port: 32943 } has no permanent_uuid. Determining permanent_uuid...
21:04:33.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.387439 13798 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 } has no permanent_uuid. Determining permanent_uuid...
21:04:33.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.402493 13798 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } has no permanent_uuid. Determining permanent_uuid...
21:04:33.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.416010 13565 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
21:04:33.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.420167 13798 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0: Bootstrap starting.
21:04:33.424 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:04:33.425 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

21:04:33.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.427843 13798 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0: Neither blocks nor log segments found. Creating new log.
21:04:33.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.430238 13798 log.cc:826] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0: Log is configured to *not* fsync() on all Append() calls
21:04:33.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.435884 13798 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0: No bootstrap required, opened a new log
21:04:33.435 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.13.63.126"
      port: 32943
    }
    bound_http_address {
      host: "127.13.63.126"
      port: 45827
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.13.63.125"
      port: 36521
    }
    bound_http_address {
      host: "127.13.63.125"
      port: 45003
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.13.63.124"
      port: 36311
    }
    bound_http_address {
      host: "127.13.63.124"
      port: 32871
    }
  }
}

21:04:33.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.441035 13719 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } attempt: 7
21:04:33.442 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

21:04:33.442 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:04:33.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.460355 13719 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2089a8573dfd42f3a9d8bcac8dfddea9: Bootstrap starting.
21:04:33.461 [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=0567e55c-2c1b-48d7-acec-d8156201ff45, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
21:04:33.463 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
21:04:33.464 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
21:04:33.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.463900 13798 raft_consensus.cc:359] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fc1173f1d3c4422688ae5ac049cbfe2e" member_type: VOTER last_known_addr { host: "127.13.63.126" port: 32943 } } peers { permanent_uuid: "2089a8573dfd42f3a9d8bcac8dfddea9" member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 } } peers { permanent_uuid: "f44cfe1b273e49d183fe80daf403f5a0" member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } }
21:04:33.465 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@55077d1f, with PersistenceManager: null will be shutdown
21:04:33.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.465111 13798 raft_consensus.cc:385] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:04:33.465 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@55077d1f, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@57cef1ef created in the thread with id: 36
21:04:33.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.465631 13798 raft_consensus.cc:740] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f44cfe1b273e49d183fe80daf403f5a0, State: Initialized, Role: FOLLOWER
21:04:33.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.467204 13719 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2089a8573dfd42f3a9d8bcac8dfddea9: Neither blocks nor log segments found. Creating new log.
21:04:33.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.466715 13798 consensus_queue.cc:260] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0 [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: "fc1173f1d3c4422688ae5ac049cbfe2e" member_type: VOTER last_known_addr { host: "127.13.63.126" port: 32943 } } peers { permanent_uuid: "2089a8573dfd42f3a9d8bcac8dfddea9" member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 } } peers { permanent_uuid: "f44cfe1b273e49d183fe80daf403f5a0" member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } }
21:04:33.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.469550 13719 log.cc:826] T 00000000000000000000000000000000 P 2089a8573dfd42f3a9d8bcac8dfddea9: Log is configured to *not* fsync() on all Append() calls
21:04:33.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.480966 13719 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2089a8573dfd42f3a9d8bcac8dfddea9: No bootstrap required, opened a new log
21:04:33.486 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@55077d1f
21:04:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.484854 13807 sys_catalog.cc:455] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0 [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: "fc1173f1d3c4422688ae5ac049cbfe2e" member_type: VOTER last_known_addr { host: "127.13.63.126" port: 32943 } } peers { permanent_uuid: "2089a8573dfd42f3a9d8bcac8dfddea9" member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 } } peers { permanent_uuid: "f44cfe1b273e49d183fe80daf403f5a0" member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } } }
21:04:33.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.487095 13798 sys_catalog.cc:565] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0 [sys.catalog]: configured and running, proceeding with master startup.
21:04:33.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.498778 13807 sys_catalog.cc:458] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0 [sys.catalog]: This master's current role is: FOLLOWER
21:04:33.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.510915 13719 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2089a8573dfd42f3a9d8bcac8dfddea9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fc1173f1d3c4422688ae5ac049cbfe2e" member_type: VOTER last_known_addr { host: "127.13.63.126" port: 32943 } } peers { permanent_uuid: "2089a8573dfd42f3a9d8bcac8dfddea9" member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 } } peers { permanent_uuid: "f44cfe1b273e49d183fe80daf403f5a0" member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } }
21:04:33.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.512210 13719 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2089a8573dfd42f3a9d8bcac8dfddea9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:04:33.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.512763 13719 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2089a8573dfd42f3a9d8bcac8dfddea9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2089a8573dfd42f3a9d8bcac8dfddea9, State: Initialized, Role: FOLLOWER
21:04:33.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.514006 13719 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2089a8573dfd42f3a9d8bcac8dfddea9 [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: "fc1173f1d3c4422688ae5ac049cbfe2e" member_type: VOTER last_known_addr { host: "127.13.63.126" port: 32943 } } peers { permanent_uuid: "2089a8573dfd42f3a9d8bcac8dfddea9" member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 } } peers { permanent_uuid: "f44cfe1b273e49d183fe80daf403f5a0" member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } }
21:04:33.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.522856 13811 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2089a8573dfd42f3a9d8bcac8dfddea9 [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: "fc1173f1d3c4422688ae5ac049cbfe2e" member_type: VOTER last_known_addr { host: "127.13.63.126" port: 32943 } } peers { permanent_uuid: "2089a8573dfd42f3a9d8bcac8dfddea9" member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 } } peers { permanent_uuid: "f44cfe1b273e49d183fe80daf403f5a0" member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } } }
21:04:33.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:33.526777 13752 tablet.cc:2406] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0: Can't schedule compaction. Clean time has not been advanced past its initial value.
21:04:33.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.528913 13811 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2089a8573dfd42f3a9d8bcac8dfddea9 [sys.catalog]: This master's current role is: FOLLOWER
21:04:33.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.528543 13719 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2089a8573dfd42f3a9d8bcac8dfddea9 [sys.catalog]: configured and running, proceeding with master startup.
21:04:33.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.628747 13837 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
21:04:33.631 [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=	
21:04:33.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.631932 13645 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } attempt: 7
21:04:33.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.632265 13807 raft_consensus.cc:493] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
21:04:33.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.637090 13807 raft_consensus.cc:515] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fc1173f1d3c4422688ae5ac049cbfe2e" member_type: VOTER last_known_addr { host: "127.13.63.126" port: 32943 } } peers { permanent_uuid: "2089a8573dfd42f3a9d8bcac8dfddea9" member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 } } peers { permanent_uuid: "f44cfe1b273e49d183fe80daf403f5a0" member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } }
21:04:33.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.649689 13694 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f44cfe1b273e49d183fe80daf403f5a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2089a8573dfd42f3a9d8bcac8dfddea9" is_pre_election: true
21:04:33.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.650655 13694 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2089a8573dfd42f3a9d8bcac8dfddea9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f44cfe1b273e49d183fe80daf403f5a0 in term 0.
21:04:33.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:33.634645 13830 client.h:373] Failed to connect to Hive Metastore (localhost:45045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:33.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.639760 13807 leader_election.cc:290] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers fc1173f1d3c4422688ae5ac049cbfe2e (127.13.63.126:32943), 2089a8573dfd42f3a9d8bcac8dfddea9 (127.13.63.125:36521)
21:04:33.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.653002 13748 leader_election.cc:304] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0 [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: 2089a8573dfd42f3a9d8bcac8dfddea9, f44cfe1b273e49d183fe80daf403f5a0; no voters: 
21:04:33.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.664760 13807 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0 [term 0 FOLLOWER]: Leader pre-election won for term 1
21:04:33.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.673118 13807 raft_consensus.cc:493] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
21:04:33.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.674943 13807 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0 [term 0 FOLLOWER]: Advancing to term 1
21:04:33.680 [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=	
21:04:33.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:33.679510 13841 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 2089a8573dfd42f3a9d8bcac8dfddea9: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
21:04:33.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:33.682122 13833 client.h:373] Failed to connect to Hive Metastore (localhost:45045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:33.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:33.683809 13841 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
21:04:33.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:33.731302 13673 tablet.cc:2406] T 00000000000000000000000000000000 P 2089a8573dfd42f3a9d8bcac8dfddea9: Can't schedule compaction. Clean time has not been advanced past its initial value.
21:04:33.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.746245 13645 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fc1173f1d3c4422688ae5ac049cbfe2e: Bootstrap starting.
21:04:33.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.749181 13807 raft_consensus.cc:515] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fc1173f1d3c4422688ae5ac049cbfe2e" member_type: VOTER last_known_addr { host: "127.13.63.126" port: 32943 } } peers { permanent_uuid: "2089a8573dfd42f3a9d8bcac8dfddea9" member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 } } peers { permanent_uuid: "f44cfe1b273e49d183fe80daf403f5a0" member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } }
21:04:33.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.771476 13694 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f44cfe1b273e49d183fe80daf403f5a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2089a8573dfd42f3a9d8bcac8dfddea9"
21:04:33.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.772233 13694 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2089a8573dfd42f3a9d8bcac8dfddea9 [term 0 FOLLOWER]: Advancing to term 1
21:04:33.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.784132 13807 leader_election.cc:290] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0 [CANDIDATE]: Term 1 election: Requested vote from peers fc1173f1d3c4422688ae5ac049cbfe2e (127.13.63.126:32943), 2089a8573dfd42f3a9d8bcac8dfddea9 (127.13.63.125:36521)
21:04:33.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.799724 13694 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2089a8573dfd42f3a9d8bcac8dfddea9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f44cfe1b273e49d183fe80daf403f5a0 in term 1.
21:04:33.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.807541 13748 leader_election.cc:304] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0 [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: 2089a8573dfd42f3a9d8bcac8dfddea9, f44cfe1b273e49d183fe80daf403f5a0; no voters: 
21:04:33.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.808909 13807 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0 [term 1 FOLLOWER]: Leader election won for term 1
21:04:33.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.826920 13807 raft_consensus.cc:697] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0 [term 1 LEADER]: Becoming Leader. State: Replica: f44cfe1b273e49d183fe80daf403f5a0, State: Running, Role: LEADER
21:04:33.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.829694 13807 consensus_queue.cc:237] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0 [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: "fc1173f1d3c4422688ae5ac049cbfe2e" member_type: VOTER last_known_addr { host: "127.13.63.126" port: 32943 } } peers { permanent_uuid: "2089a8573dfd42f3a9d8bcac8dfddea9" member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 } } peers { permanent_uuid: "f44cfe1b273e49d183fe80daf403f5a0" member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } }
21:04:33.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.861506 13645 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P fc1173f1d3c4422688ae5ac049cbfe2e: Neither blocks nor log segments found. Creating new log.
21:04:33.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.883368 13645 log.cc:826] T 00000000000000000000000000000000 P fc1173f1d3c4422688ae5ac049cbfe2e: Log is configured to *not* fsync() on all Append() calls
21:04:33.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.895586 13843 sys_catalog.cc:455] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f44cfe1b273e49d183fe80daf403f5a0. Latest consensus state: current_term: 1 leader_uuid: "f44cfe1b273e49d183fe80daf403f5a0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fc1173f1d3c4422688ae5ac049cbfe2e" member_type: VOTER last_known_addr { host: "127.13.63.126" port: 32943 } } peers { permanent_uuid: "2089a8573dfd42f3a9d8bcac8dfddea9" member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 } } peers { permanent_uuid: "f44cfe1b273e49d183fe80daf403f5a0" member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } } }
21:04:33.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.898507 13843 sys_catalog.cc:458] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0 [sys.catalog]: This master's current role is: LEADER
21:04:33.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.931902 13845 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
21:04:33.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.941154 13645 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fc1173f1d3c4422688ae5ac049cbfe2e: No bootstrap required, opened a new log
21:04:33.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.655064 13720 master_runner.cc:187] Error getting master registration for 127.13.63.126:32943: OK, instance_id { permanent_uuid: "fc1173f1d3c4422688ae5ac049cbfe2e" instance_seqno: 1783544668897328 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
21:04:33.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.992967 13720 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
21:04:34.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:33.669164 13646 master_runner.cc:187] Error getting master registration for 127.13.63.126:32943: OK, instance_id { permanent_uuid: "fc1173f1d3c4422688ae5ac049cbfe2e" instance_seqno: 1783544668897328 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
21:04:34.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.008304 13646 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
21:04:34.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.011336 13845 catalog_manager.cc:1519] Initializing Kudu cluster ID...
21:04:34.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.047147 13645 raft_consensus.cc:359] T 00000000000000000000000000000000 P fc1173f1d3c4422688ae5ac049cbfe2e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fc1173f1d3c4422688ae5ac049cbfe2e" member_type: VOTER last_known_addr { host: "127.13.63.126" port: 32943 } } peers { permanent_uuid: "2089a8573dfd42f3a9d8bcac8dfddea9" member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 } } peers { permanent_uuid: "f44cfe1b273e49d183fe80daf403f5a0" member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } }
21:04:34.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.048084 13645 raft_consensus.cc:385] T 00000000000000000000000000000000 P fc1173f1d3c4422688ae5ac049cbfe2e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:04:34.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.048525 13645 raft_consensus.cc:740] T 00000000000000000000000000000000 P fc1173f1d3c4422688ae5ac049cbfe2e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fc1173f1d3c4422688ae5ac049cbfe2e, State: Initialized, Role: FOLLOWER
21:04:34.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.049625 13645 consensus_queue.cc:260] T 00000000000000000000000000000000 P fc1173f1d3c4422688ae5ac049cbfe2e [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: "fc1173f1d3c4422688ae5ac049cbfe2e" member_type: VOTER last_known_addr { host: "127.13.63.126" port: 32943 } } peers { permanent_uuid: "2089a8573dfd42f3a9d8bcac8dfddea9" member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 } } peers { permanent_uuid: "f44cfe1b273e49d183fe80daf403f5a0" member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } }
21:04:34.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.064208 13849 sys_catalog.cc:455] T 00000000000000000000000000000000 P fc1173f1d3c4422688ae5ac049cbfe2e [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: "fc1173f1d3c4422688ae5ac049cbfe2e" member_type: VOTER last_known_addr { host: "127.13.63.126" port: 32943 } } peers { permanent_uuid: "2089a8573dfd42f3a9d8bcac8dfddea9" member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 } } peers { permanent_uuid: "f44cfe1b273e49d183fe80daf403f5a0" member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } } }
21:04:34.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.065083 13849 sys_catalog.cc:458] T 00000000000000000000000000000000 P fc1173f1d3c4422688ae5ac049cbfe2e [sys.catalog]: This master's current role is: FOLLOWER
21:04:34.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.066056 13645 sys_catalog.cc:565] T 00000000000000000000000000000000 P fc1173f1d3c4422688ae5ac049cbfe2e [sys.catalog]: configured and running, proceeding with master startup.
21:04:34.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.066226 13619 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f44cfe1b273e49d183fe80daf403f5a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fc1173f1d3c4422688ae5ac049cbfe2e"
21:04:34.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.066980 13619 raft_consensus.cc:3060] T 00000000000000000000000000000000 P fc1173f1d3c4422688ae5ac049cbfe2e [term 0 FOLLOWER]: Advancing to term 1
21:04:34.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.072098 13620 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f44cfe1b273e49d183fe80daf403f5a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fc1173f1d3c4422688ae5ac049cbfe2e" is_pre_election: true
21:04:34.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.077484 13619 raft_consensus.cc:2468] T 00000000000000000000000000000000 P fc1173f1d3c4422688ae5ac049cbfe2e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f44cfe1b273e49d183fe80daf403f5a0 in term 1.
21:04:34.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.087212 13694 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 2089a8573dfd42f3a9d8bcac8dfddea9 [term 1 FOLLOWER]: Refusing update from remote peer f44cfe1b273e49d183fe80daf403f5a0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
21:04:34.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.089232 13807 consensus_queue.cc:1048] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2089a8573dfd42f3a9d8bcac8dfddea9" member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
21:04:34.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.093986 13619 raft_consensus.cc:1275] T 00000000000000000000000000000000 P fc1173f1d3c4422688ae5ac049cbfe2e [term 1 FOLLOWER]: Refusing update from remote peer f44cfe1b273e49d183fe80daf403f5a0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
21:04:34.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.096094 13807 consensus_queue.cc:1048] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fc1173f1d3c4422688ae5ac049cbfe2e" member_type: VOTER last_known_addr { host: "127.13.63.126" port: 32943 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
21:04:34.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:34.108043 13599 tablet.cc:2406] T 00000000000000000000000000000000 P fc1173f1d3c4422688ae5ac049cbfe2e: Can't schedule compaction. Clean time has not been advanced past its initial value.
21:04:34.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.152491 13848 mvcc.cc:204] Tried to move back new op lower bound from 7305398985037168640 to 7305398984130351104. Current Snapshot: MvccSnapshot[applied={T|T < 7305398985037168640}]
21:04:34.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.155588 13853 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2089a8573dfd42f3a9d8bcac8dfddea9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f44cfe1b273e49d183fe80daf403f5a0. Latest consensus state: current_term: 1 leader_uuid: "f44cfe1b273e49d183fe80daf403f5a0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fc1173f1d3c4422688ae5ac049cbfe2e" member_type: VOTER last_known_addr { host: "127.13.63.126" port: 32943 } } peers { permanent_uuid: "2089a8573dfd42f3a9d8bcac8dfddea9" member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 } } peers { permanent_uuid: "f44cfe1b273e49d183fe80daf403f5a0" member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } } }
21:04:34.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.156332 13853 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2089a8573dfd42f3a9d8bcac8dfddea9 [sys.catalog]: This master's current role is: FOLLOWER
21:04:34.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.160854 13843 sys_catalog.cc:455] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "f44cfe1b273e49d183fe80daf403f5a0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fc1173f1d3c4422688ae5ac049cbfe2e" member_type: VOTER last_known_addr { host: "127.13.63.126" port: 32943 } } peers { permanent_uuid: "2089a8573dfd42f3a9d8bcac8dfddea9" member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 } } peers { permanent_uuid: "f44cfe1b273e49d183fe80daf403f5a0" member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } } }
21:04:34.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.161603 13843 sys_catalog.cc:458] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0 [sys.catalog]: This master's current role is: LEADER
21:04:34.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.172726 13845 catalog_manager.cc:1382] Generated new cluster ID: ff118cf9bdf64a5694b1697b4d6f85fd
21:04:34.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.173065 13845 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
21:04:34.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.176302 13849 sys_catalog.cc:455] T 00000000000000000000000000000000 P fc1173f1d3c4422688ae5ac049cbfe2e [sys.catalog]: SysCatalogTable state changed. Reason: New leader f44cfe1b273e49d183fe80daf403f5a0. Latest consensus state: current_term: 1 leader_uuid: "f44cfe1b273e49d183fe80daf403f5a0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fc1173f1d3c4422688ae5ac049cbfe2e" member_type: VOTER last_known_addr { host: "127.13.63.126" port: 32943 } } peers { permanent_uuid: "2089a8573dfd42f3a9d8bcac8dfddea9" member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 } } peers { permanent_uuid: "f44cfe1b273e49d183fe80daf403f5a0" member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } } }
21:04:34.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.177167 13849 sys_catalog.cc:458] T 00000000000000000000000000000000 P fc1173f1d3c4422688ae5ac049cbfe2e [sys.catalog]: This master's current role is: FOLLOWER
21:04:34.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.179912 13807 sys_catalog.cc:455] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "f44cfe1b273e49d183fe80daf403f5a0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fc1173f1d3c4422688ae5ac049cbfe2e" member_type: VOTER last_known_addr { host: "127.13.63.126" port: 32943 } } peers { permanent_uuid: "2089a8573dfd42f3a9d8bcac8dfddea9" member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 } } peers { permanent_uuid: "f44cfe1b273e49d183fe80daf403f5a0" member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } } }
21:04:34.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.180601 13807 sys_catalog.cc:458] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0 [sys.catalog]: This master's current role is: LEADER
21:04:34.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.183318 13855 mvcc.cc:204] Tried to move back new op lower bound from 7305398985037168640 to 7305398984130351104. Current Snapshot: MvccSnapshot[applied={T|T < 7305398985037168640}]
21:04:34.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.185045 13849 sys_catalog.cc:455] T 00000000000000000000000000000000 P fc1173f1d3c4422688ae5ac049cbfe2e [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "f44cfe1b273e49d183fe80daf403f5a0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fc1173f1d3c4422688ae5ac049cbfe2e" member_type: VOTER last_known_addr { host: "127.13.63.126" port: 32943 } } peers { permanent_uuid: "2089a8573dfd42f3a9d8bcac8dfddea9" member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 } } peers { permanent_uuid: "f44cfe1b273e49d183fe80daf403f5a0" member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } } }
21:04:34.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.186136 13849 sys_catalog.cc:458] T 00000000000000000000000000000000 P fc1173f1d3c4422688ae5ac049cbfe2e [sys.catalog]: This master's current role is: FOLLOWER
21:04:34.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.243363 13853 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2089a8573dfd42f3a9d8bcac8dfddea9 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "f44cfe1b273e49d183fe80daf403f5a0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fc1173f1d3c4422688ae5ac049cbfe2e" member_type: VOTER last_known_addr { host: "127.13.63.126" port: 32943 } } peers { permanent_uuid: "2089a8573dfd42f3a9d8bcac8dfddea9" member_type: VOTER last_known_addr { host: "127.13.63.125" port: 36521 } } peers { permanent_uuid: "f44cfe1b273e49d183fe80daf403f5a0" member_type: VOTER last_known_addr { host: "127.13.63.124" port: 36311 } } }
21:04:34.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.244233 13853 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2089a8573dfd42f3a9d8bcac8dfddea9 [sys.catalog]: This master's current role is: FOLLOWER
21:04:34.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.275430 13845 catalog_manager.cc:1405] Generated new certificate authority record
21:04:34.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.283601 13845 catalog_manager.cc:1539] Loading token signing keys...
21:04:34.300 [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=	
21:04:34.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:34.301784 13869 client.h:373] Failed to connect to Hive Metastore (localhost:45045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:34.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.320902 13873 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
21:04:34.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.346431 13845 catalog_manager.cc:6069] T 00000000000000000000000000000000 P f44cfe1b273e49d183fe80daf403f5a0: Generated new TSK 0
21:04:34.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.347748 13845 catalog_manager.cc:1549] Initializing in-progress tserver states...
21:04:34.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.352181 13845 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
21:04:34.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.380566 13845 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
21:04:34.673 [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=	
21:04:34.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:34.673947 13830 client.h:373] Failed to connect to Hive Metastore (localhost:45045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:34.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.690217 13841 catalog_manager.cc:1294] Loaded cluster ID: ff118cf9bdf64a5694b1697b4d6f85fd
21:04:34.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.690866 13841 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 2089a8573dfd42f3a9d8bcac8dfddea9: loading cluster ID for follower catalog manager: success
21:04:34.702 [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=	
21:04:34.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:34.702952 13833 client.h:373] Failed to connect to Hive Metastore (localhost:45045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:34.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.707544 13841 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 2089a8573dfd42f3a9d8bcac8dfddea9: acquiring CA information for follower catalog manager: success
21:04:34.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:34.728307 13841 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 2089a8573dfd42f3a9d8bcac8dfddea9: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
21:04:34.741 [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.
21:04:34.790 [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.
21:04:34.791 [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.
21:04:35.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:35.265743 13715 debug-util.cc:398] Leaking SignalData structure 0x7b080008a420 after lost signal to thread 13650
21:04:35.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:35.266420 13715 debug-util.cc:398] Leaking SignalData structure 0x7b080007c440 after lost signal to thread 13718
21:04:35.272 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
21:04:35.308 [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/hive3165385992101130205/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=0567e55c-2c1b-48d7-acec-d8156201ff45, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
21:04:35.320 [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=	
21:04:35.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:35.324899 13869 client.h:373] Failed to connect to Hive Metastore (localhost:45045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:35.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:35.336133 13873 catalog_manager.cc:1294] Loaded cluster ID: ff118cf9bdf64a5694b1697b4d6f85fd
21:04:35.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:35.336428 13873 catalog_manager.cc:1587] T 00000000000000000000000000000000 P fc1173f1d3c4422688ae5ac049cbfe2e: loading cluster ID for follower catalog manager: success
21:04:35.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:35.356276 13873 catalog_manager.cc:1609] T 00000000000000000000000000000000 P fc1173f1d3c4422688ae5ac049cbfe2e: acquiring CA information for follower catalog manager: success
21:04:35.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:35.362030 13873 catalog_manager.cc:1637] T 00000000000000000000000000000000 P fc1173f1d3c4422688ae5ac049cbfe2e: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
21:04:35.648 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive3165385992101130205/external-warehouse/table
21:04:35.689 [INFO - Metastore-Handler-Pool: Thread-47] (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=	
21:04:35.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:35.690577 13830 client.h:373] Failed to connect to Hive Metastore (localhost:45045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:35.717 [INFO - Metastore-Handler-Pool: Thread-48] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:04:35.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:35.718540 13833 client.h:373] Failed to connect to Hive Metastore (localhost:45045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:36.174 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
21:04:36.178 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: non-Kudu table entry must not contain a table ID property (kudu.table_id)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
21:04:36.189 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

21:04:36.294 [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.13.63.124:36311,127.13.63.125:36521,127.13.63.126:32943}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
21:04:36.340 [INFO - Metastore-Handler-Pool: Thread-52] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:04:36.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:36.341677 13869 client.h:373] Failed to connect to Hive Metastore (localhost:45045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:36.372 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
21:04:36.405 [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/hive3165385992101130205/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.13.63.124:36311,127.13.63.125:36521,127.13.63.126:32943}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
21:04:36.414 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive3165385992101130205/external-warehouse/table
21:04:36.473 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
21:04:36.474 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu table entry must contain a table ID property (kudu.table_id)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkKuduProperties(KuduMetastorePlugin.java:381)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:158)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
21:04:36.475 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkKuduProperties(KuduMetastorePlugin.java:381)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:158)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

21:04:36.483 [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=15725f81-a3eb-44be-b4b4-c9f83307e974, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.63.124:36311,127.13.63.125:36521,127.13.63.126:32943}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
21:04:36.487 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
21:04:36.509 [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/hive3165385992101130205/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=15725f81-a3eb-44be-b4b4-c9f83307e974, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.63.124:36311,127.13.63.125:36521,127.13.63.126:32943}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
21:04:36.515 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive3165385992101130205/external-warehouse/table
21:04:36.585 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
21:04:36.591 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
21:04:36.592 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
21:04:36.612 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@1b6e8b5d
21:04:36.711 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
21:04:36.712 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
21:04:36.712 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
21:04:36.713 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
21:04:36.714 [INFO - Metastore-Handler-Pool: Thread-55] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:04:36.714 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
21:04:36.715 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
21:04:36.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:36.715217 13830 client.h:373] Failed to connect to Hive Metastore (localhost:45045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:36.716 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
21:04:36.716 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
21:04:36.717 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
21:04:36.718 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
21:04:36.721 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:515) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class org.apache.kudu.shaded.io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @9225652
21:04:36.722 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
21:04:36.723 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
21:04:36.723 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
21:04:36.723 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
21:04:36.724 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
21:04:36.724 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
21:04:36.733 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
21:04:36.733 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
21:04:36.736 [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=	
21:04:36.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:36.737875 13833 client.h:373] Failed to connect to Hive Metastore (localhost:45045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:36.760 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
21:04:36.851 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
21:04:36.894 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
21:04:36.902 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
21:04:36.902 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
21:04:36.953 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
21:04:36.953 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
21:04:37.041 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
21:04:37.041 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
21:04:37.041 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
21:04:37.041 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
21:04:37.041 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
21:04:37.041 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
21:04:37.041 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
21:04:37.042 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
21:04:37.042 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
21:04:37.042 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
21:04:37.042 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
21:04:37.042 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
21:04:37.042 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
21:04:37.064 [DEBUG - Metastore-Handler-Pool: Thread-36] (CompositeStrategy.java:59) Unable to load modern Subject methods, relying only on legacy methods
java.lang.NoSuchMethodException: javax.security.auth.Subject.current()
	at java.base/java.lang.Class.getDeclaredMethod(Class.java:2677)
	at org.apache.kudu.client.internals.ModernStrategy.<init>(ModernStrategy.java:51)
	at org.apache.kudu.client.internals.CompositeStrategy.<init>(CompositeStrategy.java:52)
	at org.apache.kudu.client.internals.CompositeStrategy.<clinit>(CompositeStrategy.java:41)
	at org.apache.kudu.client.internals.SecurityManagerCompatibility.get(SecurityManagerCompatibility.java:43)
	at org.apache.kudu.client.SecurityContext.setupSubject(SecurityContext.java:155)
	at org.apache.kudu.client.SecurityContext.<init>(SecurityContext.java:138)
	at org.apache.kudu.client.AsyncKuduClient.<init>(AsyncKuduClient.java:431)
	at org.apache.kudu.client.AsyncKuduClient$AsyncKuduClientBuilder.build(AsyncKuduClient.java:3109)
	at org.apache.kudu.client.KuduClient$KuduClientBuilder.build(KuduClient.java:769)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.lambda$getKuduClient$0(KuduMetastorePlugin.java:604)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.getKuduClient(KuduMetastorePlugin.java:600)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.kuduSyncEnabled(KuduMetastorePlugin.java:581)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:154)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
21:04:37.068 [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.
21:04:37.134 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
21:04:37.372 [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=	
21:04:37.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:37.373517 13869 client.h:373] Failed to connect to Hive Metastore (localhost:45045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:37.590 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.13.63.124:36311(127.13.63.124:36311)] connecting to peer
21:04:37.602 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 13514 (auto-detected)
21:04:37.630 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
21:04:37.630 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
21:04:37.632 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
21:04:37.634 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
21:04:37.635 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:03:ff:fe:a8:05:6c (auto-detected)
21:04:37.728 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
21:04:37.728 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
21:04:37.728 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
21:04:37.732 [INFO - Metastore-Handler-Pool: Thread-59] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:04:37.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:37.733506 13830 client.h:373] Failed to connect to Hive Metastore (localhost:45045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:37.753 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
21:04:37.753 [INFO - Metastore-Handler-Pool: Thread-60] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:04:37.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:37.754639 13833 client.h:373] Failed to connect to Hive Metastore (localhost:45045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:37.779 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.13.63.125:36521(127.13.63.125:36521)] connecting to peer
21:04:37.787 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.13.63.126:32943(127.13.63.126:32943)] connecting to peer
21:04:37.815 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.13.63.125:36521(127.13.63.125:36521)] Successfully connected to peer
21:04:37.833 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.13.63.124:36311(127.13.63.124:36311)] Successfully connected to peer
21:04:37.846 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.13.63.126:32943(127.13.63.126:32943)] Successfully connected to peer
21:04:37.874 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
21:04:37.875 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
21:04:37.875 [DEBUG - kudu-nio-2] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@131d85c5
21:04:37.889 [DEBUG - kudu-nio-0] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
21:04:37.889 [DEBUG - kudu-nio-0] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
21:04:37.889 [DEBUG - kudu-nio-0] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
21:04:37.889 [DEBUG - kudu-nio-0] (Recycler.java:99) -Dio.netty.recycler.blocking: false
21:04:37.889 [DEBUG - kudu-nio-0] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
21:04:38.072 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.13.63.126
21:04:38.071 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.13.63.125
21:04:38.076 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.13.63.124
21:04:38.457 [INFO - Metastore-Handler-Pool: Thread-64] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:04:38.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:38.458582 13869 client.h:373] Failed to connect to Hive Metastore (localhost:45045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:38.645 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
21:04:38.649 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
21:04:38.660 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
21:04:38.685 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0xa9410277, L:/127.0.0.1:54714 - R:/127.13.63.126:32943] using SASL/PLAIN
21:04:38.721 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x2c66631e, L:/127.0.0.1:54272 - R:/127.13.63.124:36311] using SASL/PLAIN
21:04:38.684 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xa58b7a76, L:/127.0.0.1:51796 - R:/127.13.63.125:36521] using SASL/PLAIN
21:04:38.741 [INFO - Metastore-Handler-Pool: Thread-65] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:04:38.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:38.741890 13830 client.h:373] Failed to connect to Hive Metastore (localhost:45045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:38.764 [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=	
21:04:38.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:38.765473 13833 client.h:373] Failed to connect to Hive Metastore (localhost:45045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:38.792 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
21:04:38.799 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu tables may not be created through Hive
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
21:04:38.800 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu tables may not be created through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

21:04:38.896 [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=1e1a2d73-bb0c-43fb-b702-f19799bbfa0f, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.63.124:36311,127.13.63.125:36521,127.13.63.126:32943}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
21:04:38.915 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
21:04:38.919 [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/hive3165385992101130205/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=1e1a2d73-bb0c-43fb-b702-f19799bbfa0f, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.63.124:36311,127.13.63.125:36521,127.13.63.126:32943}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
21:04:38.922 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive3165385992101130205/external-warehouse/table
21:04:39.144 [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	
21:04:39.315 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
21:04:39.344 [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	
21:04:39.468 [INFO - Metastore-Handler-Pool: Thread-69] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:04:39.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:39.469651 13869 client.h:373] Failed to connect to Hive Metastore (localhost:45045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:39.712 [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.
21:04:39.754 [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=	
21:04:39.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:39.755132 13830 client.h:373] Failed to connect to Hive Metastore (localhost:45045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:39.769 [INFO - Metastore-Handler-Pool: Thread-71] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:04:39.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:39.769898 13833 client.h:373] Failed to connect to Hive Metastore (localhost:45045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:40.036 [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.
21:04:40.094 [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.
21:04:40.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.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
21:04:40.310 [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=833d72a8-cc7f-4a0a-a671-ff06d6012055, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.63.124:36311,127.13.63.125:36521,127.13.63.126:32943}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
21:04:40.313 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
21:04:40.316 [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/hive3165385992101130205/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=833d72a8-cc7f-4a0a-a671-ff06d6012055, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.63.124:36311,127.13.63.125:36521,127.13.63.126:32943}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
21:04:40.319 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive3165385992101130205/external-warehouse/table
21:04:40.355 [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	
21:04:40.384 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
21:04:40.385 [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	
21:04:40.496 [INFO - Metastore-Handler-Pool: Thread-73] (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=	
21:04:40.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:40.496980 13869 client.h:373] Failed to connect to Hive Metastore (localhost:45045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:40.514 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
21:04:40.538 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
21:04:40.538 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
21:04:40.538 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@55077d1f, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@57cef1ef will be shutdown
21:04:40.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:40.538982 13565 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu with pid 13577
21:04:40.540 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
21:04:40.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:40.568724 13565 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu with pid 13646
21:04:40.570 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.13.63.126:32943(127.13.63.126:32943)] handling channelInactive
21:04:40.571 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.13.63.126:32943(127.13.63.126:32943)] cleaning up while in state READY due to: connection closed
21:04:40.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:40.603353 13565 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu with pid 13720
21:04:40.603 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.13.63.125:36521(127.13.63.125:36521)] handling channelInactive
21:04:40.604 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.13.63.125:36521(127.13.63.125:36521)] cleaning up while in state READY due to: connection closed
21:04:40.635 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.13.63.124:36311(127.13.63.124:36311)] handling channelInactive
21:04:40.636 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.13.63.124:36311(127.13.63.124:36311)] cleaning up while in state READY due to: connection closed
21:04:41.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:04:41Z chronyd exiting
.21:04:42.809 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
21:04:42.809 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
21:04:42.809 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
21:04:42.827 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive2210115958861962831
21:04:42.828 [INFO - Thread-49] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
21:04:42.828 [INFO - Thread-49] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
21:04:42.831 [INFO - Thread-49] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
21:04:42.832 [INFO - Thread-49] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
21:04:42.832 [INFO - Thread-49] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
21:04:42.836 [INFO - Thread-49] (HikariDataSource.java:350) objectstore - Shutdown initiated...
21:04:42.840 [INFO - Thread-49] (HikariDataSource.java:352) objectstore - Shutdown completed.
21:04:42.840 [INFO - Thread-49] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
21:04:42.841 [INFO - Thread-49] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
21:04:42.841 [INFO - Thread-49] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
21:04:42.843 [INFO - Thread-49] (HikariDataSource.java:80) objectstore - Starting...
21:04:42.925 [INFO - Thread-49] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
21:04:42.926 [INFO - Thread-49] (HikariDataSource.java:82) objectstore - Start completed.
21:04:42.926 [INFO - Thread-49] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
21:04:42.928 [INFO - Thread-49] (HikariDataSource.java:80) objectstore-secondary - Starting...
21:04:42.929 [INFO - Thread-49] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
21:04:42.930 [INFO - Thread-49] (HikariDataSource.java:82) objectstore-secondary - Start completed.
21:04:42.952 [INFO - Thread-49] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
21:04:42.952 [INFO - Thread-49] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
21:04:42.953 [INFO - Thread-49] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
21:04:42.990 [WARN - Thread-49] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:04:42.991 [WARN - Thread-49] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:04:42.992 [WARN - Thread-49] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:04:42.992 [WARN - Thread-49] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:04:42.992 [WARN - Thread-49] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:04:42.993 [WARN - Thread-49] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:04:43.221 [INFO - Thread-49] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
21:04:43.221 [INFO - Thread-49] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@11e08d41, with PersistenceManager: null will be shutdown
21:04:43.222 [INFO - Thread-49] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@11e08d41, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5a76b0b0 created in the thread with id: 74
21:04:43.224 [WARN - Thread-49] (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
21:04:43.225 [INFO - Thread-49] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@11e08d41
21:04:43.370 [INFO - Thread-49] (HMSHandler.java:595) Started creating a default database with name: default
21:04:43.394 [INFO - Thread-49] (HMSHandler.java:605) Successfully created a default database with name: default
21:04:43.431 [INFO - Thread-49] (HMSHandler.java:668) Added admin role in metastore
21:04:43.433 [INFO - Thread-49] (HMSHandler.java:677) Added public role in metastore
21:04:43.492 [INFO - Thread-49] (HMSHandler.java:717) No user is added in admin role, since config is empty
21:04:43.492 [INFO - Thread-49] (HMSHandler.java:404) HMS server filtering is disabled by configuration
21:04:43.495 [INFO - Thread-49] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
21:04:43.502 [INFO - Thread-49] (HiveMetaStore.java:697) Direct SQL optimization = true
21:04:43.504 [WARN - Thread-49] (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)
21:04:43.504 [INFO - Thread-49] (HiveMetaStore.java:632) Started the new metaserver on port [42381]...
21:04:43.504 [INFO - Thread-49] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
21:04:43.506 [INFO - Thread-49] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
21:04:43.512 [INFO - Thread-49] (HiveMetaStore.java:635) TCP keepalive = true
21:04:43.513 [INFO - Thread-49] (HiveMetaStore.java:636) Enable SSL = false
21:04:43.830 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
21:04:43.830 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
21:04:43.831 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
21:04:43.834 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
21:04:43.834 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:42381]
21:04:43.834 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:42381) in binary transport mode
21:04:43.834 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:42381) current connections: 1
21:04:43.836 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task3sb8QH/test-tmp
21:04:43.836 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
21:04:43.836 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task3sb8QH/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
21:04:43.839 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:42381"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

21:04:44.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:44.172555 13947 mini_oidc.cc:150] Starting JWKS server
21:04:44.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:44.175846 13947 webserver.cc:534] Webserver started at http://127.0.0.1:34009/ using document root <none> and password file <none>
21:04:44.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:44.176304 13947 mini_oidc.cc:186] Starting OIDC Discovery server
21:04:44.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:44.178071 13947 webserver.cc:534] Webserver started at http://127.0.0.1:35221/ using document root <none> and password file <none>
21:04:44.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:04:44Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
21:04:44.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:04:44Z Disabled control of system clock
21:04:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:44.240666 13947 external_mini_cluster.cc:1372] Running /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:04:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:04:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-0/wal
21:04:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-0/data
21:04:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:04:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:04:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:04:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:04:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:04:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:04:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-0/logs
21:04:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-0/data/info.pb
21:04:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:04:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:04:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:04:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:04:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:04:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:04:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:04:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:04:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:04:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:04:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:04:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:04:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.158.254:40951
21:04:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.158.254
21:04:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:04:44.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.158.212:45929
21:04:44.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:04:44.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:04:44.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:04:44.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:04:44.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.158.254:40951,127.13.158.253:34711,127.13.158.252:44571
21:04:44.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:04:44.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34009/jwks.json
21:04:44.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42381 with env {}
21:04:44.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:44.545595 13959 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:04:44.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:44.546155 13959 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:04:44.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:44.546604 13959 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:04:44.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:44.579100 13959 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:04:44.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:44.579384 13959 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:04:44.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:44.579587 13959 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:04:44.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:44.579775 13959 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:04:44.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:44.579993 13959 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:04:44.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:44.580132 13959 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34009/jwks.json
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:44.616577 13959 master_runner.cc:387] Master server non-default flags:
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.158.212:45929
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-0/data
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-0/wal
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42381
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.158.254:40951,127.13.158.253:34711,127.13.158.252:44571
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.158.254:40951
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34009/jwks.json
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-0/data/info.pb
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.158.254
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-0/logs
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on e7f111948823
21:04:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16878
21:04:44.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
21:04:44.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:44.617844 13959 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:04:44.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:44.619458 13959 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:04:44.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:44.631029 13965 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
21:04:45.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:44.631289 13966 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
21:04:45.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:45.906023 13968 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
21:04:45.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:45.908954 13959 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.278s	user 0.367s	sys 0.911s
21:04:45.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:45.908953 13967 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1272 milliseconds
21:04:45.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:45.909392 13959 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.279s	user 0.367s	sys 0.911s
21:04:45.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:45.909744 13959 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
21:04:45.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:45.910969 13959 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:04:45.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:45.913786 13959 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:04:45.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:45.915171 13959 hybrid_clock.cc:648] HybridClock initialized: now 1783544685915140 us; error 50 us; skew 500 ppm
21:04:45.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:45.916118 13959 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:04:45.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:45.923921 13959 webserver.cc:534] Webserver started at http://127.13.158.254:37729/ using document root <none> and password file <none>
21:04:45.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:45.925325 13959 fs_manager.cc:362] Metadata directory not provided
21:04:45.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:45.925634 13959 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:04:45.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:45.926191 13959 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:04:45.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:45.930665 13959 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-0/data/instance:
21:04:45.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "eb361ef99edd4b19976bc1facba499d2"
21:04:45.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:04:45 on dist-test-slave-lz23"
21:04:45.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:45.932053 13959 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-0/wal/instance:
21:04:45.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "eb361ef99edd4b19976bc1facba499d2"
21:04:45.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:04:45 on dist-test-slave-lz23"
21:04:45.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:45.940353 13959 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.005s	sys 0.002s
21:04:45.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:45.948809 13975 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:04:45.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:45.950212 13959 fs_manager.cc:730] Time spent opening block manager: real 0.006s	user 0.002s	sys 0.000s
21:04:45.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:45.950660 13959 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-0/data,/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-0/wal
21:04:45.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "eb361ef99edd4b19976bc1facba499d2"
21:04:45.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:04:45 on dist-test-slave-lz23"
21:04:45.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:45.951088 13959 fs_report.cc:389] FS layout report
21:04:45.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:04:45.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-0/wal
21:04:45.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-0/wal
21:04:45.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-0/data/data
21:04:45.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:04:45.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:04:45.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:04:45.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:04:45.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:04:45.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:04:45.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:04:45.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:04:45.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:04:45.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:04:45.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:04:46.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:46.039505 13959 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:04:46.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:46.041167 13959 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:04:46.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:46.041705 13959 kserver.cc:163] Server-wide thread pool size limit: 3276
21:04:46.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:46.113260 13959 rpc_server.cc:307] RPC server started. Bound to: 127.13.158.254:40951
21:04:46.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:46.113350 14026 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.158.254:40951 every 8 connection(s)
21:04:46.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:46.116158 13959 server_base.cc:1193] Dumped server information to /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-0/data/info.pb
21:04:46.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:46.119486 13947 external_mini_cluster.cc:1434] Started /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu as pid 13959
21:04:46.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:46.120020 13947 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-0/wal/instance
21:04:46.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:46.121811 14027 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:04:46.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:46.123628 13947 external_mini_cluster.cc:1372] Running /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:04:46.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:04:46.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-1/wal
21:04:46.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-1/data
21:04:46.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:04:46.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:04:46.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:04:46.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:04:46.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:04:46.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:04:46.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-1/logs
21:04:46.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-1/data/info.pb
21:04:46.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:04:46.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:04:46.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:04:46.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:04:46.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:04:46.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:04:46.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:04:46.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:04:46.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:04:46.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:04:46.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:04:46.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:04:46.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.158.253:34711
21:04:46.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.158.253
21:04:46.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:04:46.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.158.212:45929
21:04:46.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:04:46.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:04:46.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:04:46.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:04:46.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.158.254:40951,127.13.158.253:34711,127.13.158.252:44571
21:04:46.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:04:46.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34009/jwks.json
21:04:46.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42381 with env {}
21:04:46.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:46.132247 14027 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.158.254" port: 40951 } has no permanent_uuid. Determining permanent_uuid...
21:04:46.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:46.156524 14027 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 } has no permanent_uuid. Determining permanent_uuid...
21:04:46.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:46.159673 13977 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.13.158.253:34711: connect: Connection refused (error 111)
21:04:46.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:46.164453 14027 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.158.253:34711: Network error: Client connection negotiation failed: client connection to 127.13.158.253:34711: connect: Connection refused (error 111)
21:04:46.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:46.214026 14027 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 } attempt: 1
21:04:46.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:46.219125 14027 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.158.253:34711: Network error: Client connection negotiation failed: client connection to 127.13.158.253:34711: connect: Connection refused (error 111)
21:04:46.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:46.287555 14027 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 } attempt: 2
21:04:46.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:46.292273 14027 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.158.253:34711: Network error: Client connection negotiation failed: client connection to 127.13.158.253:34711: connect: Connection refused (error 111)
21:04:46.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:46.383782 14027 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 } attempt: 3
21:04:46.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:46.388207 14027 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.158.253:34711: Network error: Client connection negotiation failed: client connection to 127.13.158.253:34711: connect: Connection refused (error 111)
21:04:46.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:46.438004 14028 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:04:46.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:46.438566 14028 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:04:46.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:46.439036 14028 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:04:46.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:46.472234 14028 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:04:46.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:46.472527 14028 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:04:46.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:46.472738 14028 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:04:46.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:46.472926 14028 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:04:46.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:46.473111 14028 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:04:46.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:46.473249 14028 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34009/jwks.json
21:04:46.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:46.512092 14028 master_runner.cc:387] Master server non-default flags:
21:04:46.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:04:46.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.158.212:45929
21:04:46.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:04:46.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:04:46.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-1/data
21:04:46.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-1/wal
21:04:46.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42381
21:04:46.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:04:46.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.158.254:40951,127.13.158.253:34711,127.13.158.252:44571
21:04:46.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:04:46.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:04:46.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:04:46.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.158.253:34711
21:04:46.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:04:46.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:04:46.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:04:46.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34009/jwks.json
21:04:46.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:04:46.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:04:46.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-1/data/info.pb
21:04:46.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.158.253
21:04:46.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:04:46.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:04:46.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:04:46.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:04:46.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:04:46.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:04:46.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-1/logs
21:04:46.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:04:46.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:04:46.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:04:46.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:04:46.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:04:46.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:04:46.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:04:46.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on e7f111948823
21:04:46.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16878
21:04:46.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
21:04:46.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:46.513455 14028 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:04:46.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:46.514950 14028 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:04:46.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:46.526208 14037 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
21:04:46.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:46.531665 14027 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 } attempt: 4
21:04:46.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:46.538735 14027 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.158.253:34711: Network error: Client connection negotiation failed: client connection to 127.13.158.253:34711: connect: Connection refused (error 111)
21:04:46.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:46.838222 14027 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 } attempt: 5
21:04:46.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:46.848284 14027 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.158.253:34711: Network error: Client connection negotiation failed: client connection to 127.13.158.253:34711: connect: Connection refused (error 111)
21:04:47.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:47.396638 14027 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 } attempt: 6
21:04:47.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:47.424860 14027 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.158.253:34711: Network error: Client connection negotiation failed: client connection to 127.13.158.253:34711: connect: Connection refused (error 111)
21:04:48.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:47.931881 14036 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 14028
21:04:48.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:48.069231 14028 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.543s	user 0.514s	sys 1.024s
21:04:48.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:48.069552 14028 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.543s	user 0.514s	sys 1.024s
21:04:48.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:46.527019 14038 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
21:04:48.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:48.072079 14040 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
21:04:48.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:48.074806 14039 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1545 milliseconds
21:04:48.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.074813 14028 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
21:04:48.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.076242 14028 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:04:48.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.078540 14028 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:04:48.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.079938 14028 hybrid_clock.cc:648] HybridClock initialized: now 1783544688079897 us; error 79 us; skew 500 ppm
21:04:48.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.080807 14028 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:04:48.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.086790 14028 webserver.cc:534] Webserver started at http://127.13.158.253:39975/ using document root <none> and password file <none>
21:04:48.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.087668 14028 fs_manager.cc:362] Metadata directory not provided
21:04:48.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.087929 14028 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:04:48.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.088325 14028 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:04:48.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.092696 14028 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-1/data/instance:
21:04:48.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c071605c22b646cc8855ae6165a1f4d9"
21:04:48.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:04:48 on dist-test-slave-lz23"
21:04:48.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.093727 14028 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-1/wal/instance:
21:04:48.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c071605c22b646cc8855ae6165a1f4d9"
21:04:48.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:04:48 on dist-test-slave-lz23"
21:04:48.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.101001 14028 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.002s
21:04:48.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.107592 14049 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:04:48.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.108863 14028 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.001s
21:04:48.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.109201 14028 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-1/data,/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-1/wal
21:04:48.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c071605c22b646cc8855ae6165a1f4d9"
21:04:48.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:04:48 on dist-test-slave-lz23"
21:04:48.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.109606 14028 fs_report.cc:389] FS layout report
21:04:48.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:04:48.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-1/wal
21:04:48.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-1/wal
21:04:48.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-1/data/data
21:04:48.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:04:48.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:04:48.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:04:48.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:04:48.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:04:48.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:04:48.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:04:48.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:04:48.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:04:48.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:04:48.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:04:48.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.173967 14028 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:04:48.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.175433 14028 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:04:48.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.175935 14028 kserver.cc:163] Server-wide thread pool size limit: 3276
21:04:48.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.247675 14028 rpc_server.cc:307] RPC server started. Bound to: 127.13.158.253:34711
21:04:48.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.247745 14100 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.158.253:34711 every 8 connection(s)
21:04:48.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.250371 14028 server_base.cc:1193] Dumped server information to /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-1/data/info.pb
21:04:48.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.254889 13947 external_mini_cluster.cc:1434] Started /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu as pid 14028
21:04:48.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.255234 13947 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-1/wal/instance
21:04:48.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.256356 14101 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:04:48.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.257251 13947 external_mini_cluster.cc:1372] Running /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:04:48.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:04:48.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-2/wal
21:04:48.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-2/data
21:04:48.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:04:48.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:04:48.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:04:48.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:04:48.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:04:48.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:04:48.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-2/logs
21:04:48.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-2/data/info.pb
21:04:48.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:04:48.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:04:48.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:04:48.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:04:48.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:04:48.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:04:48.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:04:48.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:04:48.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:04:48.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:04:48.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:04:48.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:04:48.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.158.252:44571
21:04:48.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.158.252
21:04:48.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:04:48.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.158.212:45929
21:04:48.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:04:48.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:04:48.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:04:48.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:04:48.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.158.254:40951,127.13.158.253:34711,127.13.158.252:44571
21:04:48.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:04:48.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34009/jwks.json
21:04:48.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42381 with env {}
21:04:48.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.267383 14101 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.158.254" port: 40951 } has no permanent_uuid. Determining permanent_uuid...
21:04:48.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.293200 14101 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 } has no permanent_uuid. Determining permanent_uuid...
21:04:48.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.308674 14101 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } has no permanent_uuid. Determining permanent_uuid...
21:04:48.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:48.311375 14052 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.13.158.252:44571: connect: Connection refused (error 111)
21:04:48.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:48.316200 14101 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.158.252:44571: Network error: Client connection negotiation failed: client connection to 127.13.158.252:44571: connect: Connection refused (error 111)
21:04:48.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.365778 14101 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } attempt: 1
21:04:48.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:48.370805 14101 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.158.252:44571: Network error: Client connection negotiation failed: client connection to 127.13.158.252:44571: connect: Connection refused (error 111)
21:04:48.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.439250 14101 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } attempt: 2
21:04:48.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:48.444152 14101 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.158.252:44571: Network error: Client connection negotiation failed: client connection to 127.13.158.252:44571: connect: Connection refused (error 111)
21:04:48.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.485445 14027 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 } attempt: 7
21:04:48.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.497134 14027 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } has no permanent_uuid. Determining permanent_uuid...
21:04:48.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:48.503537 14027 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.158.252:44571: Network error: Client connection negotiation failed: client connection to 127.13.158.252:44571: connect: Connection refused (error 111)
21:04:48.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.535595 14101 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } attempt: 3
21:04:48.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:48.540249 14101 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.158.252:44571: Network error: Client connection negotiation failed: client connection to 127.13.158.252:44571: connect: Connection refused (error 111)
21:04:48.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.562047 14027 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } attempt: 1
21:04:48.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:48.566401 14027 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.158.252:44571: Network error: Client connection negotiation failed: client connection to 127.13.158.252:44571: connect: Connection refused (error 111)
21:04:48.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:48.581146 14102 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:04:48.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:48.581776 14102 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:04:48.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:48.582245 14102 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:04:48.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:48.614502 14102 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:04:48.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:48.614781 14102 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:04:48.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:48.614976 14102 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:04:48.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:48.615166 14102 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:04:48.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:48.615361 14102 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:04:48.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:48.615521 14102 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34009/jwks.json
21:04:48.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.647894 14027 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } attempt: 2
21:04:48.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:48.652261 14027 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.158.252:44571: Network error: Client connection negotiation failed: client connection to 127.13.158.252:44571: connect: Connection refused (error 111)
21:04:48.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.653812 14102 master_runner.cc:387] Master server non-default flags:
21:04:48.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:04:48.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.158.212:45929
21:04:48.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:04:48.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:04:48.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-2/data
21:04:48.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-2/wal
21:04:48.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42381
21:04:48.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:04:48.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.158.254:40951,127.13.158.253:34711,127.13.158.252:44571
21:04:48.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:04:48.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:04:48.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:04:48.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.158.252:44571
21:04:48.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:04:48.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:04:48.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:04:48.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34009/jwks.json
21:04:48.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:04:48.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:04:48.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-2/data/info.pb
21:04:48.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.158.252
21:04:48.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:04:48.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:04:48.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:04:48.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:04:48.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:04:48.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:04:48.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-2/logs
21:04:48.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:04:48.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:04:48.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:04:48.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:04:48.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:04:48.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:04:48.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:04:48.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on e7f111948823
21:04:48.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16878
21:04:48.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
21:04:48.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.655243 14102 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:04:48.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.657124 14102 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:04:48.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:48.669009 14114 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
21:04:48.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.683723 14101 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } attempt: 4
21:04:48.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:48.690050 14101 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.158.252:44571: Network error: Client connection negotiation failed: client connection to 127.13.158.252:44571: connect: Connection refused (error 111)
21:04:48.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.737739 14027 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } attempt: 3
21:04:48.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:48.745064 14027 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.158.252:44571: Network error: Client connection negotiation failed: client connection to 127.13.158.252:44571: connect: Connection refused (error 111)
21:04:48.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.885703 14027 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } attempt: 4
21:04:48.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:48.893522 14027 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.158.252:44571: Network error: Client connection negotiation failed: client connection to 127.13.158.252:44571: connect: Connection refused (error 111)
21:04:48.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:48.989477 14101 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } attempt: 5
21:04:48.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:48.996722 14101 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.158.252:44571: Network error: Client connection negotiation failed: client connection to 127.13.158.252:44571: connect: Connection refused (error 111)
21:04:49.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:49.177160 14027 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } attempt: 5
21:04:49.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:49.185168 14027 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.158.252:44571: Network error: Client connection negotiation failed: client connection to 127.13.158.252:44571: connect: Connection refused (error 111)
21:04:49.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:49.544317 14101 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } attempt: 6
21:04:49.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:49.556033 14101 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.158.252:44571: Network error: Client connection negotiation failed: client connection to 127.13.158.252:44571: connect: Connection refused (error 111)
21:04:49.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:49.737824 14027 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } attempt: 6
21:04:49.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:49.746899 14027 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.158.252:44571: Network error: Client connection negotiation failed: client connection to 127.13.158.252:44571: connect: Connection refused (error 111)
21:04:49.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:48.669766 14115 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
21:04:49.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:49.969610 14117 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
21:04:49.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:49.971840 14116 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1297 milliseconds
21:04:49.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:49.972016 14102 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
21:04:49.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:49.973287 14102 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:04:49.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:49.975979 14102 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:04:49.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:49.977325 14102 hybrid_clock.cc:648] HybridClock initialized: now 1783544689977297 us; error 44 us; skew 500 ppm
21:04:49.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:49.978083 14102 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:04:49.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:49.984776 14102 webserver.cc:534] Webserver started at http://127.13.158.252:34899/ using document root <none> and password file <none>
21:04:49.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:49.985697 14102 fs_manager.cc:362] Metadata directory not provided
21:04:49.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:49.985886 14102 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:04:49.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:49.986284 14102 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:04:49.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:49.990528 14102 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-2/data/instance:
21:04:49.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2"
21:04:49.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:04:49 on dist-test-slave-lz23"
21:04:49.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:49.991585 14102 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-2/wal/instance:
21:04:49.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2"
21:04:49.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:04:49 on dist-test-slave-lz23"
21:04:49.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:49.998538 14102 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.000s
21:04:50.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.004983 14128 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:04:50.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.006225 14102 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.000s	sys 0.005s
21:04:50.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.006520 14102 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-2/data,/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-2/wal
21:04:50.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2"
21:04:50.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:04:49 on dist-test-slave-lz23"
21:04:50.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.006834 14102 fs_report.cc:389] FS layout report
21:04:50.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:04:50.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-2/wal
21:04:50.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-2/wal
21:04:50.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-2/data/data
21:04:50.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:04:50.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:04:50.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:04:50.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:04:50.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:04:50.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:04:50.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:04:50.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:04:50.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:04:50.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:04:50.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:04:50.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.073027 14102 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:04:50.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.074523 14102 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:04:50.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.075091 14102 kserver.cc:163] Server-wide thread pool size limit: 3276
21:04:50.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.149364 14102 rpc_server.cc:307] RPC server started. Bound to: 127.13.158.252:44571
21:04:50.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.149442 14179 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.158.252:44571 every 8 connection(s)
21:04:50.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.152343 14102 server_base.cc:1193] Dumped server information to /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-2/data/info.pb
21:04:50.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.157828 13947 external_mini_cluster.cc:1434] Started /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu as pid 14102
21:04:50.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.158176 13947 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster9564849806896832773/master-2/wal/instance
21:04:50.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.158295 14180 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:04:50.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.171243 14180 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.158.254" port: 40951 } has no permanent_uuid. Determining permanent_uuid...
21:04:50.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.192066 14180 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 } has no permanent_uuid. Determining permanent_uuid...
21:04:50.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.204830 14180 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } has no permanent_uuid. Determining permanent_uuid...
21:04:50.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.221097 13947 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
21:04:50.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.221347 14180 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2: Bootstrap starting.
21:04:50.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.227165 14180 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2: Neither blocks nor log segments found. Creating new log.
21:04:50.228 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:04:50.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.229040 14180 log.cc:826] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2: Log is configured to *not* fsync() on all Append() calls
21:04:50.229 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

21:04:50.230 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.13.158.254"
      port: 40951
    }
    bound_http_address {
      host: "127.13.158.254"
      port: 37729
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.13.158.253"
      port: 34711
    }
    bound_http_address {
      host: "127.13.158.253"
      port: 39975
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.13.158.252"
      port: 44571
    }
    bound_http_address {
      host: "127.13.158.252"
      port: 34899
    }
  }
}

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

21:04:50.232 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:04:50.233 [INFO - Metastore-Handler-Pool: Thread-95] (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=90a3050e-35ef-48d4-8b40-7a2205a51b64, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.158.254:40951,127.13.158.253:34711,127.13.158.252:44571}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
21:04:50.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.234223 14180 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2: No bootstrap required, opened a new log
21:04:50.237 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
21:04:50.237 [INFO - Metastore-Handler-Pool: Thread-95] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
21:04:50.237 [INFO - Metastore-Handler-Pool: Thread-95] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@30b3e568, with PersistenceManager: null will be shutdown
21:04:50.238 [INFO - Metastore-Handler-Pool: Thread-95] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@30b3e568, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@73b02fa created in the thread with id: 95
21:04:50.243 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@30b3e568
21:04:50.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.258502 14180 raft_consensus.cc:359] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb361ef99edd4b19976bc1facba499d2" member_type: VOTER last_known_addr { host: "127.13.158.254" port: 40951 } } peers { permanent_uuid: "c071605c22b646cc8855ae6165a1f4d9" member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 } } peers { permanent_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } }
21:04:50.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.259418 14180 raft_consensus.cc:385] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:04:50.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.259732 14180 raft_consensus.cc:740] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2c99ced3ba2469e8b6ef6febe7ad1d2, State: Initialized, Role: FOLLOWER
21:04:50.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.260893 14180 consensus_queue.cc:260] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2 [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: "eb361ef99edd4b19976bc1facba499d2" member_type: VOTER last_known_addr { host: "127.13.158.254" port: 40951 } } peers { permanent_uuid: "c071605c22b646cc8855ae6165a1f4d9" member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 } } peers { permanent_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } }
21:04:50.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.264254 14188 sys_catalog.cc:455] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2 [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: "eb361ef99edd4b19976bc1facba499d2" member_type: VOTER last_known_addr { host: "127.13.158.254" port: 40951 } } peers { permanent_uuid: "c071605c22b646cc8855ae6165a1f4d9" member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 } } peers { permanent_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } } }
21:04:50.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.265278 14188 sys_catalog.cc:458] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2 [sys.catalog]: This master's current role is: FOLLOWER
21:04:50.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.266085 14180 sys_catalog.cc:565] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2 [sys.catalog]: configured and running, proceeding with master startup.
21:04:50.296 [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=	
21:04:50.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:50.297935 14199 client.h:373] Failed to connect to Hive Metastore (localhost:42381): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:50.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:50.315512 14203 catalog_manager.cc:1593] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
21:04:50.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:50.315899 14203 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
21:04:50.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:50.330495 14134 tablet.cc:2406] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2: Can't schedule compaction. Clean time has not been advanced past its initial value.
21:04:50.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.311471 14102 master_runner.cc:187] Error getting master registration for 127.13.158.254:40951: OK, instance_id { permanent_uuid: "eb361ef99edd4b19976bc1facba499d2" instance_seqno: 1783544686093971 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
21:04:50.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.342932 14102 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
21:04:50.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.481516 14188 raft_consensus.cc:493] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
21:04:50.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.482106 14188 raft_consensus.cc:515] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb361ef99edd4b19976bc1facba499d2" member_type: VOTER last_known_addr { host: "127.13.158.254" port: 40951 } } peers { permanent_uuid: "c071605c22b646cc8855ae6165a1f4d9" member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 } } peers { permanent_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } }
21:04:50.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.488370 14188 leader_election.cc:290] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers eb361ef99edd4b19976bc1facba499d2 (127.13.158.254:40951), c071605c22b646cc8855ae6165a1f4d9 (127.13.158.253:34711)
21:04:50.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.616654 14101 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } attempt: 7
21:04:50.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.664728 14101 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c071605c22b646cc8855ae6165a1f4d9: Bootstrap starting.
21:04:50.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.678925 14101 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c071605c22b646cc8855ae6165a1f4d9: Neither blocks nor log segments found. Creating new log.
21:04:50.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.683074 14101 log.cc:826] T 00000000000000000000000000000000 P c071605c22b646cc8855ae6165a1f4d9: Log is configured to *not* fsync() on all Append() calls
21:04:50.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.700220 14101 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c071605c22b646cc8855ae6165a1f4d9: No bootstrap required, opened a new log
21:04:50.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.750486 14101 raft_consensus.cc:359] T 00000000000000000000000000000000 P c071605c22b646cc8855ae6165a1f4d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb361ef99edd4b19976bc1facba499d2" member_type: VOTER last_known_addr { host: "127.13.158.254" port: 40951 } } peers { permanent_uuid: "c071605c22b646cc8855ae6165a1f4d9" member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 } } peers { permanent_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } }
21:04:50.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.752386 14101 raft_consensus.cc:385] T 00000000000000000000000000000000 P c071605c22b646cc8855ae6165a1f4d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:04:50.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.753101 14101 raft_consensus.cc:740] T 00000000000000000000000000000000 P c071605c22b646cc8855ae6165a1f4d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c071605c22b646cc8855ae6165a1f4d9, State: Initialized, Role: FOLLOWER
21:04:50.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.754861 14101 consensus_queue.cc:260] T 00000000000000000000000000000000 P c071605c22b646cc8855ae6165a1f4d9 [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: "eb361ef99edd4b19976bc1facba499d2" member_type: VOTER last_known_addr { host: "127.13.158.254" port: 40951 } } peers { permanent_uuid: "c071605c22b646cc8855ae6165a1f4d9" member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 } } peers { permanent_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } }
21:04:50.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.769343 14076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c071605c22b646cc8855ae6165a1f4d9" is_pre_election: true
21:04:50.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.770217 14076 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c071605c22b646cc8855ae6165a1f4d9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b2c99ced3ba2469e8b6ef6febe7ad1d2 in term 0.
21:04:50.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.773636 14130 leader_election.cc:304] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2 [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: b2c99ced3ba2469e8b6ef6febe7ad1d2, c071605c22b646cc8855ae6165a1f4d9; no voters: 
21:04:50.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.774607 14188 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2 [term 0 FOLLOWER]: Leader pre-election won for term 1
21:04:50.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.774953 14188 raft_consensus.cc:493] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
21:04:50.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.775256 14188 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2 [term 0 FOLLOWER]: Advancing to term 1
21:04:50.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.780290 14027 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } attempt: 7
21:04:50.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.785472 14188 raft_consensus.cc:515] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb361ef99edd4b19976bc1facba499d2" member_type: VOTER last_known_addr { host: "127.13.158.254" port: 40951 } } peers { permanent_uuid: "c071605c22b646cc8855ae6165a1f4d9" member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 } } peers { permanent_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } }
21:04:50.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.788753 14208 sys_catalog.cc:455] T 00000000000000000000000000000000 P c071605c22b646cc8855ae6165a1f4d9 [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: "eb361ef99edd4b19976bc1facba499d2" member_type: VOTER last_known_addr { host: "127.13.158.254" port: 40951 } } peers { permanent_uuid: "c071605c22b646cc8855ae6165a1f4d9" member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 } } peers { permanent_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } } }
21:04:50.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.789512 14208 sys_catalog.cc:458] T 00000000000000000000000000000000 P c071605c22b646cc8855ae6165a1f4d9 [sys.catalog]: This master's current role is: FOLLOWER
21:04:50.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.789973 14101 sys_catalog.cc:565] T 00000000000000000000000000000000 P c071605c22b646cc8855ae6165a1f4d9 [sys.catalog]: configured and running, proceeding with master startup.
21:04:50.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.793387 14076 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c071605c22b646cc8855ae6165a1f4d9"
21:04:50.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.793938 14076 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c071605c22b646cc8855ae6165a1f4d9 [term 0 FOLLOWER]: Advancing to term 1
21:04:50.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.801041 14076 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c071605c22b646cc8855ae6165a1f4d9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b2c99ced3ba2469e8b6ef6febe7ad1d2 in term 1.
21:04:50.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.802567 14130 leader_election.cc:304] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2 [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: b2c99ced3ba2469e8b6ef6febe7ad1d2, c071605c22b646cc8855ae6165a1f4d9; no voters: 
21:04:50.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.807796 14188 leader_election.cc:290] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2 [CANDIDATE]: Term 1 election: Requested vote from peers eb361ef99edd4b19976bc1facba499d2 (127.13.158.254:40951), c071605c22b646cc8855ae6165a1f4d9 (127.13.158.253:34711)
21:04:50.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.809203 14188 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2 [term 1 FOLLOWER]: Leader election won for term 1
21:04:50.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.810444 14188 raft_consensus.cc:697] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2 [term 1 LEADER]: Becoming Leader. State: Replica: b2c99ced3ba2469e8b6ef6febe7ad1d2, State: Running, Role: LEADER
21:04:50.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.813674 14188 consensus_queue.cc:237] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2 [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: "eb361ef99edd4b19976bc1facba499d2" member_type: VOTER last_known_addr { host: "127.13.158.254" port: 40951 } } peers { permanent_uuid: "c071605c22b646cc8855ae6165a1f4d9" member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 } } peers { permanent_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } }
21:04:50.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.838697 14210 sys_catalog.cc:455] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2 [sys.catalog]: SysCatalogTable state changed. Reason: New leader b2c99ced3ba2469e8b6ef6febe7ad1d2. Latest consensus state: current_term: 1 leader_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb361ef99edd4b19976bc1facba499d2" member_type: VOTER last_known_addr { host: "127.13.158.254" port: 40951 } } peers { permanent_uuid: "c071605c22b646cc8855ae6165a1f4d9" member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 } } peers { permanent_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } } }
21:04:50.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.840440 14210 sys_catalog.cc:458] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2 [sys.catalog]: This master's current role is: LEADER
21:04:50.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.846274 14216 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
21:04:50.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.855134 14027 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P eb361ef99edd4b19976bc1facba499d2: Bootstrap starting.
21:04:50.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.863229 14216 catalog_manager.cc:1519] Initializing Kudu cluster ID...
21:04:50.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.906994 14076 raft_consensus.cc:1275] T 00000000000000000000000000000000 P c071605c22b646cc8855ae6165a1f4d9 [term 1 FOLLOWER]: Refusing update from remote peer b2c99ced3ba2469e8b6ef6febe7ad1d2: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
21:04:50.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.909152 14210 consensus_queue.cc:1048] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c071605c22b646cc8855ae6165a1f4d9" member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
21:04:50.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.908618 14027 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P eb361ef99edd4b19976bc1facba499d2: Neither blocks nor log segments found. Creating new log.
21:04:50.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:50.933888 14055 tablet.cc:2406] T 00000000000000000000000000000000 P c071605c22b646cc8855ae6165a1f4d9: Can't schedule compaction. Clean time has not been advanced past its initial value.
21:04:50.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.932224 14027 log.cc:826] T 00000000000000000000000000000000 P eb361ef99edd4b19976bc1facba499d2: Log is configured to *not* fsync() on all Append() calls
21:04:50.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.966768 14208 sys_catalog.cc:455] T 00000000000000000000000000000000 P c071605c22b646cc8855ae6165a1f4d9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader b2c99ced3ba2469e8b6ef6febe7ad1d2. Latest consensus state: current_term: 1 leader_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb361ef99edd4b19976bc1facba499d2" member_type: VOTER last_known_addr { host: "127.13.158.254" port: 40951 } } peers { permanent_uuid: "c071605c22b646cc8855ae6165a1f4d9" member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 } } peers { permanent_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } } }
21:04:50.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.967875 14208 sys_catalog.cc:458] T 00000000000000000000000000000000 P c071605c22b646cc8855ae6165a1f4d9 [sys.catalog]: This master's current role is: FOLLOWER
21:04:50.971 [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=	
21:04:50.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:50.972268 14224 client.h:373] Failed to connect to Hive Metastore (localhost:42381): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:50.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.972590 14027 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P eb361ef99edd4b19976bc1facba499d2: No bootstrap required, opened a new log
21:04:50.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.975345 14222 mvcc.cc:204] Tried to move back new op lower bound from 7305399053915336704 to 7305399053599899648. Current Snapshot: MvccSnapshot[applied={T|T < 7305399053915336704}]
21:04:50.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.985137 14188 sys_catalog.cc:455] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb361ef99edd4b19976bc1facba499d2" member_type: VOTER last_known_addr { host: "127.13.158.254" port: 40951 } } peers { permanent_uuid: "c071605c22b646cc8855ae6165a1f4d9" member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 } } peers { permanent_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } } }
21:04:50.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.985909 14188 sys_catalog.cc:458] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2 [sys.catalog]: This master's current role is: LEADER
21:04:51.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.992666 14216 catalog_manager.cc:1382] Generated new cluster ID: f1f44a7fd16d44699b3ff24606678818
21:04:51.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:50.992982 14216 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
21:04:51.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.001247 14208 sys_catalog.cc:455] T 00000000000000000000000000000000 P c071605c22b646cc8855ae6165a1f4d9 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb361ef99edd4b19976bc1facba499d2" member_type: VOTER last_known_addr { host: "127.13.158.254" port: 40951 } } peers { permanent_uuid: "c071605c22b646cc8855ae6165a1f4d9" member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 } } peers { permanent_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } } }
21:04:51.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.002233 14208 sys_catalog.cc:458] T 00000000000000000000000000000000 P c071605c22b646cc8855ae6165a1f4d9 [sys.catalog]: This master's current role is: FOLLOWER
21:04:51.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.015699 14233 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
21:04:51.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.036854 14216 catalog_manager.cc:1405] Generated new certificate authority record
21:04:51.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.039189 14216 catalog_manager.cc:1539] Loading token signing keys...
21:04:51.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.074350 14216 catalog_manager.cc:6069] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2: Generated new TSK 0
21:04:51.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.075822 14216 catalog_manager.cc:1549] Initializing in-progress tserver states...
21:04:51.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.080487 14216 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
21:04:51.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.084965 14216 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
21:04:51.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.020774 14028 master_runner.cc:187] Error getting master registration for 127.13.158.254:40951: OK, instance_id { permanent_uuid: "eb361ef99edd4b19976bc1facba499d2" instance_seqno: 1783544686093971 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
21:04:51.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.165298 14028 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
21:04:51.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.173707 14027 raft_consensus.cc:359] T 00000000000000000000000000000000 P eb361ef99edd4b19976bc1facba499d2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb361ef99edd4b19976bc1facba499d2" member_type: VOTER last_known_addr { host: "127.13.158.254" port: 40951 } } peers { permanent_uuid: "c071605c22b646cc8855ae6165a1f4d9" member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 } } peers { permanent_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } }
21:04:51.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.178663 14027 raft_consensus.cc:385] T 00000000000000000000000000000000 P eb361ef99edd4b19976bc1facba499d2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:04:51.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.179251 14027 raft_consensus.cc:740] T 00000000000000000000000000000000 P eb361ef99edd4b19976bc1facba499d2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eb361ef99edd4b19976bc1facba499d2, State: Initialized, Role: FOLLOWER
21:04:51.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.180349 14027 consensus_queue.cc:260] T 00000000000000000000000000000000 P eb361ef99edd4b19976bc1facba499d2 [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: "eb361ef99edd4b19976bc1facba499d2" member_type: VOTER last_known_addr { host: "127.13.158.254" port: 40951 } } peers { permanent_uuid: "c071605c22b646cc8855ae6165a1f4d9" member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 } } peers { permanent_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } }
21:04:51.190 [WARN - Metastore-Handler-Pool: Thread-95] (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.
21:04:51.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.202426 14027 sys_catalog.cc:565] T 00000000000000000000000000000000 P eb361ef99edd4b19976bc1facba499d2 [sys.catalog]: configured and running, proceeding with master startup.
21:04:51.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.202941 14000 raft_consensus.cc:3060] T 00000000000000000000000000000000 P eb361ef99edd4b19976bc1facba499d2 [term 0 FOLLOWER]: Advancing to term 1
21:04:51.204 [WARN - Metastore-Handler-Pool: Thread-95] (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.
21:04:51.204 [WARN - Metastore-Handler-Pool: Thread-95] (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.
21:04:51.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.206139 14001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eb361ef99edd4b19976bc1facba499d2"
21:04:51.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.198870 14234 sys_catalog.cc:455] T 00000000000000000000000000000000 P eb361ef99edd4b19976bc1facba499d2 [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: "eb361ef99edd4b19976bc1facba499d2" member_type: VOTER last_known_addr { host: "127.13.158.254" port: 40951 } } peers { permanent_uuid: "c071605c22b646cc8855ae6165a1f4d9" member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 } } peers { permanent_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } } }
21:04:51.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.207206 14234 sys_catalog.cc:458] T 00000000000000000000000000000000 P eb361ef99edd4b19976bc1facba499d2 [sys.catalog]: This master's current role is: FOLLOWER
21:04:51.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.209067 14002 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eb361ef99edd4b19976bc1facba499d2" is_pre_election: true
21:04:51.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.215363 14000 raft_consensus.cc:1275] T 00000000000000000000000000000000 P eb361ef99edd4b19976bc1facba499d2 [term 1 FOLLOWER]: Refusing update from remote peer b2c99ced3ba2469e8b6ef6febe7ad1d2: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
21:04:51.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.217240 14210 consensus_queue.cc:1048] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "eb361ef99edd4b19976bc1facba499d2" member_type: VOTER last_known_addr { host: "127.13.158.254" port: 40951 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
21:04:51.302 [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=	
21:04:51.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:51.306720 14199 client.h:373] Failed to connect to Hive Metastore (localhost:42381): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:51.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.340123 14234 sys_catalog.cc:455] T 00000000000000000000000000000000 P eb361ef99edd4b19976bc1facba499d2 [sys.catalog]: SysCatalogTable state changed. Reason: New leader b2c99ced3ba2469e8b6ef6febe7ad1d2. Latest consensus state: current_term: 1 leader_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb361ef99edd4b19976bc1facba499d2" member_type: VOTER last_known_addr { host: "127.13.158.254" port: 40951 } } peers { permanent_uuid: "c071605c22b646cc8855ae6165a1f4d9" member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 } } peers { permanent_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } } }
21:04:51.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.340262 14241 sys_catalog.cc:455] T 00000000000000000000000000000000 P eb361ef99edd4b19976bc1facba499d2 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb361ef99edd4b19976bc1facba499d2" member_type: VOTER last_known_addr { host: "127.13.158.254" port: 40951 } } peers { permanent_uuid: "c071605c22b646cc8855ae6165a1f4d9" member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 } } peers { permanent_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } } }
21:04:51.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.340981 14234 sys_catalog.cc:458] T 00000000000000000000000000000000 P eb361ef99edd4b19976bc1facba499d2 [sys.catalog]: This master's current role is: FOLLOWER
21:04:51.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.341112 14241 sys_catalog.cc:458] T 00000000000000000000000000000000 P eb361ef99edd4b19976bc1facba499d2 [sys.catalog]: This master's current role is: FOLLOWER
21:04:51.372 [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=	
21:04:51.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:51.376068 14251 client.h:373] Failed to connect to Hive Metastore (localhost:42381): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:51.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.389801 14255 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
21:04:51.421 [INFO - Metastore-Handler-Pool: Thread-95] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
21:04:51.445 [INFO - Metastore-Handler-Pool: Thread-95] (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/hive2210115958861962831/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=90a3050e-35ef-48d4-8b40-7a2205a51b64, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.158.254:40951,127.13.158.253:34711,127.13.158.252:44571}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
21:04:51.449 [INFO - Metastore-Handler-Pool: Thread-95] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive2210115958861962831/external-warehouse/table
21:04:51.603 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:04:51.651 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:3711) Skipping translation for processor with null
21:04:51.653 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
21:04:51.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.723445 14260 sys_catalog.cc:455] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eb361ef99edd4b19976bc1facba499d2" member_type: VOTER last_known_addr { host: "127.13.158.254" port: 40951 } } peers { permanent_uuid: "c071605c22b646cc8855ae6165a1f4d9" member_type: VOTER last_known_addr { host: "127.13.158.253" port: 34711 } } peers { permanent_uuid: "b2c99ced3ba2469e8b6ef6febe7ad1d2" member_type: VOTER last_known_addr { host: "127.13.158.252" port: 44571 } } }
21:04:51.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:51.724575 14260 sys_catalog.cc:458] T 00000000000000000000000000000000 P b2c99ced3ba2469e8b6ef6febe7ad1d2 [sys.catalog]: This master's current role is: LEADER
21:04:51.845 [WARN - Metastore-Handler-Pool: Thread-95] (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.
21:04:51.991 [INFO - Metastore-Handler-Pool: Thread-103] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:04:51.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:51.994055 14224 client.h:373] Failed to connect to Hive Metastore (localhost:42381): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:52.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:52.048635 14233 catalog_manager.cc:1294] Loaded cluster ID: f1f44a7fd16d44699b3ff24606678818
21:04:52.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:52.048947 14233 catalog_manager.cc:1587] T 00000000000000000000000000000000 P c071605c22b646cc8855ae6165a1f4d9: loading cluster ID for follower catalog manager: success
21:04:52.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:52.061645 14233 catalog_manager.cc:1609] T 00000000000000000000000000000000 P c071605c22b646cc8855ae6165a1f4d9: acquiring CA information for follower catalog manager: success
21:04:52.076 [WARN - Metastore-Handler-Pool: Thread-95] (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.
21:04:52.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:52.081619 14233 catalog_manager.cc:1637] T 00000000000000000000000000000000 P c071605c22b646cc8855ae6165a1f4d9: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
21:04:52.125 [WARN - Metastore-Handler-Pool: Thread-95] (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.
21:04:52.228 [WARN - Metastore-Handler-Pool: Thread-95] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
21:04:52.325 [INFO - Metastore-Handler-Pool: Thread-104] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:04:52.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:52.326473 14199 client.h:373] Failed to connect to Hive Metastore (localhost:42381): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:52.388 [INFO - Metastore-Handler-Pool: Thread-105] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:04:52.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:52.389569 14251 client.h:373] Failed to connect to Hive Metastore (localhost:42381): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:52.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:52.412380 14255 catalog_manager.cc:1294] Loaded cluster ID: f1f44a7fd16d44699b3ff24606678818
21:04:52.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:52.412689 14255 catalog_manager.cc:1587] T 00000000000000000000000000000000 P eb361ef99edd4b19976bc1facba499d2: loading cluster ID for follower catalog manager: success
21:04:52.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:52.419803 14255 catalog_manager.cc:1609] T 00000000000000000000000000000000 P eb361ef99edd4b19976bc1facba499d2: acquiring CA information for follower catalog manager: success
21:04:52.446 [DEBUG - Metastore-Handler-Pool: Thread-95] (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.
21:04:52.447 [DEBUG - Metastore-Handler-Pool: Thread-95] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
21:04:52.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:52.451141 14255 catalog_manager.cc:1637] T 00000000000000000000000000000000 P eb361ef99edd4b19976bc1facba499d2: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
21:04:52.460 [DEBUG - Metastore-Handler-Pool: Thread-95] (Connection.java:748) [peer master-127.13.158.254:40951(127.13.158.254:40951)] connecting to peer
21:04:52.478 [DEBUG - Metastore-Handler-Pool: Thread-95] (Connection.java:748) [peer master-127.13.158.253:34711(127.13.158.253:34711)] connecting to peer
21:04:52.479 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.13.158.254:40951(127.13.158.254:40951)] Successfully connected to peer
21:04:52.492 [DEBUG - Metastore-Handler-Pool: Thread-95] (Connection.java:748) [peer master-127.13.158.252:44571(127.13.158.252:44571)] connecting to peer
21:04:52.494 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.13.158.253:34711(127.13.158.253:34711)] Successfully connected to peer
21:04:52.496 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.13.158.254
21:04:52.507 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.13.158.252:44571(127.13.158.252:44571)] Successfully connected to peer
21:04:52.529 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.13.158.253
21:04:52.550 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.13.158.252
21:04:52.553 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
21:04:52.568 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xc1f68a60, L:/127.0.0.1:39528 - R:/127.13.158.254:40951] using SASL/PLAIN
21:04:52.602 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
21:04:52.612 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x4bd389d6, L:/127.0.0.1:58460 - R:/127.13.158.253:34711] using SASL/PLAIN
21:04:52.615 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
21:04:52.633 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x9bc4a0a0, L:/127.0.0.1:43186 - R:/127.13.158.252:44571] using SASL/PLAIN
21:04:52.640 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
21:04:52.647 [ERROR - Metastore-Handler-Pool: Thread-95] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:212)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

21:04:52.650 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:04:52.739 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:3711) Skipping translation for processor with null
21:04:52.742 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
21:04:52.908 [WARN - Metastore-Handler-Pool: Thread-95] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
21:04:52.998 [INFO - Metastore-Handler-Pool: Thread-95] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
21:04:53.013 [INFO - Metastore-Handler-Pool: Thread-95] (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=90a3050e-35ef-48d4-8b40-7a2205a51b64, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.158.254:40951,127.13.158.253:34711,127.13.158.252:44571}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
21:04:53.040 [INFO - Metastore-Handler-Pool: Thread-95] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
21:04:53.043 [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=	
21:04:53.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:53.044708 14224 client.h:373] Failed to connect to Hive Metastore (localhost:42381): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:53.052 [INFO - Metastore-Handler-Pool: Thread-95] (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/hive2210115958861962831/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=90a3050e-35ef-48d4-8b40-7a2205a51b64, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.13.158.254:40951,127.13.158.253:34711,127.13.158.252:44571}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
21:04:53.056 [INFO - Metastore-Handler-Pool: Thread-95] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive2210115958861962831/external-warehouse/table
21:04:53.180 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:04:53.225 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:3711) Skipping translation for processor with null
21:04:53.230 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
21:04:53.278 [WARN - Metastore-Handler-Pool: Thread-95] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
21:04:53.320 [INFO - Metastore-Handler-Pool: Thread-95] (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)	
21:04:53.323 [INFO - Metastore-Handler-Pool: Thread-95] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
21:04:53.326 [INFO - Metastore-Handler-Pool: Thread-95] (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/hive2210115958861962831/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)
21:04:53.327 [WARN - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:2452) Location: file:/tmp/hive2210115958861962831/external-warehouse/table specified for non-external table:table
21:04:53.338 [INFO - Metastore-Handler-Pool: Thread-95] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive2210115958861962831/external-warehouse/table
21:04:53.341 [INFO - Metastore-Handler-Pool: Thread-112] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:04:53.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:53.342097 14199 client.h:373] Failed to connect to Hive Metastore (localhost:42381): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:53.378 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:04:53.428 [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=	
21:04:53.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:53.429554 14251 client.h:373] Failed to connect to Hive Metastore (localhost:42381): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:53.434 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:3711) Skipping translation for processor with null
21:04:53.445 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
21:04:53.485 [WARN - Metastore-Handler-Pool: Thread-95] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
21:04:53.519 [ERROR - Metastore-Handler-Pool: Thread-95] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

21:04:53.520 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:04:53.562 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:3711) Skipping translation for processor with null
21:04:53.572 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
21:04:53.639 [WARN - Metastore-Handler-Pool: Thread-95] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
21:04:53.741 [INFO - Metastore-Handler-Pool: Thread-95] (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)	
21:04:53.746 [INFO - Metastore-Handler-Pool: Thread-95] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
21:04:53.749 [INFO - Metastore-Handler-Pool: Thread-95] (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/hive2210115958861962831/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)
21:04:53.750 [WARN - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:2452) Location: file:/tmp/hive2210115958861962831/external-warehouse/table specified for non-external table:table
21:04:53.750 [INFO - Metastore-Handler-Pool: Thread-95] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive2210115958861962831/external-warehouse/table
21:04:53.816 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:04:53.850 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:3711) Skipping translation for processor with null
21:04:53.851 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
21:04:53.892 [WARN - Metastore-Handler-Pool: Thread-95] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
21:04:53.919 [ERROR - Metastore-Handler-Pool: Thread-95] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

21:04:53.932 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:04:53.953 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:3711) Skipping translation for processor with null
21:04:53.957 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
21:04:53.987 [WARN - Metastore-Handler-Pool: Thread-95] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
21:04:54.028 [INFO - Metastore-Handler-Pool: Thread-95] (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)	
21:04:54.031 [INFO - Metastore-Handler-Pool: Thread-95] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
21:04:54.036 [INFO - Metastore-Handler-Pool: Thread-95] (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/hive2210115958861962831/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)
21:04:54.051 [INFO - Metastore-Handler-Pool: Thread-95] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive2210115958861962831/external-warehouse/table
21:04:54.060 [INFO - Metastore-Handler-Pool: Thread-116] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:04:54.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:54.061632 14224 client.h:373] Failed to connect to Hive Metastore (localhost:42381): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:04:54.129 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:04:54.155 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:3711) Skipping translation for processor with null
21:04:54.156 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
21:04:54.240 [WARN - Metastore-Handler-Pool: Thread-95] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
21:04:54.268 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
21:04:54.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:54.269080 13947 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu with pid 13959
21:04:54.277 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
21:04:54.277 [INFO - Metastore-Handler-Pool: Thread-95] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@30b3e568, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@73b02fa will be shutdown
21:04:54.278 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
21:04:54.309 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.13.158.254:40951(127.13.158.254:40951)] handling channelInactive
21:04:54.309 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.13.158.254:40951(127.13.158.254:40951)] cleaning up while in state READY due to: connection closed
21:04:54.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:54.310236 13947 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu with pid 14028
21:04:54.337 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.13.158.253:34711(127.13.158.253:34711)] handling channelInactive
21:04:54.337 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.13.158.253:34711(127.13.158.253:34711)] cleaning up while in state READY due to: connection closed
21:04:54.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:54.338341 13947 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu with pid 14102
21:04:54.367 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.13.158.252:44571(127.13.158.252:44571)] handling channelInactive
21:04:54.367 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.13.158.252:44571(127.13.158.252:44571)] cleaning up while in state READY due to: connection closed
21:04:55.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:04:55Z chronyd exiting
.21:04:56.528 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
21:04:56.528 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
21:04:56.529 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
21:04:56.549 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive17416200108086366374
21:04:56.550 [INFO - Thread-82] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
21:04:56.551 [INFO - Thread-82] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
21:04:56.554 [INFO - Thread-82] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
21:04:56.554 [INFO - Thread-82] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
21:04:56.554 [INFO - Thread-82] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
21:04:56.555 [INFO - Thread-82] (HikariDataSource.java:350) objectstore - Shutdown initiated...
21:04:56.556 [INFO - Thread-82] (HikariDataSource.java:352) objectstore - Shutdown completed.
21:04:56.556 [INFO - Thread-82] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
21:04:56.557 [INFO - Thread-82] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
21:04:56.558 [INFO - Thread-82] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
21:04:56.559 [INFO - Thread-82] (HikariDataSource.java:80) objectstore - Starting...
21:04:56.639 [INFO - Thread-82] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
21:04:56.639 [INFO - Thread-82] (HikariDataSource.java:82) objectstore - Start completed.
21:04:56.640 [INFO - Thread-82] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
21:04:56.641 [INFO - Thread-82] (HikariDataSource.java:80) objectstore-secondary - Starting...
21:04:56.643 [INFO - Thread-82] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
21:04:56.643 [INFO - Thread-82] (HikariDataSource.java:82) objectstore-secondary - Start completed.
21:04:56.660 [INFO - Thread-82] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
21:04:56.660 [INFO - Thread-82] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
21:04:56.660 [INFO - Thread-82] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
21:04:56.697 [WARN - Thread-82] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:04:56.698 [WARN - Thread-82] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:04:56.699 [WARN - Thread-82] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:04:56.699 [WARN - Thread-82] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:04:56.699 [WARN - Thread-82] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:04:56.699 [WARN - Thread-82] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:04:56.929 [INFO - Thread-82] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
21:04:56.930 [INFO - Thread-82] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5da2c7d4, with PersistenceManager: null will be shutdown
21:04:56.930 [INFO - Thread-82] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5da2c7d4, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5bdce37c created in the thread with id: 118
21:04:56.932 [WARN - Thread-82] (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
21:04:56.933 [INFO - Thread-82] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5da2c7d4
21:04:57.061 [INFO - Thread-82] (HMSHandler.java:595) Started creating a default database with name: default
21:04:57.098 [INFO - Thread-82] (HMSHandler.java:605) Successfully created a default database with name: default
21:04:57.138 [INFO - Thread-82] (HMSHandler.java:668) Added admin role in metastore
21:04:57.140 [INFO - Thread-82] (HMSHandler.java:677) Added public role in metastore
21:04:57.173 [INFO - Thread-82] (HMSHandler.java:717) No user is added in admin role, since config is empty
21:04:57.173 [INFO - Thread-82] (HMSHandler.java:404) HMS server filtering is disabled by configuration
21:04:57.174 [INFO - Thread-82] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
21:04:57.174 [INFO - Thread-82] (HiveMetaStore.java:697) Direct SQL optimization = true
21:04:57.175 [WARN - Thread-82] (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)
21:04:57.175 [INFO - Thread-82] (HiveMetaStore.java:632) Started the new metaserver on port [35471]...
21:04:57.175 [INFO - Thread-82] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
21:04:57.176 [INFO - Thread-82] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
21:04:57.176 [INFO - Thread-82] (HiveMetaStore.java:635) TCP keepalive = true
21:04:57.176 [INFO - Thread-82] (HiveMetaStore.java:636) Enable SSL = false
21:04:57.553 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
21:04:57.553 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
21:04:57.553 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
21:04:57.555 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
21:04:57.555 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:35471]
21:04:57.556 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:35471) in binary transport mode
21:04:57.556 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:35471) current connections: 1
21:04:57.557 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task3sb8QH/test-tmp
21:04:57.558 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
21:04:57.558 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task3sb8QH/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
21:04:57.560 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:35471"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

21:04:57.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:57.897140 14312 mini_oidc.cc:150] Starting JWKS server
21:04:57.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:57.900305 14312 webserver.cc:534] Webserver started at http://127.0.0.1:34535/ using document root <none> and password file <none>
21:04:57.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:57.900713 14312 mini_oidc.cc:186] Starting OIDC Discovery server
21:04:57.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:57.902383 14312 webserver.cc:534] Webserver started at http://127.0.0.1:40811/ using document root <none> and password file <none>
21:04:57.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:04:57Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
21:04:57.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:04:57Z Disabled control of system clock
21:04:57.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:57.966216 14312 external_mini_cluster.cc:1372] Running /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:04:57.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:04:57.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-0/wal
21:04:57.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-0/data
21:04:57.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:04:57.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:04:57.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:04:57.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:04:57.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:04:57.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:04:57.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-0/logs
21:04:57.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-0/data/info.pb
21:04:57.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:04:57.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:04:57.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:04:57.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:04:57.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:04:57.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:04:57.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:04:57.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:04:57.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:04:57.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:04:57.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:04:57.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:04:57.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.250.62:42975
21:04:57.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.250.62
21:04:57.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:04:57.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.250.20:33619
21:04:57.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:04:57.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:04:57.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:04:57.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:04:57.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.250.62:42975,127.13.250.61:34715,127.13.250.60:37091
21:04:57.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:04:57.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34535/jwks.json
21:04:57.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35471 with env {}
21:04:58.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:58.277577 14324 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:04:58.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:58.278306 14324 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:04:58.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:58.278980 14324 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:04:58.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:58.311664 14324 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:04:58.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:58.312088 14324 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:04:58.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:58.312508 14324 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:04:58.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:58.312872 14324 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:04:58.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:58.313213 14324 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:04:58.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:58.313476 14324 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34535/jwks.json
21:04:58.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:58.350224 14324 master_runner.cc:387] Master server non-default flags:
21:04:58.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:04:58.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.250.20:33619
21:04:58.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:04:58.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:04:58.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-0/data
21:04:58.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-0/wal
21:04:58.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35471
21:04:58.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:04:58.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.250.62:42975,127.13.250.61:34715,127.13.250.60:37091
21:04:58.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:04:58.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:04:58.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:04:58.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.250.62:42975
21:04:58.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:04:58.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:04:58.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:04:58.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34535/jwks.json
21:04:58.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:04:58.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:04:58.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-0/data/info.pb
21:04:58.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.250.62
21:04:58.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:04:58.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:04:58.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:04:58.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:04:58.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:04:58.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:04:58.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-0/logs
21:04:58.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:04:58.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:04:58.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:04:58.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:04:58.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:04:58.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:04:58.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:04:58.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on e7f111948823
21:04:58.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16878
21:04:58.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
21:04:58.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:58.352068 14324 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:04:58.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:04:58.353858 14324 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:04:58.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:58.365633 14330 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
21:05:00.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:59.767582 14329 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 14324
21:05:00.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:00.113994 14329 kernel_stack_watchdog.cc:198] Thread 14324 stuck at /home/jenkins-slave/workspace/build_and_test@2/src/kudu/util/thread.cc:642 for 398ms:
21:05:00.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
21:05:00.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
21:05:00.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
21:05:00.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
21:05:00.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:04:58.366354 14331 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
21:05:00.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:00.117954 14324 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.752s	user 0.001s	sys 0.003s
21:05:00.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:00.118017 14332 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1749 milliseconds
21:05:00.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:00.118410 14324 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.753s	user 0.001s	sys 0.004s
21:05:00.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.120076 14324 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
21:05:00.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:00.120119 14333 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
21:05:00.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.123160 14324 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:05:00.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.125640 14324 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:05:00.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.127022 14324 hybrid_clock.cc:648] HybridClock initialized: now 1783544700126995 us; error 58 us; skew 500 ppm
21:05:00.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.127951 14324 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:05:00.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.134059 14324 webserver.cc:534] Webserver started at http://127.13.250.62:37433/ using document root <none> and password file <none>
21:05:00.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.134959 14324 fs_manager.cc:362] Metadata directory not provided
21:05:00.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.135154 14324 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:05:00.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.135640 14324 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:05:00.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.139946 14324 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-0/data/instance:
21:05:00.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "631edd3108574060a96d07670e8847bf"
21:05:00.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:00 on dist-test-slave-lz23"
21:05:00.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.141121 14324 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-0/wal/instance:
21:05:00.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "631edd3108574060a96d07670e8847bf"
21:05:00.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:00 on dist-test-slave-lz23"
21:05:00.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.148269 14324 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.007s	sys 0.001s
21:05:00.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.154018 14341 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:05:00.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.155153 14324 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.006s	sys 0.000s
21:05:00.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.155469 14324 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-0/data,/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-0/wal
21:05:00.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "631edd3108574060a96d07670e8847bf"
21:05:00.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:00 on dist-test-slave-lz23"
21:05:00.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.155961 14324 fs_report.cc:389] FS layout report
21:05:00.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:05:00.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-0/wal
21:05:00.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-0/wal
21:05:00.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-0/data/data
21:05:00.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:05:00.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:05:00.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:05:00.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:05:00.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:05:00.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:05:00.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:05:00.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:05:00.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:05:00.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:05:00.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:05:00.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.226107 14324 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:05:00.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.227735 14324 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:05:00.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.228173 14324 kserver.cc:163] Server-wide thread pool size limit: 3276
21:05:00.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.301872 14324 rpc_server.cc:307] RPC server started. Bound to: 127.13.250.62:42975
21:05:00.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.301952 14392 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.250.62:42975 every 8 connection(s)
21:05:00.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.304688 14324 server_base.cc:1193] Dumped server information to /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-0/data/info.pb
21:05:00.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.310254 14312 external_mini_cluster.cc:1434] Started /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu as pid 14324
21:05:00.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.310789 14312 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-0/wal/instance
21:05:00.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.310886 14393 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:05:00.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.315953 14312 external_mini_cluster.cc:1372] Running /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:05:00.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:05:00.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-1/wal
21:05:00.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-1/data
21:05:00.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:05:00.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:05:00.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:05:00.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:05:00.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:05:00.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:05:00.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-1/logs
21:05:00.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-1/data/info.pb
21:05:00.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:05:00.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:05:00.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:05:00.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:05:00.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:05:00.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:05:00.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:05:00.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:05:00.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:05:00.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:05:00.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:05:00.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:05:00.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.250.61:34715
21:05:00.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.250.61
21:05:00.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:05:00.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.250.20:33619
21:05:00.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:05:00.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:05:00.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:05:00.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:05:00.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.250.62:42975,127.13.250.61:34715,127.13.250.60:37091
21:05:00.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:05:00.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34535/jwks.json
21:05:00.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35471 with env {}
21:05:00.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.325623 14393 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.250.62" port: 42975 } has no permanent_uuid. Determining permanent_uuid...
21:05:00.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.356930 14393 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 } has no permanent_uuid. Determining permanent_uuid...
21:05:00.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:00.359570 14345 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.13.250.61:34715: connect: Connection refused (error 111)
21:05:00.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:00.363910 14393 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.250.61:34715: Network error: Client connection negotiation failed: client connection to 127.13.250.61:34715: connect: Connection refused (error 111)
21:05:00.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.413391 14393 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 } attempt: 1
21:05:00.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:00.417915 14393 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.250.61:34715: Network error: Client connection negotiation failed: client connection to 127.13.250.61:34715: connect: Connection refused (error 111)
21:05:00.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.486459 14393 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 } attempt: 2
21:05:00.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:00.491510 14393 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.250.61:34715: Network error: Client connection negotiation failed: client connection to 127.13.250.61:34715: connect: Connection refused (error 111)
21:05:00.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.582983 14393 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 } attempt: 3
21:05:00.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:00.587805 14393 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.250.61:34715: Network error: Client connection negotiation failed: client connection to 127.13.250.61:34715: connect: Connection refused (error 111)
21:05:00.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:00.635541 14394 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:05:00.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:00.636194 14394 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:05:00.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:00.636658 14394 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:05:00.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:00.669158 14394 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:05:00.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:00.669450 14394 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:05:00.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:00.669651 14394 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:05:00.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:00.669842 14394 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:05:00.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:00.670048 14394 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:05:00.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:00.670199 14394 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34535/jwks.json
21:05:00.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.707358 14394 master_runner.cc:387] Master server non-default flags:
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.250.20:33619
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-1/data
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-1/wal
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35471
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.250.62:42975,127.13.250.61:34715,127.13.250.60:37091
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.250.61:34715
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34535/jwks.json
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-1/data/info.pb
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.250.61
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-1/logs
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:05:00.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:05:00.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:05:00.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on e7f111948823
21:05:00.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16878
21:05:00.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
21:05:00.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.708667 14394 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:05:00.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.710186 14394 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:05:00.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:00.722005 14403 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
21:05:00.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:00.731338 14393 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 } attempt: 4
21:05:00.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:00.737702 14393 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.250.61:34715: Network error: Client connection negotiation failed: client connection to 127.13.250.61:34715: connect: Connection refused (error 111)
21:05:01.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:01.037329 14393 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 } attempt: 5
21:05:01.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:01.045297 14393 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.250.61:34715: Network error: Client connection negotiation failed: client connection to 127.13.250.61:34715: connect: Connection refused (error 111)
21:05:01.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:01.592844 14393 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 } attempt: 6
21:05:01.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:01.604857 14393 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.250.61:34715: Network error: Client connection negotiation failed: client connection to 127.13.250.61:34715: connect: Connection refused (error 111)
21:05:02.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:00.722770 14404 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
21:05:02.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:00.725823 14406 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
21:05:02.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:02.040695 14405 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1316 milliseconds
21:05:02.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.040814 14394 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
21:05:02.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.042223 14394 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:05:02.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.044978 14394 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:05:02.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.046386 14394 hybrid_clock.cc:648] HybridClock initialized: now 1783544702046359 us; error 51 us; skew 500 ppm
21:05:02.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.047276 14394 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:05:02.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.054176 14394 webserver.cc:534] Webserver started at http://127.13.250.61:37281/ using document root <none> and password file <none>
21:05:02.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.055235 14394 fs_manager.cc:362] Metadata directory not provided
21:05:02.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.055493 14394 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:05:02.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.056123 14394 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:05:02.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.060621 14394 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-1/data/instance:
21:05:02.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "86a19718f6e0477da62b652398a46cf3"
21:05:02.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:02 on dist-test-slave-lz23"
21:05:02.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.061900 14394 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-1/wal/instance:
21:05:02.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "86a19718f6e0477da62b652398a46cf3"
21:05:02.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:02 on dist-test-slave-lz23"
21:05:02.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.069476 14394 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.003s
21:05:02.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.076063 14415 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:05:02.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.077277 14394 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
21:05:02.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.077692 14394 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-1/data,/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-1/wal
21:05:02.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "86a19718f6e0477da62b652398a46cf3"
21:05:02.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:02 on dist-test-slave-lz23"
21:05:02.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.078054 14394 fs_report.cc:389] FS layout report
21:05:02.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:05:02.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-1/wal
21:05:02.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-1/wal
21:05:02.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-1/data/data
21:05:02.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:05:02.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:05:02.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:05:02.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:05:02.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:05:02.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:05:02.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:05:02.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:05:02.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:05:02.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:05:02.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:05:02.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.138206 14394 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:05:02.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.139683 14394 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:05:02.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.140204 14394 kserver.cc:163] Server-wide thread pool size limit: 3276
21:05:02.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.216704 14394 rpc_server.cc:307] RPC server started. Bound to: 127.13.250.61:34715
21:05:02.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.216779 14467 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.250.61:34715 every 8 connection(s)
21:05:02.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.219491 14394 server_base.cc:1193] Dumped server information to /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-1/data/info.pb
21:05:02.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.225335 14468 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:05:02.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.229857 14312 external_mini_cluster.cc:1434] Started /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu as pid 14394
21:05:02.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.230216 14312 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-1/wal/instance
21:05:02.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.232326 14312 external_mini_cluster.cc:1372] Running /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:05:02.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:05:02.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-2/wal
21:05:02.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-2/data
21:05:02.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:05:02.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:05:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:05:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:05:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:05:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:05:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-2/logs
21:05:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-2/data/info.pb
21:05:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:05:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:05:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:05:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:05:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:05:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:05:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:05:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:05:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:05:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:05:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:05:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:05:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.250.60:37091
21:05:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.250.60
21:05:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:05:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.250.20:33619
21:05:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:05:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:05:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:05:02.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:05:02.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.250.62:42975,127.13.250.61:34715,127.13.250.60:37091
21:05:02.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:05:02.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34535/jwks.json
21:05:02.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35471 with env {}
21:05:02.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.238004 14468 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.250.62" port: 42975 } has no permanent_uuid. Determining permanent_uuid...
21:05:02.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.266644 14468 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 } has no permanent_uuid. Determining permanent_uuid...
21:05:02.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.282752 14468 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } has no permanent_uuid. Determining permanent_uuid...
21:05:02.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:02.286245 14417 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.13.250.60:37091: connect: Connection refused (error 111)
21:05:02.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:02.291217 14468 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.250.60:37091: Network error: Client connection negotiation failed: client connection to 127.13.250.60:37091: connect: Connection refused (error 111)
21:05:02.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.340724 14468 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } attempt: 1
21:05:02.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:02.346253 14468 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.250.60:37091: Network error: Client connection negotiation failed: client connection to 127.13.250.60:37091: connect: Connection refused (error 111)
21:05:02.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.414747 14468 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } attempt: 2
21:05:02.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:02.419690 14468 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.250.60:37091: Network error: Client connection negotiation failed: client connection to 127.13.250.60:37091: connect: Connection refused (error 111)
21:05:02.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.511179 14468 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } attempt: 3
21:05:02.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:02.516000 14468 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.250.60:37091: Network error: Client connection negotiation failed: client connection to 127.13.250.60:37091: connect: Connection refused (error 111)
21:05:02.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:02.560453 14469 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:05:02.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:02.561219 14469 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:05:02.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:02.561883 14469 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:05:02.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:02.594796 14469 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:05:02.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:02.595193 14469 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:05:02.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:02.595562 14469 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:05:02.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:02.595953 14469 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:05:02.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:02.596294 14469 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:05:02.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:02.596558 14469 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34535/jwks.json
21:05:02.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.633415 14469 master_runner.cc:387] Master server non-default flags:
21:05:02.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:05:02.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.250.20:33619
21:05:02.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:05:02.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:05:02.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-2/data
21:05:02.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-2/wal
21:05:02.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35471
21:05:02.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:05:02.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.250.62:42975,127.13.250.61:34715,127.13.250.60:37091
21:05:02.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:05:02.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:05:02.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:05:02.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.250.60:37091
21:05:02.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:05:02.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:05:02.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:05:02.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34535/jwks.json
21:05:02.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:05:02.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:05:02.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-2/data/info.pb
21:05:02.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.250.60
21:05:02.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:05:02.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:05:02.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:05:02.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:05:02.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:05:02.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:05:02.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-2/logs
21:05:02.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:05:02.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:05:02.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:05:02.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:05:02.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:05:02.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:05:02.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:05:02.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on e7f111948823
21:05:02.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16878
21:05:02.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
21:05:02.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.635313 14469 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:05:02.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.637197 14469 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:05:02.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:02.649346 14479 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
21:05:02.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.659452 14468 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } attempt: 4
21:05:02.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.665512 14393 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 } attempt: 7
21:05:02.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:02.666772 14468 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.250.60:37091: Network error: Client connection negotiation failed: client connection to 127.13.250.60:37091: connect: Connection refused (error 111)
21:05:02.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.701828 14393 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } has no permanent_uuid. Determining permanent_uuid...
21:05:02.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:02.723515 14393 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.250.60:37091: Network error: Client connection negotiation failed: client connection to 127.13.250.60:37091: connect: Connection refused (error 111)
21:05:02.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.782109 14393 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } attempt: 1
21:05:02.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:02.790561 14393 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.250.60:37091: Network error: Client connection negotiation failed: client connection to 127.13.250.60:37091: connect: Connection refused (error 111)
21:05:02.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.872118 14393 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } attempt: 2
21:05:02.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:02.882520 14393 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.250.60:37091: Network error: Client connection negotiation failed: client connection to 127.13.250.60:37091: connect: Connection refused (error 111)
21:05:02.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.966285 14468 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } attempt: 5
21:05:02.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:02.969986 14393 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } attempt: 3
21:05:02.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:02.978730 14468 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.250.60:37091: Network error: Client connection negotiation failed: client connection to 127.13.250.60:37091: connect: Connection refused (error 111)
21:05:03.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:03.001047 14393 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.250.60:37091: Network error: Client connection negotiation failed: client connection to 127.13.250.60:37091: connect: Connection refused (error 111)
21:05:03.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:03.141659 14393 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } attempt: 4
21:05:03.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:03.150030 14393 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.250.60:37091: Network error: Client connection negotiation failed: client connection to 127.13.250.60:37091: connect: Connection refused (error 111)
21:05:03.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:03.433615 14393 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } attempt: 5
21:05:03.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:03.443392 14393 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.250.60:37091: Network error: Client connection negotiation failed: client connection to 127.13.250.60:37091: connect: Connection refused (error 111)
21:05:03.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:03.526293 14468 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } attempt: 6
21:05:03.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:03.551687 14468 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.250.60:37091: Network error: Client connection negotiation failed: client connection to 127.13.250.60:37091: connect: Connection refused (error 111)
21:05:03.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:03.996467 14393 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } attempt: 6
21:05:04.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:04.026608 14393 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.13.250.60:37091: Network error: Client connection negotiation failed: client connection to 127.13.250.60:37091: connect: Connection refused (error 111)
21:05:04.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:04.053438 14478 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 14469
21:05:04.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:04.294081 14478 kernel_stack_watchdog.cc:198] Thread 14469 stuck at /home/jenkins-slave/workspace/build_and_test@2/src/kudu/util/thread.cc:642 for 401ms:
21:05:04.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
21:05:04.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
21:05:04.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
21:05:04.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
21:05:04.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:02.649883 14480 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
21:05:04.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:04.295701 14469 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.646s	user 0.585s	sys 1.042s
21:05:04.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:04.296205 14469 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.647s	user 0.586s	sys 1.042s
21:05:04.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:04.296254 14481 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1645 milliseconds
21:05:04.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:04.298009 14482 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
21:05:04.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.298105 14469 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
21:05:04.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.301813 14469 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:05:04.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.305106 14469 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:05:04.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.306586 14469 hybrid_clock.cc:648] HybridClock initialized: now 1783544704306487 us; error 123 us; skew 500 ppm
21:05:04.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.307586 14469 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:05:04.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.314872 14469 webserver.cc:534] Webserver started at http://127.13.250.60:34127/ using document root <none> and password file <none>
21:05:04.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.316012 14469 fs_manager.cc:362] Metadata directory not provided
21:05:04.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.316285 14469 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:05:04.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.316857 14469 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:05:04.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.321729 14469 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-2/data/instance:
21:05:04.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e1d29866a07d4c379e53e61866e96745"
21:05:04.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:04 on dist-test-slave-lz23"
21:05:04.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.323040 14469 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-2/wal/instance:
21:05:04.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e1d29866a07d4c379e53e61866e96745"
21:05:04.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:04 on dist-test-slave-lz23"
21:05:04.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.330965 14469 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.009s	sys 0.001s
21:05:04.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.337476 14495 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:05:04.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.338640 14469 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
21:05:04.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.339100 14469 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-2/data,/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-2/wal
21:05:04.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e1d29866a07d4c379e53e61866e96745"
21:05:04.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:04 on dist-test-slave-lz23"
21:05:04.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.339504 14469 fs_report.cc:389] FS layout report
21:05:04.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:05:04.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-2/wal
21:05:04.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-2/wal
21:05:04.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-2/data/data
21:05:04.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:05:04.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:05:04.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:05:04.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:05:04.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:05:04.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:05:04.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:05:04.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:05:04.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:05:04.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:05:04.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:05:04.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.424224 14469 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:05:04.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.425918 14469 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:05:04.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.426376 14469 kserver.cc:163] Server-wide thread pool size limit: 3276
21:05:04.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.504729 14469 rpc_server.cc:307] RPC server started. Bound to: 127.13.250.60:37091
21:05:04.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.504813 14546 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.13.250.60:37091 every 8 connection(s)
21:05:04.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.507377 14469 server_base.cc:1193] Dumped server information to /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-2/data/info.pb
21:05:04.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.513183 14547 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:05:04.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.516829 14312 external_mini_cluster.cc:1434] Started /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu as pid 14469
21:05:04.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.517256 14312 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster683519687339675335/master-2/wal/instance
21:05:04.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.526726 14547 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.250.62" port: 42975 } has no permanent_uuid. Determining permanent_uuid...
21:05:04.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.548367 14547 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 } has no permanent_uuid. Determining permanent_uuid...
21:05:04.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.561247 14547 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } has no permanent_uuid. Determining permanent_uuid...
21:05:04.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.580353 14547 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745: Bootstrap starting.
21:05:04.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.584899 14312 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
21:05:04.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.588016 14547 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745: Neither blocks nor log segments found. Creating new log.
21:05:04.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.589975 14547 log.cc:826] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745: Log is configured to *not* fsync() on all Append() calls
21:05:04.593 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:05:04.593 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

21:05:04.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.595088 14547 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745: No bootstrap required, opened a new log
21:05:04.595 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.13.250.62"
      port: 42975
    }
    bound_http_address {
      host: "127.13.250.62"
      port: 37433
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.13.250.61"
      port: 34715
    }
    bound_http_address {
      host: "127.13.250.61"
      port: 37281
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.13.250.60"
      port: 37091
    }
    bound_http_address {
      host: "127.13.250.60"
      port: 34127
    }
  }
}

21:05:04.596 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

21:05:04.597 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:05:04.598 [INFO - Metastore-Handler-Pool: Thread-139] (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)	
21:05:04.601 [INFO - Metastore-Handler-Pool: Thread-139] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
21:05:04.601 [INFO - Metastore-Handler-Pool: Thread-139] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
21:05:04.601 [INFO - Metastore-Handler-Pool: Thread-139] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@73e4abee, with PersistenceManager: null will be shutdown
21:05:04.602 [INFO - Metastore-Handler-Pool: Thread-139] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@73e4abee, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3df502dc created in the thread with id: 139
21:05:04.607 [INFO - Metastore-Handler-Pool: Thread-139] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@73e4abee
21:05:04.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.612308 14468 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } attempt: 7
21:05:04.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.622313 14547 raft_consensus.cc:359] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "631edd3108574060a96d07670e8847bf" member_type: VOTER last_known_addr { host: "127.13.250.62" port: 42975 } } peers { permanent_uuid: "86a19718f6e0477da62b652398a46cf3" member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 } } peers { permanent_uuid: "e1d29866a07d4c379e53e61866e96745" member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } }
21:05:04.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.623238 14547 raft_consensus.cc:385] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:05:04.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.623713 14547 raft_consensus.cc:740] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e1d29866a07d4c379e53e61866e96745, State: Initialized, Role: FOLLOWER
21:05:04.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.624904 14547 consensus_queue.cc:260] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745 [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: "631edd3108574060a96d07670e8847bf" member_type: VOTER last_known_addr { host: "127.13.250.62" port: 42975 } } peers { permanent_uuid: "86a19718f6e0477da62b652398a46cf3" member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 } } peers { permanent_uuid: "e1d29866a07d4c379e53e61866e96745" member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } }
21:05:04.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.635257 14556 sys_catalog.cc:455] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745 [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: "631edd3108574060a96d07670e8847bf" member_type: VOTER last_known_addr { host: "127.13.250.62" port: 42975 } } peers { permanent_uuid: "86a19718f6e0477da62b652398a46cf3" member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 } } peers { permanent_uuid: "e1d29866a07d4c379e53e61866e96745" member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } } }
21:05:04.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.636186 14556 sys_catalog.cc:458] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745 [sys.catalog]: This master's current role is: FOLLOWER
21:05:04.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.637246 14547 sys_catalog.cc:565] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745 [sys.catalog]: configured and running, proceeding with master startup.
21:05:04.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.644889 14468 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 86a19718f6e0477da62b652398a46cf3: Bootstrap starting.
21:05:04.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.654188 14468 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 86a19718f6e0477da62b652398a46cf3: Neither blocks nor log segments found. Creating new log.
21:05:04.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.657090 14468 log.cc:826] T 00000000000000000000000000000000 P 86a19718f6e0477da62b652398a46cf3: Log is configured to *not* fsync() on all Append() calls
21:05:04.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.668612 14468 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 86a19718f6e0477da62b652398a46cf3: No bootstrap required, opened a new log
21:05:04.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.676028 14556 raft_consensus.cc:493] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
21:05:04.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.676797 14556 raft_consensus.cc:515] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "631edd3108574060a96d07670e8847bf" member_type: VOTER last_known_addr { host: "127.13.250.62" port: 42975 } } peers { permanent_uuid: "86a19718f6e0477da62b652398a46cf3" member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 } } peers { permanent_uuid: "e1d29866a07d4c379e53e61866e96745" member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } }
21:05:04.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.680574 14556 leader_election.cc:290] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 631edd3108574060a96d07670e8847bf (127.13.250.62:42975), 86a19718f6e0477da62b652398a46cf3 (127.13.250.61:34715)
21:05:04.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:04.681970 14501 tablet.cc:2406] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745: Can't schedule compaction. Clean time has not been advanced past its initial value.
21:05:04.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.718539 14468 raft_consensus.cc:359] T 00000000000000000000000000000000 P 86a19718f6e0477da62b652398a46cf3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "631edd3108574060a96d07670e8847bf" member_type: VOTER last_known_addr { host: "127.13.250.62" port: 42975 } } peers { permanent_uuid: "86a19718f6e0477da62b652398a46cf3" member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 } } peers { permanent_uuid: "e1d29866a07d4c379e53e61866e96745" member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } }
21:05:04.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.720464 14468 raft_consensus.cc:385] T 00000000000000000000000000000000 P 86a19718f6e0477da62b652398a46cf3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:05:04.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.721321 14468 raft_consensus.cc:740] T 00000000000000000000000000000000 P 86a19718f6e0477da62b652398a46cf3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 86a19718f6e0477da62b652398a46cf3, State: Initialized, Role: FOLLOWER
21:05:04.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.723469 14468 consensus_queue.cc:260] T 00000000000000000000000000000000 P 86a19718f6e0477da62b652398a46cf3 [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: "631edd3108574060a96d07670e8847bf" member_type: VOTER last_known_addr { host: "127.13.250.62" port: 42975 } } peers { permanent_uuid: "86a19718f6e0477da62b652398a46cf3" member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 } } peers { permanent_uuid: "e1d29866a07d4c379e53e61866e96745" member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } }
21:05:04.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.746727 14443 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e1d29866a07d4c379e53e61866e96745" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "86a19718f6e0477da62b652398a46cf3" is_pre_election: true
21:05:04.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.747689 14443 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 86a19718f6e0477da62b652398a46cf3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e1d29866a07d4c379e53e61866e96745 in term 0.
21:05:04.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.748528 14568 sys_catalog.cc:455] T 00000000000000000000000000000000 P 86a19718f6e0477da62b652398a46cf3 [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: "631edd3108574060a96d07670e8847bf" member_type: VOTER last_known_addr { host: "127.13.250.62" port: 42975 } } peers { permanent_uuid: "86a19718f6e0477da62b652398a46cf3" member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 } } peers { permanent_uuid: "e1d29866a07d4c379e53e61866e96745" member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } } }
21:05:04.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.749339 14568 sys_catalog.cc:458] T 00000000000000000000000000000000 P 86a19718f6e0477da62b652398a46cf3 [sys.catalog]: This master's current role is: FOLLOWER
21:05:04.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.749847 14499 leader_election.cc:304] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745 [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: 86a19718f6e0477da62b652398a46cf3, e1d29866a07d4c379e53e61866e96745; no voters: 
21:05:04.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.750797 14556 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745 [term 0 FOLLOWER]: Leader pre-election won for term 1
21:05:04.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.751220 14556 raft_consensus.cc:493] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
21:05:04.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.751748 14556 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745 [term 0 FOLLOWER]: Advancing to term 1
21:05:04.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.751480 14468 sys_catalog.cc:565] T 00000000000000000000000000000000 P 86a19718f6e0477da62b652398a46cf3 [sys.catalog]: configured and running, proceeding with master startup.
21:05:04.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.764926 14556 raft_consensus.cc:515] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "631edd3108574060a96d07670e8847bf" member_type: VOTER last_known_addr { host: "127.13.250.62" port: 42975 } } peers { permanent_uuid: "86a19718f6e0477da62b652398a46cf3" member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 } } peers { permanent_uuid: "e1d29866a07d4c379e53e61866e96745" member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } }
21:05:04.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.774545 14576 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
21:05:04.778 [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=	
21:05:04.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:04.779073 14571 client.h:373] Failed to connect to Hive Metastore (localhost:35471): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:05:04.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.793267 14556 leader_election.cc:290] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745 [CANDIDATE]: Term 1 election: Requested vote from peers 631edd3108574060a96d07670e8847bf (127.13.250.62:42975), 86a19718f6e0477da62b652398a46cf3 (127.13.250.61:34715)
21:05:04.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.795037 14443 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e1d29866a07d4c379e53e61866e96745" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "86a19718f6e0477da62b652398a46cf3"
21:05:04.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.795677 14443 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 86a19718f6e0477da62b652398a46cf3 [term 0 FOLLOWER]: Advancing to term 1
21:05:04.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.810920 14443 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 86a19718f6e0477da62b652398a46cf3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e1d29866a07d4c379e53e61866e96745 in term 1.
21:05:04.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.813759 14499 leader_election.cc:304] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745 [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: 86a19718f6e0477da62b652398a46cf3, e1d29866a07d4c379e53e61866e96745; no voters: 
21:05:04.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.814663 14556 raft_consensus.cc:2804] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745 [term 1 FOLLOWER]: Leader election won for term 1
21:05:04.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.818213 14556 raft_consensus.cc:697] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745 [term 1 LEADER]: Becoming Leader. State: Replica: e1d29866a07d4c379e53e61866e96745, State: Running, Role: LEADER
21:05:04.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.819368 14556 consensus_queue.cc:237] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745 [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: "631edd3108574060a96d07670e8847bf" member_type: VOTER last_known_addr { host: "127.13.250.62" port: 42975 } } peers { permanent_uuid: "86a19718f6e0477da62b652398a46cf3" member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 } } peers { permanent_uuid: "e1d29866a07d4c379e53e61866e96745" member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } }
21:05:04.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.846470 14581 sys_catalog.cc:455] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745 [sys.catalog]: SysCatalogTable state changed. Reason: New leader e1d29866a07d4c379e53e61866e96745. Latest consensus state: current_term: 1 leader_uuid: "e1d29866a07d4c379e53e61866e96745" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "631edd3108574060a96d07670e8847bf" member_type: VOTER last_known_addr { host: "127.13.250.62" port: 42975 } } peers { permanent_uuid: "86a19718f6e0477da62b652398a46cf3" member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 } } peers { permanent_uuid: "e1d29866a07d4c379e53e61866e96745" member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } } }
21:05:04.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.848605 14581 sys_catalog.cc:458] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745 [sys.catalog]: This master's current role is: LEADER
21:05:04.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.859086 14587 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
21:05:04.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.780694 14469 master_runner.cc:187] Error getting master registration for 127.13.250.62:42975: OK, instance_id { permanent_uuid: "631edd3108574060a96d07670e8847bf" instance_seqno: 1783544700282393 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
21:05:04.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.860744 14469 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
21:05:04.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.884310 14587 catalog_manager.cc:1519] Initializing Kudu cluster ID...
21:05:04.892 [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=	
21:05:04.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:04.893795 14589 client.h:373] Failed to connect to Hive Metastore (localhost:35471): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:05:04.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.894380 14594 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
21:05:04.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:04.898464 14421 tablet.cc:2406] T 00000000000000000000000000000000 P 86a19718f6e0477da62b652398a46cf3: Can't schedule compaction. Clean time has not been advanced past its initial value.
21:05:04.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.909479 14443 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 86a19718f6e0477da62b652398a46cf3 [term 1 FOLLOWER]: Refusing update from remote peer e1d29866a07d4c379e53e61866e96745: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
21:05:04.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.916735 14581 consensus_queue.cc:1048] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745 [LEADER]: Connected to new peer: Peer: permanent_uuid: "86a19718f6e0477da62b652398a46cf3" member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
21:05:05.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:04.900223 14394 master_runner.cc:187] Error getting master registration for 127.13.250.62:42975: OK, instance_id { permanent_uuid: "631edd3108574060a96d07670e8847bf" instance_seqno: 1783544700282393 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
21:05:05.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.008860 14394 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
21:05:05.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.031016 14568 sys_catalog.cc:455] T 00000000000000000000000000000000 P 86a19718f6e0477da62b652398a46cf3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader e1d29866a07d4c379e53e61866e96745. Latest consensus state: current_term: 1 leader_uuid: "e1d29866a07d4c379e53e61866e96745" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "631edd3108574060a96d07670e8847bf" member_type: VOTER last_known_addr { host: "127.13.250.62" port: 42975 } } peers { permanent_uuid: "86a19718f6e0477da62b652398a46cf3" member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 } } peers { permanent_uuid: "e1d29866a07d4c379e53e61866e96745" member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } } }
21:05:05.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.032631 14568 sys_catalog.cc:458] T 00000000000000000000000000000000 P 86a19718f6e0477da62b652398a46cf3 [sys.catalog]: This master's current role is: FOLLOWER
21:05:05.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.047673 14568 sys_catalog.cc:455] T 00000000000000000000000000000000 P 86a19718f6e0477da62b652398a46cf3 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "e1d29866a07d4c379e53e61866e96745" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "631edd3108574060a96d07670e8847bf" member_type: VOTER last_known_addr { host: "127.13.250.62" port: 42975 } } peers { permanent_uuid: "86a19718f6e0477da62b652398a46cf3" member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 } } peers { permanent_uuid: "e1d29866a07d4c379e53e61866e96745" member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } } }
21:05:05.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.048586 14568 sys_catalog.cc:458] T 00000000000000000000000000000000 P 86a19718f6e0477da62b652398a46cf3 [sys.catalog]: This master's current role is: FOLLOWER
21:05:05.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.050424 14581 sys_catalog.cc:455] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "e1d29866a07d4c379e53e61866e96745" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "631edd3108574060a96d07670e8847bf" member_type: VOTER last_known_addr { host: "127.13.250.62" port: 42975 } } peers { permanent_uuid: "86a19718f6e0477da62b652398a46cf3" member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 } } peers { permanent_uuid: "e1d29866a07d4c379e53e61866e96745" member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } } }
21:05:05.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.051182 14581 sys_catalog.cc:458] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745 [sys.catalog]: This master's current role is: LEADER
21:05:05.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.051759 14587 catalog_manager.cc:1382] Generated new cluster ID: 53342a41cd024eea803acd189e64e6a7
21:05:05.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.052090 14587 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
21:05:05.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.060169 14393 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } attempt: 7
21:05:05.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.123723 14587 catalog_manager.cc:1405] Generated new certificate authority record
21:05:05.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.125774 14587 catalog_manager.cc:1539] Loading token signing keys...
21:05:05.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.135942 14393 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 631edd3108574060a96d07670e8847bf: Bootstrap starting.
21:05:05.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.142158 14393 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 631edd3108574060a96d07670e8847bf: Neither blocks nor log segments found. Creating new log.
21:05:05.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.144222 14393 log.cc:826] T 00000000000000000000000000000000 P 631edd3108574060a96d07670e8847bf: Log is configured to *not* fsync() on all Append() calls
21:05:05.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.155747 14393 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 631edd3108574060a96d07670e8847bf: No bootstrap required, opened a new log
21:05:05.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.175534 14587 catalog_manager.cc:6069] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745: Generated new TSK 0
21:05:05.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.177525 14587 catalog_manager.cc:1549] Initializing in-progress tserver states...
21:05:05.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.187318 14587 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
21:05:05.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.193933 14393 raft_consensus.cc:359] T 00000000000000000000000000000000 P 631edd3108574060a96d07670e8847bf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "631edd3108574060a96d07670e8847bf" member_type: VOTER last_known_addr { host: "127.13.250.62" port: 42975 } } peers { permanent_uuid: "86a19718f6e0477da62b652398a46cf3" member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 } } peers { permanent_uuid: "e1d29866a07d4c379e53e61866e96745" member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } }
21:05:05.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.195050 14393 raft_consensus.cc:385] T 00000000000000000000000000000000 P 631edd3108574060a96d07670e8847bf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:05:05.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.195531 14393 raft_consensus.cc:740] T 00000000000000000000000000000000 P 631edd3108574060a96d07670e8847bf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 631edd3108574060a96d07670e8847bf, State: Initialized, Role: FOLLOWER
21:05:05.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.196844 14393 consensus_queue.cc:260] T 00000000000000000000000000000000 P 631edd3108574060a96d07670e8847bf [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: "631edd3108574060a96d07670e8847bf" member_type: VOTER last_known_addr { host: "127.13.250.62" port: 42975 } } peers { permanent_uuid: "86a19718f6e0477da62b652398a46cf3" member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 } } peers { permanent_uuid: "e1d29866a07d4c379e53e61866e96745" member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } }
21:05:05.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.198230 14587 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
21:05:05.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.205698 14602 sys_catalog.cc:455] T 00000000000000000000000000000000 P 631edd3108574060a96d07670e8847bf [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: "631edd3108574060a96d07670e8847bf" member_type: VOTER last_known_addr { host: "127.13.250.62" port: 42975 } } peers { permanent_uuid: "86a19718f6e0477da62b652398a46cf3" member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 } } peers { permanent_uuid: "e1d29866a07d4c379e53e61866e96745" member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } } }
21:05:05.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.209820 14602 sys_catalog.cc:458] T 00000000000000000000000000000000 P 631edd3108574060a96d07670e8847bf [sys.catalog]: This master's current role is: FOLLOWER
21:05:05.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.210327 14367 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e1d29866a07d4c379e53e61866e96745" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "631edd3108574060a96d07670e8847bf"
21:05:05.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.211037 14367 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 631edd3108574060a96d07670e8847bf [term 0 FOLLOWER]: Advancing to term 1
21:05:05.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.209587 14368 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "e1d29866a07d4c379e53e61866e96745" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "631edd3108574060a96d07670e8847bf" is_pre_election: true
21:05:05.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.209425 14393 sys_catalog.cc:565] T 00000000000000000000000000000000 P 631edd3108574060a96d07670e8847bf [sys.catalog]: configured and running, proceeding with master startup.
21:05:05.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.218444 14367 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 631edd3108574060a96d07670e8847bf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e1d29866a07d4c379e53e61866e96745 in term 1.
21:05:05.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.219921 14366 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 631edd3108574060a96d07670e8847bf [term 1 FOLLOWER]: Refusing update from remote peer e1d29866a07d4c379e53e61866e96745: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
21:05:05.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.226158 14581 consensus_queue.cc:1048] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745 [LEADER]: Connected to new peer: Peer: permanent_uuid: "631edd3108574060a96d07670e8847bf" member_type: VOTER last_known_addr { host: "127.13.250.62" port: 42975 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
21:05:05.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:05.239043 14347 tablet.cc:2406] T 00000000000000000000000000000000 P 631edd3108574060a96d07670e8847bf: Can't schedule compaction. Clean time has not been advanced past its initial value.
21:05:05.264 [WARN - Metastore-Handler-Pool: Thread-139] (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.
21:05:05.271 [WARN - Metastore-Handler-Pool: Thread-139] (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.
21:05:05.271 [WARN - Metastore-Handler-Pool: Thread-139] (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.
21:05:05.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.278703 14607 sys_catalog.cc:455] T 00000000000000000000000000000000 P 631edd3108574060a96d07670e8847bf [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "e1d29866a07d4c379e53e61866e96745" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "631edd3108574060a96d07670e8847bf" member_type: VOTER last_known_addr { host: "127.13.250.62" port: 42975 } } peers { permanent_uuid: "86a19718f6e0477da62b652398a46cf3" member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 } } peers { permanent_uuid: "e1d29866a07d4c379e53e61866e96745" member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } } }
21:05:05.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.280500 14602 sys_catalog.cc:455] T 00000000000000000000000000000000 P 631edd3108574060a96d07670e8847bf [sys.catalog]: SysCatalogTable state changed. Reason: New leader e1d29866a07d4c379e53e61866e96745. Latest consensus state: current_term: 1 leader_uuid: "e1d29866a07d4c379e53e61866e96745" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "631edd3108574060a96d07670e8847bf" member_type: VOTER last_known_addr { host: "127.13.250.62" port: 42975 } } peers { permanent_uuid: "86a19718f6e0477da62b652398a46cf3" member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 } } peers { permanent_uuid: "e1d29866a07d4c379e53e61866e96745" member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } } }
21:05:05.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.281271 14602 sys_catalog.cc:458] T 00000000000000000000000000000000 P 631edd3108574060a96d07670e8847bf [sys.catalog]: This master's current role is: FOLLOWER
21:05:05.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.282275 14607 sys_catalog.cc:458] T 00000000000000000000000000000000 P 631edd3108574060a96d07670e8847bf [sys.catalog]: This master's current role is: FOLLOWER
21:05:05.397 [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=	
21:05:05.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:05.398137 14618 client.h:373] Failed to connect to Hive Metastore (localhost:35471): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:05:05.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.456925 14622 catalog_manager.cc:1294] Loaded cluster ID: 53342a41cd024eea803acd189e64e6a7
21:05:05.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.458308 14622 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 631edd3108574060a96d07670e8847bf: loading cluster ID for follower catalog manager: success
21:05:05.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.475225 14622 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 631edd3108574060a96d07670e8847bf: acquiring CA information for follower catalog manager: success
21:05:05.487 [INFO - Metastore-Handler-Pool: Thread-139] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
21:05:05.497 [INFO - Metastore-Handler-Pool: Thread-139] (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/hive17416200108086366374/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)
21:05:05.499 [INFO - Metastore-Handler-Pool: Thread-139] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive17416200108086366374/external-warehouse/legacy_table
21:05:05.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.501494 14622 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 631edd3108574060a96d07670e8847bf: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
21:05:05.676 [INFO - Metastore-Handler-Pool: Thread-139] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
21:05:05.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.716087 14581 sys_catalog.cc:455] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "e1d29866a07d4c379e53e61866e96745" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "631edd3108574060a96d07670e8847bf" member_type: VOTER last_known_addr { host: "127.13.250.62" port: 42975 } } peers { permanent_uuid: "86a19718f6e0477da62b652398a46cf3" member_type: VOTER last_known_addr { host: "127.13.250.61" port: 34715 } } peers { permanent_uuid: "e1d29866a07d4c379e53e61866e96745" member_type: VOTER last_known_addr { host: "127.13.250.60" port: 37091 } } }
21:05:05.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.716871 14581 sys_catalog.cc:458] T 00000000000000000000000000000000 P e1d29866a07d4c379e53e61866e96745 [sys.catalog]: This master's current role is: LEADER
21:05:05.732 [INFO - Metastore-Handler-Pool: Thread-139] (HMSHandler.java:3711) Skipping translation for processor with null
21:05:05.740 [INFO - Metastore-Handler-Pool: Thread-139] (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	
21:05:05.779 [INFO - Metastore-Handler-Pool: Thread-139] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
21:05:05.796 [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=	
21:05:05.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:05.801997 14571 client.h:373] Failed to connect to Hive Metastore (localhost:35471): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:05:05.906 [INFO - Metastore-Handler-Pool: Thread-147] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:05:05.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:05.911084 14589 client.h:373] Failed to connect to Hive Metastore (localhost:35471): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:05:05.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.920068 14594 catalog_manager.cc:1294] Loaded cluster ID: 53342a41cd024eea803acd189e64e6a7
21:05:05.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.920380 14594 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 86a19718f6e0477da62b652398a46cf3: loading cluster ID for follower catalog manager: success
21:05:05.957 [INFO - Metastore-Handler-Pool: Thread-139] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
21:05:05.957 [INFO - Metastore-Handler-Pool: Thread-139] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
21:05:05.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.968372 14594 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 86a19718f6e0477da62b652398a46cf3: acquiring CA information for follower catalog manager: success
21:05:05.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:05.974182 14594 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 86a19718f6e0477da62b652398a46cf3: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
21:05:06.383 [INFO - Metastore-Handler-Pool: Thread-139] (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	
21:05:06.412 [INFO - Metastore-Handler-Pool: Thread-148] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:05:06.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:06.413691 14618 client.h:373] Failed to connect to Hive Metastore (localhost:35471): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:05:06.482 [INFO - Metastore-Handler-Pool: Thread-139] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
21:05:06.642 [INFO - Metastore-Handler-Pool: Thread-139] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
21:05:06.699 [INFO - Metastore-Handler-Pool: Thread-139] (HMSHandler.java:3711) Skipping translation for processor with null
21:05:06.710 [INFO - Metastore-Handler-Pool: Thread-139] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
21:05:06.814 [INFO - Metastore-Handler-Pool: Thread-149] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:05:06.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:06.815510 14571 client.h:373] Failed to connect to Hive Metastore (localhost:35471): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:05:06.921 [INFO - Metastore-Handler-Pool: Thread-150] (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=	
21:05:06.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:06.922015 14589 client.h:373] Failed to connect to Hive Metastore (localhost:35471): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:05:07.133 [WARN - Metastore-Handler-Pool: Thread-139] (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.
21:05:07.425 [INFO - Metastore-Handler-Pool: Thread-151] (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=	
21:05:07.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:07.426667 14618 client.h:373] Failed to connect to Hive Metastore (localhost:35471): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:05:07.546 [WARN - Metastore-Handler-Pool: Thread-139] (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.
21:05:07.697 [WARN - Metastore-Handler-Pool: Thread-139] (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.
21:05:07.826 [INFO - Metastore-Handler-Pool: Thread-152] (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=	
21:05:07.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:07.827176 14571 client.h:373] Failed to connect to Hive Metastore (localhost:35471): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:05:07.938 [INFO - Metastore-Handler-Pool: Thread-153] (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=	
21:05:07.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:07.941432 14589 client.h:373] Failed to connect to Hive Metastore (localhost:35471): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:05:08.093 [INFO - Metastore-Handler-Pool: Thread-139] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
21:05:08.094 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
21:05:08.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:08.095445 14312 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu with pid 14324
21:05:08.112 [INFO - Metastore-Handler-Pool: Thread-139] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
21:05:08.112 [INFO - Metastore-Handler-Pool: Thread-139] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@73e4abee, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3df502dc will be shutdown
21:05:08.113 [INFO - Metastore-Handler-Pool: Thread-139] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
21:05:08.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:08.150399 14312 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu with pid 14394
21:05:08.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:08.185105 14312 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu with pid 14469
21:05:09.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:05:09Z chronyd exiting
.21:05:10.372 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
21:05:10.372 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
21:05:10.373 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
21:05:10.399 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive8965463439874798261
21:05:10.400 [INFO - Thread-111] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
21:05:10.400 [INFO - Thread-111] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
21:05:10.402 [INFO - Thread-111] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
21:05:10.402 [INFO - Thread-111] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
21:05:10.403 [INFO - Thread-111] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
21:05:10.403 [INFO - Thread-111] (HikariDataSource.java:350) objectstore - Shutdown initiated...
21:05:10.405 [INFO - Thread-111] (HikariDataSource.java:352) objectstore - Shutdown completed.
21:05:10.405 [INFO - Thread-111] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
21:05:10.406 [INFO - Thread-111] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
21:05:10.406 [INFO - Thread-111] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
21:05:10.407 [INFO - Thread-111] (HikariDataSource.java:80) objectstore - Starting...
21:05:10.473 [INFO - Thread-111] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
21:05:10.474 [INFO - Thread-111] (HikariDataSource.java:82) objectstore - Start completed.
21:05:10.474 [INFO - Thread-111] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
21:05:10.475 [INFO - Thread-111] (HikariDataSource.java:80) objectstore-secondary - Starting...
21:05:10.476 [INFO - Thread-111] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
21:05:10.477 [INFO - Thread-111] (HikariDataSource.java:82) objectstore-secondary - Start completed.
21:05:10.490 [INFO - Thread-111] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
21:05:10.490 [INFO - Thread-111] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
21:05:10.490 [INFO - Thread-111] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
21:05:10.509 [WARN - Thread-111] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:05:10.510 [WARN - Thread-111] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:05:10.510 [WARN - Thread-111] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:05:10.510 [WARN - Thread-111] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:05:10.511 [WARN - Thread-111] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:05:10.511 [WARN - Thread-111] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:05:10.702 [INFO - Thread-111] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
21:05:10.702 [INFO - Thread-111] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@67f46129, with PersistenceManager: null will be shutdown
21:05:10.703 [INFO - Thread-111] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@67f46129, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3d0d228 created in the thread with id: 154
21:05:10.705 [WARN - Thread-111] (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
21:05:10.706 [INFO - Thread-111] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@67f46129
21:05:10.822 [INFO - Thread-111] (HMSHandler.java:595) Started creating a default database with name: default
21:05:10.842 [INFO - Thread-111] (HMSHandler.java:605) Successfully created a default database with name: default
21:05:10.870 [INFO - Thread-111] (HMSHandler.java:668) Added admin role in metastore
21:05:10.872 [INFO - Thread-111] (HMSHandler.java:677) Added public role in metastore
21:05:10.903 [INFO - Thread-111] (HMSHandler.java:717) No user is added in admin role, since config is empty
21:05:10.903 [INFO - Thread-111] (HMSHandler.java:404) HMS server filtering is disabled by configuration
21:05:10.904 [INFO - Thread-111] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
21:05:10.904 [INFO - Thread-111] (HiveMetaStore.java:697) Direct SQL optimization = true
21:05:10.905 [WARN - Thread-111] (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)
21:05:10.905 [INFO - Thread-111] (HiveMetaStore.java:632) Started the new metaserver on port [37251]...
21:05:10.905 [INFO - Thread-111] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
21:05:10.905 [INFO - Thread-111] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
21:05:10.905 [INFO - Thread-111] (HiveMetaStore.java:635) TCP keepalive = true
21:05:10.905 [INFO - Thread-111] (HiveMetaStore.java:636) Enable SSL = false
21:05:11.402 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
21:05:11.403 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
21:05:11.403 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
21:05:11.404 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
21:05:11.404 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:37251]
21:05:11.405 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:37251) in binary transport mode
21:05:11.405 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:37251) current connections: 1
21:05:11.407 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task3sb8QH/test-tmp
21:05:11.407 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
21:05:11.407 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task3sb8QH/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
21:05:11.411 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:37251"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

21:05:11.742 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:05:11.742 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

21:05:11.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:11.746235 14665 mini_oidc.cc:150] Starting JWKS server
21:05:11.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:11.749429 14665 webserver.cc:534] Webserver started at http://127.0.0.1:46303/ using document root <none> and password file <none>
21:05:11.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:11.749836 14665 mini_oidc.cc:186] Starting OIDC Discovery server
21:05:11.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:11.751477 14665 webserver.cc:534] Webserver started at http://127.0.0.1:34421/ using document root <none> and password file <none>
21:05:11.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:05:11Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
21:05:11.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:05:11Z Disabled control of system clock
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:11.814657 14665 external_mini_cluster.cc:1372] Running /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-0/wal
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-0/data
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-0/logs
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-0/data/info.pb
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.82.126:41235
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.82.126
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.82.84:36093
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:05:11.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:05:11.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:05:11.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:05:11.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.82.126:41235,127.14.82.125:36515,127.14.82.124:37471
21:05:11.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:05:11.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46303/jwks.json
21:05:11.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37251 with env {}
21:05:12.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:12.143543 14677 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:05:12.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:12.144202 14677 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:05:12.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:12.144855 14677 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:05:12.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:12.178015 14677 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:05:12.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:12.178337 14677 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:05:12.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:12.178540 14677 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:05:12.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:12.178745 14677 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:05:12.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:12.178944 14677 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:05:12.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:12.179096 14677 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46303/jwks.json
21:05:12.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:12.216751 14677 master_runner.cc:387] Master server non-default flags:
21:05:12.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:05:12.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.82.84:36093
21:05:12.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:05:12.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:05:12.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-0/data
21:05:12.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-0/wal
21:05:12.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37251
21:05:12.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:05:12.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.82.126:41235,127.14.82.125:36515,127.14.82.124:37471
21:05:12.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:05:12.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:05:12.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:05:12.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.82.126:41235
21:05:12.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:05:12.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:05:12.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:05:12.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46303/jwks.json
21:05:12.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:05:12.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:05:12.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-0/data/info.pb
21:05:12.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.82.126
21:05:12.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:05:12.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:05:12.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:05:12.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:05:12.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:05:12.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:05:12.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-0/logs
21:05:12.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:05:12.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:05:12.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:05:12.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:05:12.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:05:12.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:05:12.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:05:12.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on e7f111948823
21:05:12.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16878
21:05:12.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
21:05:12.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:12.218058 14677 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:05:12.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:12.219630 14677 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:05:12.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:12.230734 14683 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
21:05:13.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:12.231365 14684 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
21:05:13.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:13.457154 14685 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1223 milliseconds
21:05:13.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:13.458244 14686 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
21:05:13.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:13.462289 14677 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.231s	user 0.418s	sys 0.811s
21:05:13.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:13.462579 14677 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.232s	user 0.418s	sys 0.811s
21:05:13.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.462782 14677 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
21:05:13.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.464112 14677 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:05:13.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.466919 14677 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:05:13.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.468379 14677 hybrid_clock.cc:648] HybridClock initialized: now 1783544713468341 us; error 63 us; skew 500 ppm
21:05:13.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.469328 14677 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:05:13.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.477118 14677 webserver.cc:534] Webserver started at http://127.14.82.126:37747/ using document root <none> and password file <none>
21:05:13.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.478354 14677 fs_manager.cc:362] Metadata directory not provided
21:05:13.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.478612 14677 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:05:13.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.479168 14677 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:05:13.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.483796 14677 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-0/data/instance:
21:05:13.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2c7e7dfa8fa54abbb7f33f85f4c0ece2"
21:05:13.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:13 on dist-test-slave-lz23"
21:05:13.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.485168 14677 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-0/wal/instance:
21:05:13.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2c7e7dfa8fa54abbb7f33f85f4c0ece2"
21:05:13.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:13 on dist-test-slave-lz23"
21:05:13.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.493557 14677 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.004s	sys 0.004s
21:05:13.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.500447 14693 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:05:13.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.502058 14677 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.003s	sys 0.001s
21:05:13.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.502439 14677 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-0/data,/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-0/wal
21:05:13.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2c7e7dfa8fa54abbb7f33f85f4c0ece2"
21:05:13.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:13 on dist-test-slave-lz23"
21:05:13.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.502854 14677 fs_report.cc:389] FS layout report
21:05:13.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:05:13.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-0/wal
21:05:13.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-0/wal
21:05:13.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-0/data/data
21:05:13.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:05:13.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:05:13.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:05:13.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:05:13.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:05:13.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:05:13.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:05:13.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:05:13.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:05:13.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:05:13.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:05:13.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.572749 14677 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:05:13.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.574393 14677 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:05:13.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.574947 14677 kserver.cc:163] Server-wide thread pool size limit: 3276
21:05:13.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.670051 14677 rpc_server.cc:307] RPC server started. Bound to: 127.14.82.126:41235
21:05:13.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.670120 14745 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.82.126:41235 every 8 connection(s)
21:05:13.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.673386 14677 server_base.cc:1193] Dumped server information to /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-0/data/info.pb
21:05:13.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.679558 14746 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:05:13.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.682417 14665 external_mini_cluster.cc:1434] Started /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu as pid 14677
21:05:13.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.682780 14665 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-0/wal/instance
21:05:13.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.686272 14665 external_mini_cluster.cc:1372] Running /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:05:13.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:05:13.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-1/wal
21:05:13.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-1/data
21:05:13.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:05:13.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:05:13.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:05:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:05:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:05:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:05:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-1/logs
21:05:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-1/data/info.pb
21:05:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:05:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:05:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:05:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:05:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:05:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:05:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:05:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:05:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:05:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:05:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:05:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:05:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.82.125:36515
21:05:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.82.125
21:05:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:05:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.82.84:36093
21:05:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:05:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:05:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:05:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:05:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.82.126:41235,127.14.82.125:36515,127.14.82.124:37471
21:05:13.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:05:13.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46303/jwks.json
21:05:13.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37251 with env {}
21:05:13.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.692534 14746 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.82.126" port: 41235 } has no permanent_uuid. Determining permanent_uuid...
21:05:13.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.719462 14746 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 } has no permanent_uuid. Determining permanent_uuid...
21:05:13.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:13.722081 14695 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.82.125:36515: connect: Connection refused (error 111)
21:05:13.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:13.726611 14746 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.82.125:36515: Network error: Client connection negotiation failed: client connection to 127.14.82.125:36515: connect: Connection refused (error 111)
21:05:13.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.776181 14746 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 } attempt: 1
21:05:13.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:13.781852 14746 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.82.125:36515: Network error: Client connection negotiation failed: client connection to 127.14.82.125:36515: connect: Connection refused (error 111)
21:05:13.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.850322 14746 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 } attempt: 2
21:05:13.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:13.855255 14746 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.82.125:36515: Network error: Client connection negotiation failed: client connection to 127.14.82.125:36515: connect: Connection refused (error 111)
21:05:13.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:13.946710 14746 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 } attempt: 3
21:05:13.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:13.951470 14746 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.82.125:36515: Network error: Client connection negotiation failed: client connection to 127.14.82.125:36515: connect: Connection refused (error 111)
21:05:13.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:13.998392 14747 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:05:13.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:13.999075 14747 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:05:13.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:13.999617 14747 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:05:14.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:14.033170 14747 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:05:14.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:14.033582 14747 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:05:14.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:14.033810 14747 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:05:14.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:14.034018 14747 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:05:14.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:14.034214 14747 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:05:14.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:14.034364 14747 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46303/jwks.json
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:14.073580 14747 master_runner.cc:387] Master server non-default flags:
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.82.84:36093
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-1/data
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-1/wal
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37251
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.82.126:41235,127.14.82.125:36515,127.14.82.124:37471
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.82.125:36515
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46303/jwks.json
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-1/data/info.pb
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.82.125
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-1/logs
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:05:14.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:05:14.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:05:14.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:05:14.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on e7f111948823
21:05:14.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16878
21:05:14.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
21:05:14.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:14.075057 14747 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:05:14.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:14.076795 14747 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:05:14.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:14.088642 14756 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
21:05:14.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:14.094931 14746 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 } attempt: 4
21:05:14.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:14.103442 14746 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.82.125:36515: Network error: Client connection negotiation failed: client connection to 127.14.82.125:36515: connect: Connection refused (error 111)
21:05:14.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:14.403393 14746 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 } attempt: 5
21:05:14.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:14.412457 14746 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.82.125:36515: Network error: Client connection negotiation failed: client connection to 127.14.82.125:36515: connect: Connection refused (error 111)
21:05:14.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:14.960106 14746 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 } attempt: 6
21:05:14.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:14.996129 14746 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.82.125:36515: Network error: Client connection negotiation failed: client connection to 127.14.82.125:36515: connect: Connection refused (error 111)
21:05:15.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:15.492064 14755 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 14747
21:05:15.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:15.517710 14755 kernel_stack_watchdog.cc:198] Thread 14747 stuck at /home/jenkins-slave/workspace/build_and_test@2/src/kudu/util/thread.cc:642 for 401ms:
21:05:15.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
21:05:15.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
21:05:15.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
21:05:15.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
21:05:15.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:15.518260 14747 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.430s	user 0.530s	sys 0.893s
21:05:15.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:14.089306 14757 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
21:05:15.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:15.518661 14747 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.430s	user 0.530s	sys 0.893s
21:05:15.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:15.519085 14758 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1428 milliseconds
21:05:15.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.520784 14747 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
21:05:15.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:15.520876 14759 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
21:05:15.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.524904 14747 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:05:15.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.527335 14747 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:05:15.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.528721 14747 hybrid_clock.cc:648] HybridClock initialized: now 1783544715528678 us; error 52 us; skew 500 ppm
21:05:15.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.529597 14747 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:05:15.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.536149 14747 webserver.cc:534] Webserver started at http://127.14.82.125:41435/ using document root <none> and password file <none>
21:05:15.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.537180 14747 fs_manager.cc:362] Metadata directory not provided
21:05:15.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.537448 14747 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:05:15.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.537978 14747 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:05:15.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.542336 14747 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-1/data/instance:
21:05:15.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9fc9bb7aa75e497791887c6222dcb1b1"
21:05:15.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:15 on dist-test-slave-lz23"
21:05:15.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.543573 14747 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-1/wal/instance:
21:05:15.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9fc9bb7aa75e497791887c6222dcb1b1"
21:05:15.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:15 on dist-test-slave-lz23"
21:05:15.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.551175 14747 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.001s
21:05:15.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.557447 14768 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:05:15.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.558549 14747 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.003s
21:05:15.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.558935 14747 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-1/data,/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-1/wal
21:05:15.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9fc9bb7aa75e497791887c6222dcb1b1"
21:05:15.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:15 on dist-test-slave-lz23"
21:05:15.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.559296 14747 fs_report.cc:389] FS layout report
21:05:15.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:05:15.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-1/wal
21:05:15.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-1/wal
21:05:15.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-1/data/data
21:05:15.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:05:15.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:05:15.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:05:15.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:05:15.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:05:15.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:05:15.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:05:15.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:05:15.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:05:15.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:05:15.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:05:15.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.618507 14747 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:05:15.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.620039 14747 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:05:15.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.620512 14747 kserver.cc:163] Server-wide thread pool size limit: 3276
21:05:15.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.703550 14747 rpc_server.cc:307] RPC server started. Bound to: 127.14.82.125:36515
21:05:15.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.703662 14819 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.82.125:36515 every 8 connection(s)
21:05:15.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.706590 14747 server_base.cc:1193] Dumped server information to /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-1/data/info.pb
21:05:15.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.712653 14820 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:05:15.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.713505 14665 external_mini_cluster.cc:1434] Started /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu as pid 14747
21:05:15.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.713994 14665 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-1/wal/instance
21:05:15.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.717252 14665 external_mini_cluster.cc:1372] Running /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:05:15.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:05:15.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-2/wal
21:05:15.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-2/data
21:05:15.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:05:15.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:05:15.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:05:15.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:05:15.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:05:15.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:05:15.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-2/logs
21:05:15.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-2/data/info.pb
21:05:15.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:05:15.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:05:15.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:05:15.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:05:15.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:05:15.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:05:15.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:05:15.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:05:15.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:05:15.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:05:15.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:05:15.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:05:15.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.82.124:37471
21:05:15.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.82.124
21:05:15.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:05:15.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.82.84:36093
21:05:15.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:05:15.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:05:15.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:05:15.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:05:15.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.82.126:41235,127.14.82.125:36515,127.14.82.124:37471
21:05:15.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:05:15.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46303/jwks.json
21:05:15.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37251 with env {}
21:05:15.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.727425 14820 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.82.126" port: 41235 } has no permanent_uuid. Determining permanent_uuid...
21:05:15.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.749480 14820 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 } has no permanent_uuid. Determining permanent_uuid...
21:05:15.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.764925 14820 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } has no permanent_uuid. Determining permanent_uuid...
21:05:15.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:15.767642 14771 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.82.124:37471: connect: Connection refused (error 111)
21:05:15.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:15.772184 14820 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.82.124:37471: Network error: Client connection negotiation failed: client connection to 127.14.82.124:37471: connect: Connection refused (error 111)
21:05:15.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.821740 14820 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } attempt: 1
21:05:15.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:15.827318 14820 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.82.124:37471: Network error: Client connection negotiation failed: client connection to 127.14.82.124:37471: connect: Connection refused (error 111)
21:05:15.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.895859 14820 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } attempt: 2
21:05:15.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:15.900856 14820 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.82.124:37471: Network error: Client connection negotiation failed: client connection to 127.14.82.124:37471: connect: Connection refused (error 111)
21:05:15.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:15.992420 14820 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } attempt: 3
21:05:15.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:15.997794 14820 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.82.124:37471: Network error: Client connection negotiation failed: client connection to 127.14.82.124:37471: connect: Connection refused (error 111)
21:05:16.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:16.046588 14821 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:05:16.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:16.047183 14821 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:05:16.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:16.047626 14821 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:05:16.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:16.056740 14746 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 } attempt: 7
21:05:16.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:16.070377 14746 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } has no permanent_uuid. Determining permanent_uuid...
21:05:16.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:16.077402 14746 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.82.124:37471: Network error: Client connection negotiation failed: client connection to 127.14.82.124:37471: connect: Connection refused (error 111)
21:05:16.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:16.087278 14821 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:05:16.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:16.087634 14821 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:05:16.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:16.087944 14821 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:05:16.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:16.088176 14821 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:05:16.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:16.088371 14821 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:05:16.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:16.088523 14821 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46303/jwks.json
21:05:16.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:16.127278 14821 master_runner.cc:387] Master server non-default flags:
21:05:16.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:05:16.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.82.84:36093
21:05:16.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-2/data
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-2/wal
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37251
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.82.126:41235,127.14.82.125:36515,127.14.82.124:37471
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.82.124:37471
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46303/jwks.json
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-2/data/info.pb
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.82.124
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-2/logs
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on e7f111948823
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16878
21:05:16.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
21:05:16.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:16.128903 14821 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:05:16.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:16.130784 14821 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:05:16.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:16.135901 14746 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } attempt: 1
21:05:16.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:16.141304 14820 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } attempt: 4
21:05:16.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:16.142341 14746 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.82.124:37471: Network error: Client connection negotiation failed: client connection to 127.14.82.124:37471: connect: Connection refused (error 111)
21:05:16.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:16.144220 14833 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
21:05:16.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:16.148815 14820 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.82.124:37471: Network error: Client connection negotiation failed: client connection to 127.14.82.124:37471: connect: Connection refused (error 111)
21:05:16.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:16.223881 14746 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } attempt: 2
21:05:16.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:16.232730 14746 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.82.124:37471: Network error: Client connection negotiation failed: client connection to 127.14.82.124:37471: connect: Connection refused (error 111)
21:05:16.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:16.318336 14746 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } attempt: 3
21:05:16.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:16.326529 14746 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.82.124:37471: Network error: Client connection negotiation failed: client connection to 127.14.82.124:37471: connect: Connection refused (error 111)
21:05:16.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:16.448426 14820 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } attempt: 5
21:05:16.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:16.457108 14820 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.82.124:37471: Network error: Client connection negotiation failed: client connection to 127.14.82.124:37471: connect: Connection refused (error 111)
21:05:16.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:16.467085 14746 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } attempt: 4
21:05:16.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:16.475190 14746 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.82.124:37471: Network error: Client connection negotiation failed: client connection to 127.14.82.124:37471: connect: Connection refused (error 111)
21:05:16.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:16.758726 14746 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } attempt: 5
21:05:16.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:16.766732 14746 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.82.124:37471: Network error: Client connection negotiation failed: client connection to 127.14.82.124:37471: connect: Connection refused (error 111)
21:05:17.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:17.004637 14820 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } attempt: 6
21:05:17.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:17.030020 14820 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.82.124:37471: Network error: Client connection negotiation failed: client connection to 127.14.82.124:37471: connect: Connection refused (error 111)
21:05:17.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:17.319298 14746 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } attempt: 6
21:05:17.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:17.348361 14746 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.82.124:37471: Network error: Client connection negotiation failed: client connection to 127.14.82.124:37471: connect: Connection refused (error 111)
21:05:17.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:17.545935 14832 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 14821
21:05:17.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:17.936455 14821 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.791s	user 0.590s	sys 1.176s
21:05:17.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:17.936868 14821 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.792s	user 0.590s	sys 1.176s
21:05:17.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:16.145431 14834 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
21:05:17.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:17.938223 14835 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Connection timed out after 1791 milliseconds
21:05:17.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:17.939097 14821 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
21:05:17.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:17.939180 14836 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
21:05:17.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:17.942814 14821 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:05:17.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:17.945263 14821 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:05:17.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:17.946638 14821 hybrid_clock.cc:648] HybridClock initialized: now 1783544717946600 us; error 68 us; skew 500 ppm
21:05:17.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:17.947479 14821 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:05:17.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:17.953734 14821 webserver.cc:534] Webserver started at http://127.14.82.124:44029/ using document root <none> and password file <none>
21:05:17.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:17.954623 14821 fs_manager.cc:362] Metadata directory not provided
21:05:17.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:17.954828 14821 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:05:17.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:17.955221 14821 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:05:17.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:17.959702 14821 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-2/data/instance:
21:05:17.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0e52f8c4cd124926999e756f31894d9f"
21:05:17.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:17 on dist-test-slave-lz23"
21:05:17.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:17.960882 14821 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-2/wal/instance:
21:05:17.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0e52f8c4cd124926999e756f31894d9f"
21:05:17.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:17 on dist-test-slave-lz23"
21:05:17.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:17.968360 14821 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.007s	sys 0.000s
21:05:17.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:17.974404 14847 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:05:17.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:17.975536 14821 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.006s	sys 0.000s
21:05:17.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:17.975978 14821 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-2/data,/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-2/wal
21:05:17.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0e52f8c4cd124926999e756f31894d9f"
21:05:17.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:17 on dist-test-slave-lz23"
21:05:17.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:17.976352 14821 fs_report.cc:389] FS layout report
21:05:17.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:05:17.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-2/wal
21:05:17.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-2/wal
21:05:17.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-2/data/data
21:05:17.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:05:17.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:05:17.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:05:17.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:05:17.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:05:17.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:05:17.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:05:17.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:05:17.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:05:17.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:05:17.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:05:18.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.042362 14821 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:05:18.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.044018 14821 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:05:18.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.044574 14821 kserver.cc:163] Server-wide thread pool size limit: 3276
21:05:18.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.090559 14820 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } attempt: 7
21:05:18.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:18.098428 14820 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.82.124:37471: Network error: Client connection negotiation failed: client connection to 127.14.82.124:37471: connect: Connection refused (error 111)
21:05:18.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.120429 14821 rpc_server.cc:307] RPC server started. Bound to: 127.14.82.124:37471
21:05:18.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.120525 14902 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.82.124:37471 every 8 connection(s)
21:05:18.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.123263 14821 server_base.cc:1193] Dumped server information to /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-2/data/info.pb
21:05:18.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.129016 14903 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:05:18.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.132668 14665 external_mini_cluster.cc:1434] Started /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu as pid 14821
21:05:18.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.133000 14665 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster16522673072538884662/master-2/wal/instance
21:05:18.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.142146 14903 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.82.126" port: 41235 } has no permanent_uuid. Determining permanent_uuid...
21:05:18.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.161870 14903 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 } has no permanent_uuid. Determining permanent_uuid...
21:05:18.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.175042 14903 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } has no permanent_uuid. Determining permanent_uuid...
21:05:18.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.192490 14903 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f: Bootstrap starting.
21:05:18.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.194144 14665 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
21:05:18.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.198804 14903 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f: Neither blocks nor log segments found. Creating new log.
21:05:18.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.200770 14903 log.cc:826] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f: Log is configured to *not* fsync() on all Append() calls
21:05:18.201 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:05:18.202 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

21:05:18.202 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.14.82.126"
      port: 41235
    }
    bound_http_address {
      host: "127.14.82.126"
      port: 37747
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.14.82.125"
      port: 36515
    }
    bound_http_address {
      host: "127.14.82.125"
      port: 41435
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.14.82.124"
      port: 37471
    }
    bound_http_address {
      host: "127.14.82.124"
      port: 44029
    }
  }
}

21:05:18.203 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

21:05:18.204 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:05:18.205 [INFO - Metastore-Handler-Pool: Thread-175] (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=8603c6e1-c3ac-4c49-93b6-52a4497aba82, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.82.126:41235,127.14.82.125:36515,127.14.82.124:37471}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
21:05:18.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.206514 14903 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f: No bootstrap required, opened a new log
21:05:18.207 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
21:05:18.208 [INFO - Metastore-Handler-Pool: Thread-175] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
21:05:18.208 [INFO - Metastore-Handler-Pool: Thread-175] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5c9648ac, with PersistenceManager: null will be shutdown
21:05:18.208 [INFO - Metastore-Handler-Pool: Thread-175] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5c9648ac, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2a78255a created in the thread with id: 175
21:05:18.214 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5c9648ac
21:05:18.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.233623 14903 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c7e7dfa8fa54abbb7f33f85f4c0ece2" member_type: VOTER last_known_addr { host: "127.14.82.126" port: 41235 } } peers { permanent_uuid: "9fc9bb7aa75e497791887c6222dcb1b1" member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 } } peers { permanent_uuid: "0e52f8c4cd124926999e756f31894d9f" member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } }
21:05:18.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.234543 14903 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:05:18.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.234881 14903 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0e52f8c4cd124926999e756f31894d9f, State: Initialized, Role: FOLLOWER
21:05:18.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.236123 14903 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f [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: "2c7e7dfa8fa54abbb7f33f85f4c0ece2" member_type: VOTER last_known_addr { host: "127.14.82.126" port: 41235 } } peers { permanent_uuid: "9fc9bb7aa75e497791887c6222dcb1b1" member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 } } peers { permanent_uuid: "0e52f8c4cd124926999e756f31894d9f" member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } }
21:05:18.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.239168 14911 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f [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: "2c7e7dfa8fa54abbb7f33f85f4c0ece2" member_type: VOTER last_known_addr { host: "127.14.82.126" port: 41235 } } peers { permanent_uuid: "9fc9bb7aa75e497791887c6222dcb1b1" member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 } } peers { permanent_uuid: "0e52f8c4cd124926999e756f31894d9f" member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } } }
21:05:18.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.240190 14911 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f [sys.catalog]: This master's current role is: FOLLOWER
21:05:18.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.241173 14903 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f [sys.catalog]: configured and running, proceeding with master startup.
21:05:18.272 [INFO - Metastore-Handler-Pool: Thread-177] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:05:18.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:18.273756 14922 client.h:373] Failed to connect to Hive Metastore (localhost:37251): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:05:18.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:18.284920 14926 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
21:05:18.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:18.285256 14926 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
21:05:18.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.297221 14911 raft_consensus.cc:493] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
21:05:18.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.297812 14911 raft_consensus.cc:515] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c7e7dfa8fa54abbb7f33f85f4c0ece2" member_type: VOTER last_known_addr { host: "127.14.82.126" port: 41235 } } peers { permanent_uuid: "9fc9bb7aa75e497791887c6222dcb1b1" member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 } } peers { permanent_uuid: "0e52f8c4cd124926999e756f31894d9f" member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } }
21:05:18.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:18.299878 14853 tablet.cc:2406] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f: Can't schedule compaction. Clean time has not been advanced past its initial value.
21:05:18.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.302446 14911 leader_election.cc:290] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2c7e7dfa8fa54abbb7f33f85f4c0ece2 (127.14.82.126:41235), 9fc9bb7aa75e497791887c6222dcb1b1 (127.14.82.125:36515)
21:05:18.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.281071 14821 master_runner.cc:187] Error getting master registration for 127.14.82.126:41235: OK, instance_id { permanent_uuid: "2c7e7dfa8fa54abbb7f33f85f4c0ece2" instance_seqno: 1783544713645895 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
21:05:18.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.320638 14821 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
21:05:18.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.381899 14746 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } attempt: 7
21:05:18.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.433899 14746 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2c7e7dfa8fa54abbb7f33f85f4c0ece2: Bootstrap starting.
21:05:18.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.444639 14746 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2c7e7dfa8fa54abbb7f33f85f4c0ece2: Neither blocks nor log segments found. Creating new log.
21:05:18.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.454074 14746 log.cc:826] T 00000000000000000000000000000000 P 2c7e7dfa8fa54abbb7f33f85f4c0ece2: Log is configured to *not* fsync() on all Append() calls
21:05:18.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.472700 14746 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2c7e7dfa8fa54abbb7f33f85f4c0ece2: No bootstrap required, opened a new log
21:05:18.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.524890 14746 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2c7e7dfa8fa54abbb7f33f85f4c0ece2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c7e7dfa8fa54abbb7f33f85f4c0ece2" member_type: VOTER last_known_addr { host: "127.14.82.126" port: 41235 } } peers { permanent_uuid: "9fc9bb7aa75e497791887c6222dcb1b1" member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 } } peers { permanent_uuid: "0e52f8c4cd124926999e756f31894d9f" member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } }
21:05:18.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.537057 14746 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2c7e7dfa8fa54abbb7f33f85f4c0ece2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:05:18.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.537736 14746 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2c7e7dfa8fa54abbb7f33f85f4c0ece2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2c7e7dfa8fa54abbb7f33f85f4c0ece2, State: Initialized, Role: FOLLOWER
21:05:18.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.540328 14746 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2c7e7dfa8fa54abbb7f33f85f4c0ece2 [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: "2c7e7dfa8fa54abbb7f33f85f4c0ece2" member_type: VOTER last_known_addr { host: "127.14.82.126" port: 41235 } } peers { permanent_uuid: "9fc9bb7aa75e497791887c6222dcb1b1" member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 } } peers { permanent_uuid: "0e52f8c4cd124926999e756f31894d9f" member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } }
21:05:18.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.554559 14746 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2c7e7dfa8fa54abbb7f33f85f4c0ece2 [sys.catalog]: configured and running, proceeding with master startup.
21:05:18.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.554754 14721 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0e52f8c4cd124926999e756f31894d9f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c7e7dfa8fa54abbb7f33f85f4c0ece2" is_pre_election: true
21:05:18.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.555756 14721 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2c7e7dfa8fa54abbb7f33f85f4c0ece2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0e52f8c4cd124926999e756f31894d9f in term 0.
21:05:18.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.557407 14849 leader_election.cc:304] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f [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: 0e52f8c4cd124926999e756f31894d9f, 2c7e7dfa8fa54abbb7f33f85f4c0ece2; no voters: 
21:05:18.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.558738 14911 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f [term 0 FOLLOWER]: Leader pre-election won for term 1
21:05:18.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.559094 14911 raft_consensus.cc:493] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
21:05:18.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.559407 14911 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f [term 0 FOLLOWER]: Advancing to term 1
21:05:18.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.566624 14911 raft_consensus.cc:515] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c7e7dfa8fa54abbb7f33f85f4c0ece2" member_type: VOTER last_known_addr { host: "127.14.82.126" port: 41235 } } peers { permanent_uuid: "9fc9bb7aa75e497791887c6222dcb1b1" member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 } } peers { permanent_uuid: "0e52f8c4cd124926999e756f31894d9f" member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } }
21:05:18.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.569777 14721 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0e52f8c4cd124926999e756f31894d9f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2c7e7dfa8fa54abbb7f33f85f4c0ece2"
21:05:18.576 [WARN - Metastore-Handler-Pool: Thread-175] (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.
21:05:18.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.570370 14721 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2c7e7dfa8fa54abbb7f33f85f4c0ece2 [term 0 FOLLOWER]: Advancing to term 1
21:05:18.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.551290 14930 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2c7e7dfa8fa54abbb7f33f85f4c0ece2 [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: "2c7e7dfa8fa54abbb7f33f85f4c0ece2" member_type: VOTER last_known_addr { host: "127.14.82.126" port: 41235 } } peers { permanent_uuid: "9fc9bb7aa75e497791887c6222dcb1b1" member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 } } peers { permanent_uuid: "0e52f8c4cd124926999e756f31894d9f" member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } } }
21:05:18.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.572314 14930 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2c7e7dfa8fa54abbb7f33f85f4c0ece2 [sys.catalog]: This master's current role is: FOLLOWER
21:05:18.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.578648 14911 leader_election.cc:290] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f [CANDIDATE]: Term 1 election: Requested vote from peers 2c7e7dfa8fa54abbb7f33f85f4c0ece2 (127.14.82.126:41235), 9fc9bb7aa75e497791887c6222dcb1b1 (127.14.82.125:36515)
21:05:18.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.578601 14721 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2c7e7dfa8fa54abbb7f33f85f4c0ece2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0e52f8c4cd124926999e756f31894d9f in term 1.
21:05:18.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.580675 14849 leader_election.cc:304] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f [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: 0e52f8c4cd124926999e756f31894d9f, 2c7e7dfa8fa54abbb7f33f85f4c0ece2; no voters: 
21:05:18.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.581573 14911 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f [term 1 FOLLOWER]: Leader election won for term 1
21:05:18.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:18.585813 14700 tablet.cc:2406] T 00000000000000000000000000000000 P 2c7e7dfa8fa54abbb7f33f85f4c0ece2: Can't schedule compaction. Clean time has not been advanced past its initial value.
21:05:18.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.595031 14911 raft_consensus.cc:697] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f [term 1 LEADER]: Becoming Leader. State: Replica: 0e52f8c4cd124926999e756f31894d9f, State: Running, Role: LEADER
21:05:18.596 [WARN - Metastore-Handler-Pool: Thread-175] (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.
21:05:18.596 [WARN - Metastore-Handler-Pool: Thread-175] (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.
21:05:18.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.596128 14911 consensus_queue.cc:237] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f [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: "2c7e7dfa8fa54abbb7f33f85f4c0ece2" member_type: VOTER last_known_addr { host: "127.14.82.126" port: 41235 } } peers { permanent_uuid: "9fc9bb7aa75e497791887c6222dcb1b1" member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 } } peers { permanent_uuid: "0e52f8c4cd124926999e756f31894d9f" member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } }
21:05:18.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.617311 14932 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0e52f8c4cd124926999e756f31894d9f. Latest consensus state: current_term: 1 leader_uuid: "0e52f8c4cd124926999e756f31894d9f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c7e7dfa8fa54abbb7f33f85f4c0ece2" member_type: VOTER last_known_addr { host: "127.14.82.126" port: 41235 } } peers { permanent_uuid: "9fc9bb7aa75e497791887c6222dcb1b1" member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 } } peers { permanent_uuid: "0e52f8c4cd124926999e756f31894d9f" member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } } }
21:05:18.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.618126 14932 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f [sys.catalog]: This master's current role is: LEADER
21:05:18.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.626458 14937 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
21:05:18.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.638118 14937 catalog_manager.cc:1519] Initializing Kudu cluster ID...
21:05:18.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.725698 14721 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 2c7e7dfa8fa54abbb7f33f85f4c0ece2 [term 1 FOLLOWER]: Refusing update from remote peer 0e52f8c4cd124926999e756f31894d9f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
21:05:18.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.727612 14932 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f [LEADER]: Connected to new peer: Peer: permanent_uuid: "2c7e7dfa8fa54abbb7f33f85f4c0ece2" member_type: VOTER last_known_addr { host: "127.14.82.126" port: 41235 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
21:05:18.732 [INFO - Metastore-Handler-Pool: Thread-178] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:05:18.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:18.734135 14944 client.h:373] Failed to connect to Hive Metastore (localhost:37251): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:05:18.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.773061 14930 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2c7e7dfa8fa54abbb7f33f85f4c0ece2 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0e52f8c4cd124926999e756f31894d9f. Latest consensus state: current_term: 1 leader_uuid: "0e52f8c4cd124926999e756f31894d9f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c7e7dfa8fa54abbb7f33f85f4c0ece2" member_type: VOTER last_known_addr { host: "127.14.82.126" port: 41235 } } peers { permanent_uuid: "9fc9bb7aa75e497791887c6222dcb1b1" member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 } } peers { permanent_uuid: "0e52f8c4cd124926999e756f31894d9f" member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } } }
21:05:18.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.773874 14930 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2c7e7dfa8fa54abbb7f33f85f4c0ece2 [sys.catalog]: This master's current role is: FOLLOWER
21:05:18.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.784757 14950 mvcc.cc:204] Tried to move back new op lower bound from 7305399167842947072 to 7305399167388303360. Current Snapshot: MvccSnapshot[applied={T|T < 7305399167842947072}]
21:05:18.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:18.800057 14949 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 2c7e7dfa8fa54abbb7f33f85f4c0ece2: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
21:05:18.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:18.800472 14949 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
21:05:18.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.813177 14911 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "0e52f8c4cd124926999e756f31894d9f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c7e7dfa8fa54abbb7f33f85f4c0ece2" member_type: VOTER last_known_addr { host: "127.14.82.126" port: 41235 } } peers { permanent_uuid: "9fc9bb7aa75e497791887c6222dcb1b1" member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 } } peers { permanent_uuid: "0e52f8c4cd124926999e756f31894d9f" member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } } }
21:05:18.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.813942 14911 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f [sys.catalog]: This master's current role is: LEADER
21:05:18.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.832062 14930 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2c7e7dfa8fa54abbb7f33f85f4c0ece2 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "0e52f8c4cd124926999e756f31894d9f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c7e7dfa8fa54abbb7f33f85f4c0ece2" member_type: VOTER last_known_addr { host: "127.14.82.126" port: 41235 } } peers { permanent_uuid: "9fc9bb7aa75e497791887c6222dcb1b1" member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 } } peers { permanent_uuid: "0e52f8c4cd124926999e756f31894d9f" member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } } }
21:05:18.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.832813 14930 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2c7e7dfa8fa54abbb7f33f85f4c0ece2 [sys.catalog]: This master's current role is: FOLLOWER
21:05:18.863 [INFO - Metastore-Handler-Pool: Thread-175] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
21:05:18.868 [INFO - Metastore-Handler-Pool: Thread-175] (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/hive8965463439874798261/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=8603c6e1-c3ac-4c49-93b6-52a4497aba82, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.82.126:41235,127.14.82.125:36515,127.14.82.124:37471}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
21:05:18.870 [INFO - Metastore-Handler-Pool: Thread-175] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8965463439874798261/external-warehouse/table
21:05:18.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.871958 14937 catalog_manager.cc:1382] Generated new cluster ID: e56f41bd78cd46e9ba4811fd885fb964
21:05:18.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.872249 14937 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
21:05:18.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.933180 14937 catalog_manager.cc:1405] Generated new certificate authority record
21:05:18.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.935566 14937 catalog_manager.cc:1539] Loading token signing keys...
21:05:18.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.781314 14677 master_runner.cc:187] Error getting master registration for 127.14.82.125:36515: OK, instance_id { permanent_uuid: "9fc9bb7aa75e497791887c6222dcb1b1" instance_seqno: 1783544715682822 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
21:05:18.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:18.948794 14677 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
21:05:19.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:19.023815 14937 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f: Generated new TSK 0
21:05:19.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:19.025053 14937 catalog_manager.cc:1549] Initializing in-progress tserver states...
21:05:19.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:19.029192 14937 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
21:05:19.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:19.045300 14937 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
21:05:19.243 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:05:19.301 [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=	
21:05:19.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:19.302564 14922 client.h:373] Failed to connect to Hive Metastore (localhost:37251): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:05:19.360 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:3711) Skipping translation for processor with null
21:05:19.363 [INFO - Metastore-Handler-Pool: Thread-175] (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)	
21:05:19.366 [INFO - Metastore-Handler-Pool: Thread-175] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
21:05:19.382 [INFO - Metastore-Handler-Pool: Thread-175] (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/hive8965463439874798261/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)
21:05:19.384 [INFO - Metastore-Handler-Pool: Thread-175] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8965463439874798261/external-warehouse/legacy_table
21:05:19.427 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
21:05:19.458 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:3711) Skipping translation for processor with null
21:05:19.459 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:05:19.476 [INFO - Metastore-Handler-Pool: Thread-175] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:05:19.526 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:473) Updating table stats for table
21:05:19.526 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:05:19.560 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:05:19.602 [INFO - Metastore-Handler-Pool: Thread-175] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:05:19.625 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:473) Updating table stats for table
21:05:19.625 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:05:19.639 [DEBUG - Metastore-Handler-Pool: Thread-175] (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.
21:05:19.640 [DEBUG - Metastore-Handler-Pool: Thread-175] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
21:05:19.642 [DEBUG - Metastore-Handler-Pool: Thread-175] (Connection.java:748) [peer master-127.14.82.126:41235(127.14.82.126:41235)] connecting to peer
21:05:19.643 [DEBUG - Metastore-Handler-Pool: Thread-175] (Connection.java:748) [peer master-127.14.82.125:36515(127.14.82.125:36515)] connecting to peer
21:05:19.645 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.14.82.126:41235(127.14.82.126:41235)] Successfully connected to peer
21:05:19.653 [DEBUG - Metastore-Handler-Pool: Thread-175] (Connection.java:748) [peer master-127.14.82.124:37471(127.14.82.124:37471)] connecting to peer
21:05:19.656 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.14.82.125:36515(127.14.82.125:36515)] Successfully connected to peer
21:05:19.664 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.14.82.124:37471(127.14.82.124:37471)] Successfully connected to peer
21:05:19.677 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.14.82.125
21:05:19.709 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
21:05:19.709 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.14.82.126
21:05:19.718 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x1e5fe686, L:/127.0.0.1:57746 - R:/127.14.82.125:36515] using SASL/PLAIN
21:05:19.729 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
21:05:19.729 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.14.82.125:36515: Catalog manager is not initialized. State: Starting
21:05:19.732 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.14.82.124
21:05:19.736 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x3f54e498, L:/127.0.0.1:60280 - R:/127.14.82.126:41235] using SASL/PLAIN
21:05:19.738 [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=	
21:05:19.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:19.738891 14944 client.h:373] Failed to connect to Hive Metastore (localhost:37251): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:05:19.787 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
21:05:19.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:19.813580 14949 catalog_manager.cc:1294] Loaded cluster ID: e56f41bd78cd46e9ba4811fd885fb964
21:05:19.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:19.814379 14949 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 2c7e7dfa8fa54abbb7f33f85f4c0ece2: loading cluster ID for follower catalog manager: success
21:05:19.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:19.823241 14949 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 2c7e7dfa8fa54abbb7f33f85f4c0ece2: acquiring CA information for follower catalog manager: success
21:05:19.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:19.828560 14949 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 2c7e7dfa8fa54abbb7f33f85f4c0ece2: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
21:05:19.839 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x2dba18b4, L:/127.0.0.1:56638 - R:/127.14.82.124:37471] using SASL/PLAIN
21:05:19.845 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
21:05:19.846 [ERROR - Metastore-Handler-Pool: Thread-175] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
21:05:19.848 [ERROR - Metastore-Handler-Pool: Thread-175] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the existing HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:297)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

21:05:20.184 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:05:20.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:20.188819 14820 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } attempt: 8
21:05:20.221 [INFO - Metastore-Handler-Pool: Thread-175] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:05:20.245 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:473) Updating table stats for table
21:05:20.245 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:05:20.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:20.249475 14820 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9fc9bb7aa75e497791887c6222dcb1b1: Bootstrap starting.
21:05:20.250 [ERROR - Metastore-Handler-Pool: Thread-175] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
21:05:20.251 [ERROR - Metastore-Handler-Pool: Thread-175] (RetryingHMSHandler.java:148) MetaException(message:Kudu table type may not be altered)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:258)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

21:05:20.253 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:05:20.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:20.256436 14849 proxy.cc:239] Call had error, refreshing address and retrying: Timed out: RequestConsensusVote RPC to 127.14.82.125:36515 timed out after 1.953s (SENT)
21:05:20.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:20.265718 14820 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9fc9bb7aa75e497791887c6222dcb1b1: Neither blocks nor log segments found. Creating new log.
21:05:20.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:20.278364 14820 log.cc:826] T 00000000000000000000000000000000 P 9fc9bb7aa75e497791887c6222dcb1b1: Log is configured to *not* fsync() on all Append() calls
21:05:20.280 [INFO - Metastore-Handler-Pool: Thread-175] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:05:20.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:20.291260 14820 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9fc9bb7aa75e497791887c6222dcb1b1: No bootstrap required, opened a new log
21:05:20.311 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:473) Updating table stats for table
21:05:20.311 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:05:20.316 [INFO - Metastore-Handler-Pool: Thread-188] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:05:20.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:20.317323 14922 client.h:373] Failed to connect to Hive Metastore (localhost:37251): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:05:20.323 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:05:20.352 [INFO - Metastore-Handler-Pool: Thread-175] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:05:20.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:20.355084 14820 raft_consensus.cc:359] T 00000000000000000000000000000000 P 9fc9bb7aa75e497791887c6222dcb1b1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c7e7dfa8fa54abbb7f33f85f4c0ece2" member_type: VOTER last_known_addr { host: "127.14.82.126" port: 41235 } } peers { permanent_uuid: "9fc9bb7aa75e497791887c6222dcb1b1" member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 } } peers { permanent_uuid: "0e52f8c4cd124926999e756f31894d9f" member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } }
21:05:20.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:20.356338 14820 raft_consensus.cc:385] T 00000000000000000000000000000000 P 9fc9bb7aa75e497791887c6222dcb1b1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:05:20.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:20.356830 14820 raft_consensus.cc:740] T 00000000000000000000000000000000 P 9fc9bb7aa75e497791887c6222dcb1b1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9fc9bb7aa75e497791887c6222dcb1b1, State: Initialized, Role: FOLLOWER
21:05:20.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:20.357944 14820 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9fc9bb7aa75e497791887c6222dcb1b1 [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: "2c7e7dfa8fa54abbb7f33f85f4c0ece2" member_type: VOTER last_known_addr { host: "127.14.82.126" port: 41235 } } peers { permanent_uuid: "9fc9bb7aa75e497791887c6222dcb1b1" member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 } } peers { permanent_uuid: "0e52f8c4cd124926999e756f31894d9f" member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } }
21:05:20.378 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:473) Updating table stats for table
21:05:20.378 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:05:20.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:20.380919 14978 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9fc9bb7aa75e497791887c6222dcb1b1 [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: "2c7e7dfa8fa54abbb7f33f85f4c0ece2" member_type: VOTER last_known_addr { host: "127.14.82.126" port: 41235 } } peers { permanent_uuid: "9fc9bb7aa75e497791887c6222dcb1b1" member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 } } peers { permanent_uuid: "0e52f8c4cd124926999e756f31894d9f" member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } } }
21:05:20.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:20.382107 14978 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9fc9bb7aa75e497791887c6222dcb1b1 [sys.catalog]: This master's current role is: FOLLOWER
21:05:20.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:20.390425 14820 sys_catalog.cc:565] T 00000000000000000000000000000000 P 9fc9bb7aa75e497791887c6222dcb1b1 [sys.catalog]: configured and running, proceeding with master startup.
21:05:20.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:20.390633 14794 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0e52f8c4cd124926999e756f31894d9f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fc9bb7aa75e497791887c6222dcb1b1"
21:05:20.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:20.391477 14794 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 9fc9bb7aa75e497791887c6222dcb1b1 [term 0 FOLLOWER]: Advancing to term 1
21:05:20.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:20.395108 14795 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0e52f8c4cd124926999e756f31894d9f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fc9bb7aa75e497791887c6222dcb1b1" is_pre_election: true
21:05:20.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:20.396135 14795 rpcz_store.cc:267] Call kudu.consensus.ConsensusService.RequestConsensusVote from 127.0.0.1:57738 (request call id 1) took 2091 ms (client timeout 1953 ms). Trace:
21:05:20.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:20.396533 14795 rpcz_store.cc:269] 0708 21:05:18.304357 (+     0us) service_pool.cc:167] Inserting onto call queue
21:05:20.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 21:05:18.304494 (+   137us) service_pool.cc:224] Handling call
21:05:20.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 21:05:20.396061 (+2091567us) inbound_call.cc:177] Queueing success response
21:05:20.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {}
21:05:20.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:20.397907 14792 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "0e52f8c4cd124926999e756f31894d9f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9fc9bb7aa75e497791887c6222dcb1b1" is_pre_election: true
21:05:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:20.402091 14794 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 9fc9bb7aa75e497791887c6222dcb1b1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0e52f8c4cd124926999e756f31894d9f in term 1.
21:05:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:20.403398 14793 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 9fc9bb7aa75e497791887c6222dcb1b1 [term 1 FOLLOWER]: Refusing update from remote peer 0e52f8c4cd124926999e756f31894d9f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
21:05:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:20.408658 14793 rpcz_store.cc:275] Call kudu.consensus.ConsensusService.UpdateConsensus from 127.0.0.1:57738 (request call id 3) took 1684 ms. Trace:
21:05:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:20.409030 14793 rpcz_store.cc:276] 0708 21:05:18.724066 (+     0us) service_pool.cc:167] Inserting onto call queue
21:05:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 21:05:18.724837 (+   771us) service_pool.cc:224] Handling call
21:05:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 21:05:20.402782 (+1677945us) raft_consensus.cc:1471] Updating replica for 0 ops
21:05:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 21:05:20.403747 (+   965us) raft_consensus.cc:1697] Filling consensus response to leader.
21:05:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 21:05:20.408325 (+  4578us) spinlock_profiling.cc:243] Waited 3.54 ms on lock 0x7b54000203d0. stack: 00007f8bb9831803 00007f8bb9831700 00007f8bb93e24b4 000000000050eb44 000000000050ead9 00007f8bc0916891 00007f8bc09acbcd 00007f8bc19dd9c9 00007f8bc008fcf4 00007f8bc008fc82 00007f8bc008fbb1 00007f8bc008fb2c 00007f8bc008ede2 00007f8bbe67caac 00007f8bbe67bee6 00007f8bbe67b88f
21:05:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 21:05:20.408581 (+   256us) inbound_call.cc:177] Queueing success response
21:05:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {"spinlock_wait_cycles":8148224}
21:05:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:20.410369 14794 rpcz_store.cc:267] Call kudu.consensus.ConsensusService.RequestConsensusVote from 127.0.0.1:57738 (request call id 2) took 1836 ms (client timeout 1861 ms). Trace:
21:05:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:20.410693 14794 rpcz_store.cc:269] 0708 21:05:18.573681 (+     0us) service_pool.cc:167] Inserting onto call queue
21:05:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 21:05:18.573838 (+   157us) service_pool.cc:224] Handling call
21:05:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 21:05:20.410309 (+1836471us) inbound_call.cc:177] Queueing success response
21:05:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {}
21:05:20.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:20.412564 14973 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f [LEADER]: Connected to new peer: Peer: permanent_uuid: "9fc9bb7aa75e497791887c6222dcb1b1" member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
21:05:20.434 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:05:20.450 [INFO - Metastore-Handler-Pool: Thread-175] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:05:20.468 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:473) Updating table stats for table
21:05:20.468 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:05:20.472 [ERROR - Metastore-Handler-Pool: Thread-175] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
21:05:20.473 [ERROR - Metastore-Handler-Pool: Thread-175] (RetryingHMSHandler.java:148) MetaException(message:Kudu table type may not be altered)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:258)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

21:05:20.475 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:05:20.488 [INFO - Metastore-Handler-Pool: Thread-175] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:05:20.500 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:473) Updating table stats for table
21:05:20.500 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:05:20.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:20.520895 14978 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9fc9bb7aa75e497791887c6222dcb1b1 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0e52f8c4cd124926999e756f31894d9f. Latest consensus state: current_term: 1 leader_uuid: "0e52f8c4cd124926999e756f31894d9f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c7e7dfa8fa54abbb7f33f85f4c0ece2" member_type: VOTER last_known_addr { host: "127.14.82.126" port: 41235 } } peers { permanent_uuid: "9fc9bb7aa75e497791887c6222dcb1b1" member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 } } peers { permanent_uuid: "0e52f8c4cd124926999e756f31894d9f" member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } } }
21:05:20.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:20.521484 14978 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9fc9bb7aa75e497791887c6222dcb1b1 [sys.catalog]: This master's current role is: FOLLOWER
21:05:20.524 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:05:20.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:20.527909 14987 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9fc9bb7aa75e497791887c6222dcb1b1 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "0e52f8c4cd124926999e756f31894d9f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c7e7dfa8fa54abbb7f33f85f4c0ece2" member_type: VOTER last_known_addr { host: "127.14.82.126" port: 41235 } } peers { permanent_uuid: "9fc9bb7aa75e497791887c6222dcb1b1" member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 } } peers { permanent_uuid: "0e52f8c4cd124926999e756f31894d9f" member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } } }
21:05:20.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:20.528709 14987 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9fc9bb7aa75e497791887c6222dcb1b1 [sys.catalog]: This master's current role is: FOLLOWER
21:05:20.539 [INFO - Metastore-Handler-Pool: Thread-175] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:05:20.558 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:473) Updating table stats for table
21:05:20.558 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:05:20.571 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:05:20.580 [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=	
21:05:20.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:20.581677 14995 client.h:373] Failed to connect to Hive Metastore (localhost:37251): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:05:20.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:20.584517 14999 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
21:05:20.586 [INFO - Metastore-Handler-Pool: Thread-175] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:05:20.617 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:473) Updating table stats for table
21:05:20.617 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:05:20.631 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:05:20.649 [INFO - Metastore-Handler-Pool: Thread-175] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:05:20.662 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:473) Updating table stats for table
21:05:20.662 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:05:20.763 [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=	
21:05:20.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:20.764343 14944 client.h:373] Failed to connect to Hive Metastore (localhost:37251): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:05:20.790 [ERROR - Metastore-Handler-Pool: Thread-175] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
21:05:20.810 [ERROR - Metastore-Handler-Pool: Thread-175] (RetryingHMSHandler.java:148) MetaException(message:Kudu table columns may not be altered through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkOnlyKuduMasterCanAlterSchema(KuduMetastorePlugin.java:498)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:290)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

21:05:20.812 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:05:20.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:20.866336 14973 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "0e52f8c4cd124926999e756f31894d9f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2c7e7dfa8fa54abbb7f33f85f4c0ece2" member_type: VOTER last_known_addr { host: "127.14.82.126" port: 41235 } } peers { permanent_uuid: "9fc9bb7aa75e497791887c6222dcb1b1" member_type: VOTER last_known_addr { host: "127.14.82.125" port: 36515 } } peers { permanent_uuid: "0e52f8c4cd124926999e756f31894d9f" member_type: VOTER last_known_addr { host: "127.14.82.124" port: 37471 } } }
21:05:20.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:20.867082 14973 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0e52f8c4cd124926999e756f31894d9f [sys.catalog]: This master's current role is: LEADER
21:05:20.904 [INFO - Metastore-Handler-Pool: Thread-175] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:05:20.933 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:473) Updating table stats for table
21:05:20.934 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:05:20.960 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:05:20.975 [INFO - Metastore-Handler-Pool: Thread-175] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:05:20.992 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:473) Updating table stats for table
21:05:20.992 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:05:21.003 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:05:21.018 [INFO - Metastore-Handler-Pool: Thread-175] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:05:21.031 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:473) Updating table stats for table
21:05:21.031 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:05:21.043 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:05:21.061 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:3711) Skipping translation for processor with null
21:05:21.076 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
21:05:21.233 [WARN - Metastore-Handler-Pool: Thread-175] (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.
21:05:21.330 [INFO - Metastore-Handler-Pool: Thread-191] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:05:21.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:21.331416 14922 client.h:373] Failed to connect to Hive Metastore (localhost:37251): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:05:21.438 [WARN - Metastore-Handler-Pool: Thread-175] (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.
21:05:21.539 [WARN - Metastore-Handler-Pool: Thread-175] (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.
21:05:21.593 [INFO - Metastore-Handler-Pool: Thread-192] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:05:21.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:21.593886 14995 client.h:373] Failed to connect to Hive Metastore (localhost:37251): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:05:21.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:21.615578 14999 catalog_manager.cc:1294] Loaded cluster ID: e56f41bd78cd46e9ba4811fd885fb964
21:05:21.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:21.616235 14999 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 9fc9bb7aa75e497791887c6222dcb1b1: loading cluster ID for follower catalog manager: success
21:05:21.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:21.639539 14999 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 9fc9bb7aa75e497791887c6222dcb1b1: acquiring CA information for follower catalog manager: success
21:05:21.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:21.647258 14999 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 9fc9bb7aa75e497791887c6222dcb1b1: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
21:05:21.780 [INFO - Metastore-Handler-Pool: Thread-193] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:05:21.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:21.781323 14944 client.h:373] Failed to connect to Hive Metastore (localhost:37251): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:05:21.826 [WARN - Metastore-Handler-Pool: Thread-175] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive8965463439874798261/warehouse/default/table
21:05:21.837 [INFO - Metastore-Handler-Pool: Thread-175] (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)	
21:05:21.841 [INFO - Metastore-Handler-Pool: Thread-175] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
21:05:21.844 [INFO - Metastore-Handler-Pool: Thread-175] (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/hive8965463439874798261/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)
21:05:21.844 [WARN - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:2452) Location: file:/tmp/hive8965463439874798261/external-warehouse/table specified for non-external table:table
21:05:21.856 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:473) Updating table stats for table
21:05:21.856 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:05:21.905 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:05:21.953 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:3711) Skipping translation for processor with null
21:05:21.956 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:05:21.995 [INFO - Metastore-Handler-Pool: Thread-175] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:05:22.024 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:473) Updating table stats for table
21:05:22.024 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:05:22.038 [ERROR - Metastore-Handler-Pool: Thread-175] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
21:05:22.041 [ERROR - Metastore-Handler-Pool: Thread-175] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

21:05:22.127 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:05:22.155 [INFO - Metastore-Handler-Pool: Thread-175] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:05:22.203 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:473) Updating table stats for table
21:05:22.203 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:05:22.226 [INFO - Metastore-Handler-Pool: Thread-175] (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	
21:05:22.237 [INFO - Metastore-Handler-Pool: Thread-175] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
21:05:22.253 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
21:05:22.253 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
21:05:22.270 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:05:22.279 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:3711) Skipping translation for processor with null
21:05:22.280 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
21:05:22.337 [INFO - Metastore-Handler-Pool: Thread-175] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
21:05:22.339 [INFO - Metastore-Handler-Pool: Thread-175] (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=8603c6e1-c3ac-4c49-93b6-52a4497aba82, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.82.126:41235,127.14.82.125:36515,127.14.82.124:37471}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
21:05:22.341 [INFO - Metastore-Handler-Pool: Thread-194] (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=	
21:05:22.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:22.342365 14922 client.h:373] Failed to connect to Hive Metastore (localhost:37251): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:05:22.346 [INFO - Metastore-Handler-Pool: Thread-175] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
21:05:22.347 [INFO - Metastore-Handler-Pool: Thread-175] (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/hive8965463439874798261/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=8603c6e1-c3ac-4c49-93b6-52a4497aba82, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.82.126:41235,127.14.82.125:36515,127.14.82.124:37471}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
21:05:22.350 [INFO - Metastore-Handler-Pool: Thread-175] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8965463439874798261/external-warehouse/table
21:05:22.370 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:05:22.396 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:3711) Skipping translation for processor with null
21:05:22.397 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:05:22.415 [INFO - Metastore-Handler-Pool: Thread-175] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:05:22.427 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:473) Updating table stats for table
21:05:22.428 [INFO - Metastore-Handler-Pool: Thread-175] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:05:22.439 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:05:22.447 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:3711) Skipping translation for processor with null
21:05:22.449 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
21:05:22.500 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
21:05:22.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:22.501094 14665 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu with pid 14677
21:05:22.512 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
21:05:22.512 [INFO - Metastore-Handler-Pool: Thread-175] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5c9648ac, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2a78255a will be shutdown
21:05:22.512 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
21:05:22.536 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.14.82.126:41235(127.14.82.126:41235)] handling channelInactive
21:05:22.537 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.14.82.126:41235(127.14.82.126:41235)] cleaning up while in state READY due to: connection closed
21:05:22.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:22.536505 14665 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu with pid 14747
21:05:22.566 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.14.82.125:36515(127.14.82.125:36515)] handling channelInactive
21:05:22.566 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.14.82.125:36515(127.14.82.125:36515)] cleaning up while in state READY due to: connection closed
21:05:22.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:22.566447 14665 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu with pid 14821
21:05:22.594 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.14.82.124:37471(127.14.82.124:37471)] handling channelInactive
21:05:22.594 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.14.82.124:37471(127.14.82.124:37471)] cleaning up while in state READY due to: connection closed
21:05:23.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:05:23Z chronyd exiting
.21:05:24.772 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
21:05:24.772 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
21:05:24.772 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
21:05:24.790 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive2668843361867990484
21:05:24.791 [INFO - Thread-142] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
21:05:24.791 [INFO - Thread-142] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
21:05:24.793 [INFO - Thread-142] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
21:05:24.793 [INFO - Thread-142] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
21:05:24.793 [INFO - Thread-142] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
21:05:24.794 [INFO - Thread-142] (HikariDataSource.java:350) objectstore - Shutdown initiated...
21:05:24.795 [INFO - Thread-142] (HikariDataSource.java:352) objectstore - Shutdown completed.
21:05:24.795 [INFO - Thread-142] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
21:05:24.796 [INFO - Thread-142] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
21:05:24.796 [INFO - Thread-142] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
21:05:24.797 [INFO - Thread-142] (HikariDataSource.java:80) objectstore - Starting...
21:05:24.856 [INFO - Thread-142] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
21:05:24.858 [INFO - Thread-142] (HikariDataSource.java:82) objectstore - Start completed.
21:05:24.858 [INFO - Thread-142] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
21:05:24.859 [INFO - Thread-142] (HikariDataSource.java:80) objectstore-secondary - Starting...
21:05:24.862 [INFO - Thread-142] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
21:05:24.863 [INFO - Thread-142] (HikariDataSource.java:82) objectstore-secondary - Start completed.
21:05:24.876 [INFO - Thread-142] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
21:05:24.876 [INFO - Thread-142] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
21:05:24.876 [INFO - Thread-142] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
21:05:24.895 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:05:24.896 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:05:24.896 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:05:24.896 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:05:24.897 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:05:24.897 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:05:25.096 [INFO - Thread-142] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
21:05:25.096 [INFO - Thread-142] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@55204568, with PersistenceManager: null will be shutdown
21:05:25.097 [INFO - Thread-142] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@55204568, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7f56d819 created in the thread with id: 196
21:05:25.098 [WARN - Thread-142] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
21:05:25.099 [INFO - Thread-142] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@55204568
21:05:25.255 [INFO - Thread-142] (HMSHandler.java:595) Started creating a default database with name: default
21:05:25.273 [INFO - Thread-142] (HMSHandler.java:605) Successfully created a default database with name: default
21:05:25.302 [INFO - Thread-142] (HMSHandler.java:668) Added admin role in metastore
21:05:25.304 [INFO - Thread-142] (HMSHandler.java:677) Added public role in metastore
21:05:25.333 [INFO - Thread-142] (HMSHandler.java:717) No user is added in admin role, since config is empty
21:05:25.333 [INFO - Thread-142] (HMSHandler.java:404) HMS server filtering is disabled by configuration
21:05:25.334 [INFO - Thread-142] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
21:05:25.334 [INFO - Thread-142] (HiveMetaStore.java:697) Direct SQL optimization = true
21:05:25.334 [WARN - Thread-142] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
21:05:25.334 [INFO - Thread-142] (HiveMetaStore.java:632) Started the new metaserver on port [33135]...
21:05:25.334 [INFO - Thread-142] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
21:05:25.334 [INFO - Thread-142] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
21:05:25.334 [INFO - Thread-142] (HiveMetaStore.java:635) TCP keepalive = true
21:05:25.334 [INFO - Thread-142] (HiveMetaStore.java:636) Enable SSL = false
21:05:25.793 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
21:05:25.793 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
21:05:25.794 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
21:05:25.796 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
21:05:25.796 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:33135]
21:05:25.796 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:33135) in binary transport mode
21:05:25.797 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:33135) current connections: 1
21:05:25.798 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task3sb8QH/test-tmp
21:05:25.798 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
21:05:25.798 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task3sb8QH/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
21:05:25.801 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:33135"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

21:05:26.132 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:05:26.132 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

21:05:26.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:26.136003 15037 mini_oidc.cc:150] Starting JWKS server
21:05:26.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:26.139101 15037 webserver.cc:534] Webserver started at http://127.0.0.1:39213/ using document root <none> and password file <none>
21:05:26.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:26.139523 15037 mini_oidc.cc:186] Starting OIDC Discovery server
21:05:26.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:26.141254 15037 webserver.cc:534] Webserver started at http://127.0.0.1:45315/ using document root <none> and password file <none>
21:05:26.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:05:26Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
21:05:26.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:05:26Z Disabled control of system clock
21:05:26.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:26.206126 15037 external_mini_cluster.cc:1372] Running /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:05:26.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:05:26.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-0/wal
21:05:26.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-0/data
21:05:26.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:05:26.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:05:26.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:05:26.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:05:26.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:05:26.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:05:26.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-0/logs
21:05:26.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-0/data/info.pb
21:05:26.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:05:26.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:05:26.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:05:26.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:05:26.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:05:26.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:05:26.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:05:26.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:05:26.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:05:26.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:05:26.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:05:26.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:05:26.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.175.126:43235
21:05:26.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.175.126
21:05:26.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:05:26.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.175.84:43755
21:05:26.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:05:26.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:05:26.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:05:26.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:05:26.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.175.126:43235,127.14.175.125:44145,127.14.175.124:42855
21:05:26.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:05:26.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39213/jwks.json
21:05:26.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33135 with env {}
21:05:26.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:26.513414 15049 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:05:26.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:26.514086 15049 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:05:26.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:26.514534 15049 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:05:26.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:26.547259 15049 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:05:26.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:26.547545 15049 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:05:26.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:26.547756 15049 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:05:26.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:26.547979 15049 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:05:26.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:26.548175 15049 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:05:26.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:26.548329 15049 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39213/jwks.json
21:05:26.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:26.585769 15049 master_runner.cc:387] Master server non-default flags:
21:05:26.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:05:26.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.175.84:43755
21:05:26.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:05:26.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:05:26.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-0/data
21:05:26.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-0/wal
21:05:26.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33135
21:05:26.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:05:26.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.175.126:43235,127.14.175.125:44145,127.14.175.124:42855
21:05:26.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:05:26.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:05:26.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:05:26.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.175.126:43235
21:05:26.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:05:26.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:05:26.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:05:26.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39213/jwks.json
21:05:26.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:05:26.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:05:26.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-0/data/info.pb
21:05:26.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.175.126
21:05:26.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:05:26.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:05:26.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:05:26.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:05:26.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:05:26.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:05:26.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-0/logs
21:05:26.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:05:26.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:05:26.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:05:26.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:05:26.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:05:26.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:05:26.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:05:26.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on e7f111948823
21:05:26.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16878
21:05:26.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
21:05:26.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:26.587322 15049 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:05:26.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:26.589588 15049 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:05:26.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:26.601235 15055 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
21:05:27.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:26.603224 15056 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
21:05:27.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:26.606568 15058 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
21:05:27.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:27.805385 15057 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Connection time-out
21:05:27.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:27.805608 15049 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
21:05:27.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:27.809864 15049 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:05:27.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:27.812973 15049 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:05:27.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:27.814443 15049 hybrid_clock.cc:648] HybridClock initialized: now 1783544727814367 us; error 80 us; skew 500 ppm
21:05:27.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:27.815307 15049 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:05:27.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:27.821995 15049 webserver.cc:534] Webserver started at http://127.14.175.126:34091/ using document root <none> and password file <none>
21:05:27.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:27.822919 15049 fs_manager.cc:362] Metadata directory not provided
21:05:27.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:27.823129 15049 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:05:27.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:27.823541 15049 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:05:27.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:27.827909 15049 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-0/data/instance:
21:05:27.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2b414dd8b8a747fabbcb8c7f12bbe3fc"
21:05:27.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:27 on dist-test-slave-lz23"
21:05:27.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:27.828986 15049 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-0/wal/instance:
21:05:27.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2b414dd8b8a747fabbcb8c7f12bbe3fc"
21:05:27.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:27 on dist-test-slave-lz23"
21:05:27.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:27.836519 15049 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.003s	sys 0.005s
21:05:27.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:27.842571 15065 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:05:27.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:27.843773 15049 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.001s
21:05:27.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:27.844148 15049 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-0/data,/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-0/wal
21:05:27.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2b414dd8b8a747fabbcb8c7f12bbe3fc"
21:05:27.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:27 on dist-test-slave-lz23"
21:05:27.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:27.844457 15049 fs_report.cc:389] FS layout report
21:05:27.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:05:27.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-0/wal
21:05:27.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-0/wal
21:05:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-0/data/data
21:05:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:05:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:05:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:05:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:05:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:05:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:05:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:05:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:05:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:05:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:05:27.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:05:27.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:27.895282 15049 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:05:27.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:27.896826 15049 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:05:27.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:27.897264 15049 kserver.cc:163] Server-wide thread pool size limit: 3276
21:05:27.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:27.971560 15049 rpc_server.cc:307] RPC server started. Bound to: 127.14.175.126:43235
21:05:27.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:27.971669 15117 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.175.126:43235 every 8 connection(s)
21:05:27.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:27.977110 15049 server_base.cc:1193] Dumped server information to /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-0/data/info.pb
21:05:27.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:27.984730 15118 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:05:27.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:27.986179 15037 external_mini_cluster.cc:1434] Started /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu as pid 15049
21:05:27.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:27.986702 15037 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-0/wal/instance
21:05:27.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:27.990309 15037 external_mini_cluster.cc:1372] Running /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:05:27.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:05:27.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-1/wal
21:05:27.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-1/data
21:05:27.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:05:27.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:05:27.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:05:27.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:05:27.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:05:27.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:05:27.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-1/logs
21:05:27.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-1/data/info.pb
21:05:27.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:05:27.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:05:27.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:05:27.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:05:27.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:05:27.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:05:27.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:05:27.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:05:27.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:05:27.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:05:27.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:05:27.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:05:27.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.175.125:44145
21:05:27.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.175.125
21:05:27.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:05:27.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.175.84:43755
21:05:27.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:05:27.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:05:27.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:05:27.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:05:27.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.175.126:43235,127.14.175.125:44145,127.14.175.124:42855
21:05:27.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:05:27.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39213/jwks.json
21:05:27.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33135 with env {}
21:05:28.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:27.999816 15118 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.175.126" port: 43235 } has no permanent_uuid. Determining permanent_uuid...
21:05:28.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:28.032732 15118 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.175.125" port: 44145 } has no permanent_uuid. Determining permanent_uuid...
21:05:28.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:28.035921 15069 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.175.125:44145: connect: Connection refused (error 111)
21:05:28.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:28.041028 15118 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.175.125:44145: Network error: Client connection negotiation failed: client connection to 127.14.175.125:44145: connect: Connection refused (error 111)
21:05:28.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:28.090669 15118 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.175.125" port: 44145 } attempt: 1
21:05:28.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:28.095500 15118 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.175.125:44145: Network error: Client connection negotiation failed: client connection to 127.14.175.125:44145: connect: Connection refused (error 111)
21:05:28.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:28.164036 15118 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.175.125" port: 44145 } attempt: 2
21:05:28.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:28.168576 15118 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.175.125:44145: Network error: Client connection negotiation failed: client connection to 127.14.175.125:44145: connect: Connection refused (error 111)
21:05:28.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:28.260077 15118 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.175.125" port: 44145 } attempt: 3
21:05:28.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:28.264621 15118 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.175.125:44145: Network error: Client connection negotiation failed: client connection to 127.14.175.125:44145: connect: Connection refused (error 111)
21:05:28.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:28.307703 15119 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:05:28.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:28.308385 15119 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:05:28.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:28.308856 15119 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:05:28.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:28.341396 15119 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:05:28.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:28.341674 15119 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:05:28.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:28.341917 15119 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:05:28.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:28.342152 15119 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:05:28.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:28.342342 15119 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:05:28.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:28.342561 15119 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39213/jwks.json
21:05:28.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:28.380007 15119 master_runner.cc:387] Master server non-default flags:
21:05:28.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:05:28.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.175.84:43755
21:05:28.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:05:28.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:05:28.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-1/data
21:05:28.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-1/wal
21:05:28.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33135
21:05:28.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:05:28.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.175.126:43235,127.14.175.125:44145,127.14.175.124:42855
21:05:28.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:05:28.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:05:28.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:05:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.175.125:44145
21:05:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:05:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:05:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:05:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39213/jwks.json
21:05:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:05:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:05:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-1/data/info.pb
21:05:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.175.125
21:05:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:05:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:05:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:05:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:05:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:05:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:05:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-1/logs
21:05:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:05:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:05:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:05:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:05:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:05:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:05:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:05:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on e7f111948823
21:05:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16878
21:05:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
21:05:28.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:28.381405 15119 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:05:28.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:28.382997 15119 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:05:28.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:28.393929 15128 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
21:05:28.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:28.408104 15118 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.175.125" port: 44145 } attempt: 4
21:05:28.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:28.414598 15118 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.175.125:44145: Network error: Client connection negotiation failed: client connection to 127.14.175.125:44145: connect: Connection refused (error 111)
21:05:28.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:28.714103 15118 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.175.125" port: 44145 } attempt: 5
21:05:28.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:28.723551 15118 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.175.125:44145: Network error: Client connection negotiation failed: client connection to 127.14.175.125:44145: connect: Connection refused (error 111)
21:05:29.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:29.271231 15118 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.175.125" port: 44145 } attempt: 6
21:05:29.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:29.302752 15118 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.175.125:44145: Network error: Client connection negotiation failed: client connection to 127.14.175.125:44145: connect: Connection refused (error 111)
21:05:29.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:29.798899 15127 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 15119
21:05:29.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:29.805020 15127 kernel_stack_watchdog.cc:198] Thread 15119 stuck at /home/jenkins-slave/workspace/build_and_test@2/src/kudu/util/thread.cc:642 for 401ms:
21:05:29.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
21:05:29.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
21:05:29.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
21:05:29.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
21:05:29.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:29.805634 15119 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.412s	user 0.499s	sys 0.907s
21:05:29.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:29.806214 15119 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.412s	user 0.499s	sys 0.907s
21:05:29.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:28.394523 15129 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
21:05:29.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:29.807317 15130 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1411 milliseconds
21:05:29.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:29.808213 15131 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
21:05:29.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:29.808259 15119 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
21:05:29.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:29.811924 15119 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:05:29.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:29.814424 15119 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:05:29.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:29.815804 15119 hybrid_clock.cc:648] HybridClock initialized: now 1783544729815772 us; error 39 us; skew 500 ppm
21:05:29.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:29.816691 15119 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:05:29.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:29.822932 15119 webserver.cc:534] Webserver started at http://127.14.175.125:39153/ using document root <none> and password file <none>
21:05:29.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:29.824010 15119 fs_manager.cc:362] Metadata directory not provided
21:05:29.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:29.824270 15119 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:05:29.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:29.824834 15119 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:05:29.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:29.829329 15119 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-1/data/instance:
21:05:29.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "94c6735250294d92be2979926356ac5c"
21:05:29.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:29 on dist-test-slave-lz23"
21:05:29.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:29.830511 15119 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-1/wal/instance:
21:05:29.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "94c6735250294d92be2979926356ac5c"
21:05:29.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:29 on dist-test-slave-lz23"
21:05:29.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:29.838387 15119 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.005s
21:05:29.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:29.844523 15140 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:05:29.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:29.845763 15119 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.002s
21:05:29.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:29.846215 15119 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-1/data,/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-1/wal
21:05:29.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "94c6735250294d92be2979926356ac5c"
21:05:29.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:29 on dist-test-slave-lz23"
21:05:29.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:29.846583 15119 fs_report.cc:389] FS layout report
21:05:29.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:05:29.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-1/wal
21:05:29.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-1/wal
21:05:29.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-1/data/data
21:05:29.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:05:29.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:05:29.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:05:29.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:05:29.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:05:29.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:05:29.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:05:29.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:05:29.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:05:29.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:05:29.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:05:29.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:29.898854 15119 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:05:29.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:29.900574 15119 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:05:29.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:29.901157 15119 kserver.cc:163] Server-wide thread pool size limit: 3276
21:05:29.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:29.994499 15119 rpc_server.cc:307] RPC server started. Bound to: 127.14.175.125:44145
21:05:29.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:29.994655 15191 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.175.125:44145 every 8 connection(s)
21:05:29.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:29.997406 15119 server_base.cc:1193] Dumped server information to /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-1/data/info.pb
21:05:30.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:30.002225 15037 external_mini_cluster.cc:1434] Started /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu as pid 15119
21:05:30.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:30.002722 15037 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-1/wal/instance
21:05:30.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:30.004912 15192 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:05:30.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:30.005107 15037 external_mini_cluster.cc:1372] Running /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:05:30.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:05:30.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-2/wal
21:05:30.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-2/data
21:05:30.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:05:30.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:05:30.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:05:30.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:05:30.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:05:30.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:05:30.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-2/logs
21:05:30.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-2/data/info.pb
21:05:30.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:05:30.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:05:30.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:05:30.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:05:30.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:05:30.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:05:30.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:05:30.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:05:30.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:05:30.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:05:30.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:05:30.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:05:30.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.175.124:42855
21:05:30.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.175.124
21:05:30.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:05:30.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.175.84:43755
21:05:30.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:05:30.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:05:30.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:05:30.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:05:30.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.175.126:43235,127.14.175.125:44145,127.14.175.124:42855
21:05:30.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:05:30.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39213/jwks.json
21:05:30.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33135 with env {}
21:05:30.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:30.020186 15192 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.175.126" port: 43235 } has no permanent_uuid. Determining permanent_uuid...
21:05:30.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:30.063040 15192 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.175.125" port: 44145 } has no permanent_uuid. Determining permanent_uuid...
21:05:30.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:30.081405 15192 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.175.124" port: 42855 } has no permanent_uuid. Determining permanent_uuid...
21:05:30.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:30.084326 15144 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.175.124:42855: connect: Connection refused (error 111)
21:05:30.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:30.091205 15192 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.175.124:42855: Network error: Client connection negotiation failed: client connection to 127.14.175.124:42855: connect: Connection refused (error 111)
21:05:30.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:30.140754 15192 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.175.124" port: 42855 } attempt: 1
21:05:30.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:30.145799 15192 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.175.124:42855: Network error: Client connection negotiation failed: client connection to 127.14.175.124:42855: connect: Connection refused (error 111)
21:05:30.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:30.214226 15192 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.175.124" port: 42855 } attempt: 2
21:05:30.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:30.219439 15192 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.175.124:42855: Network error: Client connection negotiation failed: client connection to 127.14.175.124:42855: connect: Connection refused (error 111)
21:05:30.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:30.310940 15192 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.175.124" port: 42855 } attempt: 3
21:05:30.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:30.315972 15192 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.175.124:42855: Network error: Client connection negotiation failed: client connection to 127.14.175.124:42855: connect: Connection refused (error 111)
21:05:30.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:30.354880 15193 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:05:30.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:30.355454 15193 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:05:30.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:30.355928 15193 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:05:30.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:30.363356 15118 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.175.125" port: 44145 } attempt: 7
21:05:30.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:30.375254 15118 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.175.124" port: 42855 } has no permanent_uuid. Determining permanent_uuid...
21:05:30.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:30.381742 15118 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.175.124:42855: Network error: Client connection negotiation failed: client connection to 127.14.175.124:42855: connect: Connection refused (error 111)
21:05:30.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:30.392035 15193 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:05:30.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:30.392328 15193 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:05:30.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:30.392524 15193 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:05:30.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:30.392730 15193 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:05:30.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:30.392925 15193 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:05:30.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:30.393075 15193 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:39213/jwks.json
21:05:30.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:30.431742 15193 master_runner.cc:387] Master server non-default flags:
21:05:30.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:05:30.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.175.84:43755
21:05:30.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:05:30.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:05:30.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-2/data
21:05:30.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-2/wal
21:05:30.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33135
21:05:30.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:05:30.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.175.126:43235,127.14.175.125:44145,127.14.175.124:42855
21:05:30.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:05:30.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:05:30.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:05:30.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.175.124:42855
21:05:30.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:05:30.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:05:30.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:05:30.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:39213/jwks.json
21:05:30.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:05:30.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:05:30.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-2/data/info.pb
21:05:30.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.175.124
21:05:30.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:05:30.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:05:30.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:05:30.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:05:30.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:05:30.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:05:30.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-2/logs
21:05:30.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:05:30.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:05:30.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:05:30.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:05:30.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:05:30.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:05:30.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:05:30.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on e7f111948823
21:05:30.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16878
21:05:30.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
21:05:30.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:30.433198 15193 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:05:30.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:30.435068 15193 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:05:30.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:30.440212 15118 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.175.124" port: 42855 } attempt: 1
21:05:30.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:30.445900 15118 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.175.124:42855: Network error: Client connection negotiation failed: client connection to 127.14.175.124:42855: connect: Connection refused (error 111)
21:05:30.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:30.447516 15205 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
21:05:30.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:30.459427 15192 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.175.124" port: 42855 } attempt: 4
21:05:30.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:30.467922 15192 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.175.124:42855: Network error: Client connection negotiation failed: client connection to 127.14.175.124:42855: connect: Connection refused (error 111)
21:05:30.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:30.527401 15118 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.175.124" port: 42855 } attempt: 2
21:05:30.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:30.536105 15118 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.175.124:42855: Network error: Client connection negotiation failed: client connection to 127.14.175.124:42855: connect: Connection refused (error 111)
21:05:30.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:30.621688 15118 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.175.124" port: 42855 } attempt: 3
21:05:30.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:30.630960 15118 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.175.124:42855: Network error: Client connection negotiation failed: client connection to 127.14.175.124:42855: connect: Connection refused (error 111)
21:05:30.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:30.767491 15192 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.175.124" port: 42855 } attempt: 5
21:05:30.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:30.776340 15192 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.175.124:42855: Network error: Client connection negotiation failed: client connection to 127.14.175.124:42855: connect: Connection refused (error 111)
21:05:30.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:30.777187 15118 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.175.124" port: 42855 } attempt: 4
21:05:30.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:30.785995 15118 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.175.124:42855: Network error: Client connection negotiation failed: client connection to 127.14.175.124:42855: connect: Connection refused (error 111)
21:05:31.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:31.069537 15118 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.175.124" port: 42855 } attempt: 5
21:05:31.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:31.077833 15118 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.175.124:42855: Network error: Client connection negotiation failed: client connection to 127.14.175.124:42855: connect: Connection refused (error 111)
21:05:31.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:31.323983 15192 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.175.124" port: 42855 } attempt: 6
21:05:31.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:31.351692 15192 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.175.124:42855: Network error: Client connection negotiation failed: client connection to 127.14.175.124:42855: connect: Connection refused (error 111)
21:05:31.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:31.630417 15118 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.175.124" port: 42855 } attempt: 6
21:05:31.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:31.658507 15118 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.175.124:42855: Network error: Client connection negotiation failed: client connection to 127.14.175.124:42855: connect: Connection refused (error 111)
21:05:32.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:31.851544 15204 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 15193
21:05:32.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:32.282420 15193 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.835s	user 0.616s	sys 1.210s
21:05:32.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:32.282850 15193 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.835s	user 0.616s	sys 1.210s
21:05:32.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:30.449003 15206 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
21:05:32.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:32.284943 15208 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
21:05:32.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.287974 15193 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
21:05:32.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:32.287983 15207 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1836 milliseconds
21:05:32.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.289383 15193 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:05:32.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.291769 15193 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:05:32.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.293183 15193 hybrid_clock.cc:648] HybridClock initialized: now 1783544732293159 us; error 48 us; skew 500 ppm
21:05:32.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.294046 15193 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:05:32.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.300223 15193 webserver.cc:534] Webserver started at http://127.14.175.124:38285/ using document root <none> and password file <none>
21:05:32.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.301187 15193 fs_manager.cc:362] Metadata directory not provided
21:05:32.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.301379 15193 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:05:32.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.301755 15193 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:05:32.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.306129 15193 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-2/data/instance:
21:05:32.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7940bb5d5c5c4ac99e79c906f16228c8"
21:05:32.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:32 on dist-test-slave-lz23"
21:05:32.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.307253 15193 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-2/wal/instance:
21:05:32.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7940bb5d5c5c4ac99e79c906f16228c8"
21:05:32.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:32 on dist-test-slave-lz23"
21:05:32.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.314471 15193 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.004s
21:05:32.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.320108 15219 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:05:32.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.321421 15193 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.001s
21:05:32.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.321753 15193 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-2/data,/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-2/wal
21:05:32.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7940bb5d5c5c4ac99e79c906f16228c8"
21:05:32.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:32 on dist-test-slave-lz23"
21:05:32.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.322093 15193 fs_report.cc:389] FS layout report
21:05:32.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:05:32.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-2/wal
21:05:32.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-2/wal
21:05:32.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-2/data/data
21:05:32.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:05:32.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:05:32.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:05:32.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:05:32.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:05:32.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:05:32.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:05:32.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:05:32.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:05:32.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:05:32.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:05:32.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.377333 15193 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:05:32.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.378813 15193 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:05:32.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.379379 15193 kserver.cc:163] Server-wide thread pool size limit: 3276
21:05:32.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.412297 15192 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.175.124" port: 42855 } attempt: 7
21:05:32.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:32.421247 15192 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.175.124:42855: Network error: Client connection negotiation failed: client connection to 127.14.175.124:42855: connect: Connection refused (error 111)
21:05:32.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.454905 15193 rpc_server.cc:307] RPC server started. Bound to: 127.14.175.124:42855
21:05:32.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.455019 15273 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.175.124:42855 every 8 connection(s)
21:05:32.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.457767 15193 server_base.cc:1193] Dumped server information to /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-2/data/info.pb
21:05:32.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.463819 15274 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:05:32.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.467387 15037 external_mini_cluster.cc:1434] Started /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu as pid 15193
21:05:32.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.467831 15037 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14750445375490806926/master-2/wal/instance
21:05:32.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.476953 15274 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.175.126" port: 43235 } has no permanent_uuid. Determining permanent_uuid...
21:05:32.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.497160 15274 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.175.125" port: 44145 } has no permanent_uuid. Determining permanent_uuid...
21:05:32.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.510170 15274 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.175.124" port: 42855 } has no permanent_uuid. Determining permanent_uuid...
21:05:32.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.529992 15274 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7940bb5d5c5c4ac99e79c906f16228c8: Bootstrap starting.
21:05:32.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.531572 15037 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
21:05:32.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.538715 15274 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7940bb5d5c5c4ac99e79c906f16228c8: Neither blocks nor log segments found. Creating new log.
21:05:32.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.541302 15274 log.cc:826] T 00000000000000000000000000000000 P 7940bb5d5c5c4ac99e79c906f16228c8: Log is configured to *not* fsync() on all Append() calls
21:05:32.544 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:05:32.544 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

21:05:32.546 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.14.175.126"
      port: 43235
    }
    bound_http_address {
      host: "127.14.175.126"
      port: 34091
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.14.175.125"
      port: 44145
    }
    bound_http_address {
      host: "127.14.175.125"
      port: 39153
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.14.175.124"
      port: 42855
    }
    bound_http_address {
      host: "127.14.175.124"
      port: 38285
    }
  }
}

21:05:32.546 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

21:05:32.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.546932 15274 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7940bb5d5c5c4ac99e79c906f16228c8: No bootstrap required, opened a new log
21:05:32.547 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:05:32.548 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
21:05:32.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.548447 15037 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu with pid 15049
21:05:32.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.565881 15274 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7940bb5d5c5c4ac99e79c906f16228c8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2b414dd8b8a747fabbcb8c7f12bbe3fc" member_type: VOTER last_known_addr { host: "127.14.175.126" port: 43235 } } peers { permanent_uuid: "94c6735250294d92be2979926356ac5c" member_type: VOTER last_known_addr { host: "127.14.175.125" port: 44145 } } peers { permanent_uuid: "7940bb5d5c5c4ac99e79c906f16228c8" member_type: VOTER last_known_addr { host: "127.14.175.124" port: 42855 } }
21:05:32.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.566586 15274 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7940bb5d5c5c4ac99e79c906f16228c8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:05:32.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.566882 15274 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7940bb5d5c5c4ac99e79c906f16228c8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7940bb5d5c5c4ac99e79c906f16228c8, State: Initialized, Role: FOLLOWER
21:05:32.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.567888 15274 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7940bb5d5c5c4ac99e79c906f16228c8 [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: "2b414dd8b8a747fabbcb8c7f12bbe3fc" member_type: VOTER last_known_addr { host: "127.14.175.126" port: 43235 } } peers { permanent_uuid: "94c6735250294d92be2979926356ac5c" member_type: VOTER last_known_addr { host: "127.14.175.125" port: 44145 } } peers { permanent_uuid: "7940bb5d5c5c4ac99e79c906f16228c8" member_type: VOTER last_known_addr { host: "127.14.175.124" port: 42855 } }
21:05:32.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.569396 15037 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu with pid 15119
21:05:32.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.571617 15282 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7940bb5d5c5c4ac99e79c906f16228c8 [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: "2b414dd8b8a747fabbcb8c7f12bbe3fc" member_type: VOTER last_known_addr { host: "127.14.175.126" port: 43235 } } peers { permanent_uuid: "94c6735250294d92be2979926356ac5c" member_type: VOTER last_known_addr { host: "127.14.175.125" port: 44145 } } peers { permanent_uuid: "7940bb5d5c5c4ac99e79c906f16228c8" member_type: VOTER last_known_addr { host: "127.14.175.124" port: 42855 } } }
21:05:32.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.572566 15282 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7940bb5d5c5c4ac99e79c906f16228c8 [sys.catalog]: This master's current role is: FOLLOWER
21:05:32.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.573544 15274 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7940bb5d5c5c4ac99e79c906f16228c8 [sys.catalog]: configured and running, proceeding with master startup.
21:05:32.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:32.593218 15037 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu with pid 15193
21:05:33.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:05:33Z chronyd exiting
.21:05:34.860 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
21:05:34.861 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
21:05:34.861 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
21:05:34.886 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive17551597968708949012
21:05:34.887 [INFO - Thread-158] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
21:05:34.887 [INFO - Thread-158] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
21:05:34.890 [INFO - Thread-158] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
21:05:34.890 [INFO - Thread-158] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
21:05:34.890 [INFO - Thread-158] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
21:05:34.891 [INFO - Thread-158] (HikariDataSource.java:350) objectstore - Shutdown initiated...
21:05:34.892 [INFO - Thread-158] (HikariDataSource.java:352) objectstore - Shutdown completed.
21:05:34.892 [INFO - Thread-158] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
21:05:34.893 [INFO - Thread-158] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
21:05:34.893 [INFO - Thread-158] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
21:05:34.894 [INFO - Thread-158] (HikariDataSource.java:80) objectstore - Starting...
21:05:34.964 [INFO - Thread-158] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
21:05:34.965 [INFO - Thread-158] (HikariDataSource.java:82) objectstore - Start completed.
21:05:34.965 [INFO - Thread-158] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
21:05:34.966 [INFO - Thread-158] (HikariDataSource.java:80) objectstore-secondary - Starting...
21:05:34.968 [INFO - Thread-158] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
21:05:34.969 [INFO - Thread-158] (HikariDataSource.java:82) objectstore-secondary - Start completed.
21:05:34.980 [INFO - Thread-158] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
21:05:34.980 [INFO - Thread-158] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
21:05:34.980 [INFO - Thread-158] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
21:05:34.998 [WARN - Thread-158] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:05:34.999 [WARN - Thread-158] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:05:35.000 [WARN - Thread-158] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:05:35.000 [WARN - Thread-158] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:05:35.000 [WARN - Thread-158] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:05:35.000 [WARN - Thread-158] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:05:35.181 [INFO - Thread-158] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
21:05:35.181 [INFO - Thread-158] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7395f889, with PersistenceManager: null will be shutdown
21:05:35.182 [INFO - Thread-158] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7395f889, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@30ce6a5e created in the thread with id: 219
21:05:35.183 [WARN - Thread-158] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
21:05:35.184 [INFO - Thread-158] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7395f889
21:05:35.292 [INFO - Thread-158] (HMSHandler.java:595) Started creating a default database with name: default
21:05:35.311 [INFO - Thread-158] (HMSHandler.java:605) Successfully created a default database with name: default
21:05:35.333 [INFO - Thread-158] (HMSHandler.java:668) Added admin role in metastore
21:05:35.334 [INFO - Thread-158] (HMSHandler.java:677) Added public role in metastore
21:05:35.358 [INFO - Thread-158] (HMSHandler.java:717) No user is added in admin role, since config is empty
21:05:35.359 [INFO - Thread-158] (HMSHandler.java:404) HMS server filtering is disabled by configuration
21:05:35.359 [INFO - Thread-158] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
21:05:35.359 [INFO - Thread-158] (HiveMetaStore.java:697) Direct SQL optimization = true
21:05:35.360 [WARN - Thread-158] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
21:05:35.360 [INFO - Thread-158] (HiveMetaStore.java:632) Started the new metaserver on port [37375]...
21:05:35.360 [INFO - Thread-158] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
21:05:35.360 [INFO - Thread-158] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
21:05:35.360 [INFO - Thread-158] (HiveMetaStore.java:635) TCP keepalive = true
21:05:35.360 [INFO - Thread-158] (HiveMetaStore.java:636) Enable SSL = false
21:05:35.889 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
21:05:35.889 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
21:05:35.889 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
21:05:35.891 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
21:05:35.891 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:37375]
21:05:35.892 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:37375) in binary transport mode
21:05:35.892 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:37375) current connections: 1
21:05:35.893 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-task3sb8QH/test-tmp
21:05:35.894 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
21:05:35.894 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-task3sb8QH/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
21:05:35.897 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

21:05:36.252 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:05:36.252 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

21:05:36.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:36.257349 15317 mini_oidc.cc:150] Starting JWKS server
21:05:36.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:36.260592 15317 webserver.cc:534] Webserver started at http://127.0.0.1:46639/ using document root <none> and password file <none>
21:05:36.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:36.261015 15317 mini_oidc.cc:186] Starting OIDC Discovery server
21:05:36.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:36.262646 15317 webserver.cc:534] Webserver started at http://127.0.0.1:41907/ using document root <none> and password file <none>
21:05:36.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:05:36Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
21:05:36.312 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:05:36Z Disabled control of system clock
21:05:36.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:36.325465 15317 external_mini_cluster.cc:1372] Running /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-0/wal
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-0/data
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-0/logs
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-0/data/info.pb
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.245.126:39231
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.245.126
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.245.84:41781
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.245.126:39231,127.14.245.125:41449,127.14.245.124:40217
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:05:36.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46639/jwks.json with env {}
21:05:36.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:36.630219 15329 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:05:36.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:36.631006 15329 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:05:36.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:36.631630 15329 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:05:36.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:36.665110 15329 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:05:36.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:36.665499 15329 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:05:36.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:36.665903 15329 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:05:36.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:36.666245 15329 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:05:36.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:36.666575 15329 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:05:36.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:36.666823 15329 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46639/jwks.json
21:05:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:36.707542 15329 master_runner.cc:387] Master server non-default flags:
21:05:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:05:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.245.84:41781
21:05:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:05:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:05:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-0/data
21:05:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-0/wal
21:05:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:05:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.245.126:39231,127.14.245.125:41449,127.14.245.124:40217
21:05:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:05:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:05:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:05:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.245.126:39231
21:05:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:05:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:05:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:05:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46639/jwks.json
21:05:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:05:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:05:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-0/data/info.pb
21:05:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.245.126
21:05:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:05:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:05:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:05:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:05:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:05:36.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:05:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-0/logs
21:05:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:05:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:05:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:05:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:05:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:05:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:05:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:05:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on e7f111948823
21:05:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16878
21:05:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
21:05:36.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:36.709391 15329 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:05:36.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:36.711179 15329 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:05:36.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:36.722334 15335 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
21:05:38.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:38.126631 15334 debug-util.cc:398] Leaking SignalData structure 0x7b0800028020 after lost signal to thread 15329
21:05:38.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:38.581489 15334 kernel_stack_watchdog.cc:198] Thread 15329 stuck at /home/jenkins-slave/workspace/build_and_test@2/src/kudu/util/thread.cc:642 for 401ms:
21:05:38.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
21:05:38.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
21:05:38.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
21:05:38.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
21:05:38.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:36.722985 15336 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
21:05:38.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:38.583150 15329 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.861s	user 0.000s	sys 0.002s
21:05:38.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:38.583393 15337 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1858 milliseconds
21:05:38.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:38.583534 15329 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.861s	user 0.000s	sys 0.002s
21:05:38.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:38.588193 15338 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
21:05:38.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.588284 15329 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
21:05:38.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.589653 15329 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:05:38.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.592301 15329 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:05:38.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.593711 15329 hybrid_clock.cc:648] HybridClock initialized: now 1783544738593668 us; error 41 us; skew 500 ppm
21:05:38.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.594724 15329 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:05:38.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.602586 15329 webserver.cc:534] Webserver started at http://127.14.245.126:40527/ using document root <none> and password file <none>
21:05:38.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.603727 15329 fs_manager.cc:362] Metadata directory not provided
21:05:38.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.604115 15329 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:05:38.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.604727 15329 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:05:38.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.610148 15329 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-0/data/instance:
21:05:38.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "00dfefdee81e4eef9a9c138e542e09c1"
21:05:38.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:38 on dist-test-slave-lz23"
21:05:38.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.611485 15329 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-0/wal/instance:
21:05:38.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "00dfefdee81e4eef9a9c138e542e09c1"
21:05:38.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:38 on dist-test-slave-lz23"
21:05:38.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.619560 15329 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.002s	sys 0.004s
21:05:38.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.626137 15345 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:05:38.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.627350 15329 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.006s	sys 0.000s
21:05:38.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.627760 15329 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-0/data,/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-0/wal
21:05:38.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "00dfefdee81e4eef9a9c138e542e09c1"
21:05:38.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:38 on dist-test-slave-lz23"
21:05:38.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.628196 15329 fs_report.cc:389] FS layout report
21:05:38.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:05:38.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-0/wal
21:05:38.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-0/wal
21:05:38.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-0/data/data
21:05:38.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:05:38.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:05:38.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:05:38.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:05:38.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:05:38.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:05:38.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:05:38.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:05:38.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:05:38.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:05:38.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:05:38.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.691771 15329 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:05:38.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.693689 15329 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:05:38.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.694309 15329 kserver.cc:163] Server-wide thread pool size limit: 3276
21:05:38.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.771394 15329 rpc_server.cc:307] RPC server started. Bound to: 127.14.245.126:39231
21:05:38.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.771492 15396 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.245.126:39231 every 8 connection(s)
21:05:38.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.774278 15329 server_base.cc:1193] Dumped server information to /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-0/data/info.pb
21:05:38.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.777801 15317 external_mini_cluster.cc:1434] Started /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu as pid 15329
21:05:38.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.778357 15317 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-0/wal/instance
21:05:38.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.781985 15397 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.784493 15317 external_mini_cluster.cc:1372] Running /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-1/wal
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-1/data
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-1/logs
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-1/data/info.pb
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.245.125:41449
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.245.125
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.245.84:41781
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:05:38.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:05:38.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.245.126:39231,127.14.245.125:41449,127.14.245.124:40217
21:05:38.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:05:38.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46639/jwks.json with env {}
21:05:38.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.796504 15397 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.245.126" port: 39231 } has no permanent_uuid. Determining permanent_uuid...
21:05:38.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.828902 15397 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 } has no permanent_uuid. Determining permanent_uuid...
21:05:38.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:38.831707 15347 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.245.125:41449: connect: Connection refused (error 111)
21:05:38.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:38.836541 15397 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.245.125:41449: Network error: Client connection negotiation failed: client connection to 127.14.245.125:41449: connect: Connection refused (error 111)
21:05:38.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.886085 15397 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 } attempt: 1
21:05:38.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:38.891188 15397 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.245.125:41449: Network error: Client connection negotiation failed: client connection to 127.14.245.125:41449: connect: Connection refused (error 111)
21:05:38.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:38.959630 15397 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 } attempt: 2
21:05:38.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:38.964818 15397 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.245.125:41449: Network error: Client connection negotiation failed: client connection to 127.14.245.125:41449: connect: Connection refused (error 111)
21:05:39.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:39.056277 15397 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 } attempt: 3
21:05:39.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:39.061362 15397 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.245.125:41449: Network error: Client connection negotiation failed: client connection to 127.14.245.125:41449: connect: Connection refused (error 111)
21:05:39.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:39.104947 15399 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:05:39.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:39.105677 15399 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:05:39.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:39.106307 15399 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:05:39.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:39.138835 15399 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:05:39.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:39.139228 15399 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:05:39.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:39.139632 15399 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:05:39.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:39.139992 15399 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:05:39.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:39.140326 15399 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:05:39.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:39.140585 15399 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46639/jwks.json
21:05:39.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:39.179733 15399 master_runner.cc:387] Master server non-default flags:
21:05:39.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:05:39.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.245.84:41781
21:05:39.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:05:39.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:05:39.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-1/data
21:05:39.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-1/wal
21:05:39.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:05:39.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.245.126:39231,127.14.245.125:41449,127.14.245.124:40217
21:05:39.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:05:39.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:05:39.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:05:39.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.245.125:41449
21:05:39.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:05:39.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:05:39.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:05:39.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46639/jwks.json
21:05:39.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:05:39.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:05:39.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-1/data/info.pb
21:05:39.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.245.125
21:05:39.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:05:39.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:05:39.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:05:39.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:05:39.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:05:39.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:05:39.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-1/logs
21:05:39.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:05:39.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:05:39.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:05:39.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:05:39.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:05:39.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:05:39.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:05:39.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on e7f111948823
21:05:39.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16878
21:05:39.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
21:05:39.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:39.181612 15399 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:05:39.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:39.183385 15399 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:05:39.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:39.194432 15408 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
21:05:39.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:39.204833 15397 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 } attempt: 4
21:05:39.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:39.210140 15397 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.245.125:41449: Network error: Client connection negotiation failed: client connection to 127.14.245.125:41449: connect: Connection refused (error 111)
21:05:39.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:39.509588 15397 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 } attempt: 5
21:05:39.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:39.513957 15397 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.245.125:41449: Network error: Client connection negotiation failed: client connection to 127.14.245.125:41449: connect: Connection refused (error 111)
21:05:40.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.061666 15397 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 } attempt: 6
21:05:40.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:40.069671 15397 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.245.125:41449: Network error: Client connection negotiation failed: client connection to 127.14.245.125:41449: connect: Connection refused (error 111)
21:05:40.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:39.195039 15409 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
21:05:40.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:39.199720 15411 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
21:05:40.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:39.201295 15399 server_base.cc:1061] running on GCE node
21:05:40.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.428912 15399 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:05:40.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.432157 15399 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:05:40.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.433604 15399 hybrid_clock.cc:648] HybridClock initialized: now 1783544740433549 us; error 73 us; skew 500 ppm
21:05:40.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.434491 15399 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:05:40.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.440531 15399 webserver.cc:534] Webserver started at http://127.14.245.125:39225/ using document root <none> and password file <none>
21:05:40.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.441488 15399 fs_manager.cc:362] Metadata directory not provided
21:05:40.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.441675 15399 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:05:40.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.442068 15399 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:05:40.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.446424 15399 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-1/data/instance:
21:05:40.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "18befe9e4b1d4f54a008c1ecdf7fd469"
21:05:40.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:40 on dist-test-slave-lz23"
21:05:40.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.447477 15399 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-1/wal/instance:
21:05:40.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "18befe9e4b1d4f54a008c1ecdf7fd469"
21:05:40.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:40 on dist-test-slave-lz23"
21:05:40.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.454689 15399 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.000s
21:05:40.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.460877 15420 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:05:40.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.462143 15399 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.002s
21:05:40.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.462489 15399 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-1/data,/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-1/wal
21:05:40.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "18befe9e4b1d4f54a008c1ecdf7fd469"
21:05:40.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:40 on dist-test-slave-lz23"
21:05:40.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.462805 15399 fs_report.cc:389] FS layout report
21:05:40.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:05:40.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-1/wal
21:05:40.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-1/wal
21:05:40.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-1/data/data
21:05:40.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:05:40.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:05:40.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:05:40.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:05:40.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:05:40.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:05:40.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:05:40.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:05:40.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:05:40.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:05:40.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:05:40.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.521699 15399 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:05:40.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.523361 15399 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:05:40.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.523798 15399 kserver.cc:163] Server-wide thread pool size limit: 3276
21:05:40.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.599131 15399 rpc_server.cc:307] RPC server started. Bound to: 127.14.245.125:41449
21:05:40.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.599210 15472 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.245.125:41449 every 8 connection(s)
21:05:40.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.601979 15399 server_base.cc:1193] Dumped server information to /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-1/data/info.pb
21:05:40.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.605345 15317 external_mini_cluster.cc:1434] Started /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu as pid 15399
21:05:40.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.605832 15317 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-1/wal/instance
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.608777 15317 external_mini_cluster.cc:1372] Running /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-2/wal
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-2/data
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-2/logs
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-2/data/info.pb
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.245.124:40217
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.245.124
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.245.84:41781
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.245.126:39231,127.14.245.125:41449,127.14.245.124:40217
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:05:40.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46639/jwks.json with env {}
21:05:40.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.609365 15473 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:05:40.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.621924 15473 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.245.126" port: 39231 } has no permanent_uuid. Determining permanent_uuid...
21:05:40.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.646824 15473 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 } has no permanent_uuid. Determining permanent_uuid...
21:05:40.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.661235 15473 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } has no permanent_uuid. Determining permanent_uuid...
21:05:40.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:40.664003 15421 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.14.245.124:40217: connect: Connection refused (error 111)
21:05:40.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:40.668326 15473 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.245.124:40217: Network error: Client connection negotiation failed: client connection to 127.14.245.124:40217: connect: Connection refused (error 111)
21:05:40.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.717918 15473 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } attempt: 1
21:05:40.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:40.722507 15473 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.245.124:40217: Network error: Client connection negotiation failed: client connection to 127.14.245.124:40217: connect: Connection refused (error 111)
21:05:40.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.791015 15473 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } attempt: 2
21:05:40.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:40.795622 15473 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.245.124:40217: Network error: Client connection negotiation failed: client connection to 127.14.245.124:40217: connect: Connection refused (error 111)
21:05:40.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:40.887120 15473 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } attempt: 3
21:05:40.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:40.891520 15473 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.245.124:40217: Network error: Client connection negotiation failed: client connection to 127.14.245.124:40217: connect: Connection refused (error 111)
21:05:40.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:40.928962 15475 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:05:40.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:40.929530 15475 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:05:40.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:40.929986 15475 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:05:40.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:40.963598 15475 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:05:40.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:40.963999 15475 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:05:40.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:40.964216 15475 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:05:40.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:40.964426 15475 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:05:40.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:40.964622 15475 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:05:40.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:40.964771 15475 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46639/jwks.json
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:41.002532 15475 master_runner.cc:387] Master server non-default flags:
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.14.245.84:41781
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-2/data
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-2/wal
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.14.245.126:39231,127.14.245.125:41449,127.14.245.124:40217
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.14.245.124:40217
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46639/jwks.json
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-2/data/info.pb
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.14.245.124
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-2/logs
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on e7f111948823
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16878
21:05:41.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
21:05:41.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:41.003958 15475 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:05:41.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:41.005563 15475 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:05:41.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:41.017226 15485 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
21:05:41.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:41.035014 15473 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } attempt: 4
21:05:41.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:41.039222 15473 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.245.124:40217: Network error: Client connection negotiation failed: client connection to 127.14.245.124:40217: connect: Connection refused (error 111)
21:05:41.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:41.130316 15397 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 } attempt: 7
21:05:41.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:41.143100 15397 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } has no permanent_uuid. Determining permanent_uuid...
21:05:41.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:41.150362 15397 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.245.124:40217: Network error: Client connection negotiation failed: client connection to 127.14.245.124:40217: connect: Connection refused (error 111)
21:05:41.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:41.208798 15397 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } attempt: 1
21:05:41.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:41.214745 15397 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.245.124:40217: Network error: Client connection negotiation failed: client connection to 127.14.245.124:40217: connect: Connection refused (error 111)
21:05:41.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:41.296221 15397 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } attempt: 2
21:05:41.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:41.302451 15397 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.245.124:40217: Network error: Client connection negotiation failed: client connection to 127.14.245.124:40217: connect: Connection refused (error 111)
21:05:41.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:41.338862 15473 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } attempt: 5
21:05:41.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:41.345377 15473 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.245.124:40217: Network error: Client connection negotiation failed: client connection to 127.14.245.124:40217: connect: Connection refused (error 111)
21:05:41.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:41.387923 15397 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } attempt: 3
21:05:41.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:41.393911 15397 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.245.124:40217: Network error: Client connection negotiation failed: client connection to 127.14.245.124:40217: connect: Connection refused (error 111)
21:05:41.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:41.534428 15397 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } attempt: 4
21:05:41.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:41.540510 15397 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.245.124:40217: Network error: Client connection negotiation failed: client connection to 127.14.245.124:40217: connect: Connection refused (error 111)
21:05:41.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:41.823964 15397 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } attempt: 5
21:05:41.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:41.830037 15397 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.245.124:40217: Network error: Client connection negotiation failed: client connection to 127.14.245.124:40217: connect: Connection refused (error 111)
21:05:41.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:41.892861 15473 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } attempt: 6
21:05:41.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:41.900270 15473 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.245.124:40217: Network error: Client connection negotiation failed: client connection to 127.14.245.124:40217: connect: Connection refused (error 111)
21:05:42.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:41.021284 15488 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
21:05:42.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:41.017714 15486 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
21:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:42.270651 15487 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Connection time-out
21:05:42.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.270767 15475 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
21:05:42.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.275100 15475 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:05:42.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.278249 15475 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:05:42.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.279692 15475 hybrid_clock.cc:648] HybridClock initialized: now 1783544742279647 us; error 62 us; skew 500 ppm
21:05:42.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.280539 15475 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:05:42.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.287282 15475 webserver.cc:534] Webserver started at http://127.14.245.124:40315/ using document root <none> and password file <none>
21:05:42.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.288254 15475 fs_manager.cc:362] Metadata directory not provided
21:05:42.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.288446 15475 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:05:42.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.288844 15475 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:05:42.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.293119 15475 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-2/data/instance:
21:05:42.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3cc5e5fb49314850ae502c6becbc3db2"
21:05:42.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:42 on dist-test-slave-lz23"
21:05:42.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.294154 15475 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-2/wal/instance:
21:05:42.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3cc5e5fb49314850ae502c6becbc3db2"
21:05:42.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:42 on dist-test-slave-lz23"
21:05:42.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.301538 15475 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.000s	sys 0.008s
21:05:42.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.307372 15499 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:05:42.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.308565 15475 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
21:05:42.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.308853 15475 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-2/data,/tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-2/wal
21:05:42.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3cc5e5fb49314850ae502c6becbc3db2"
21:05:42.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:05:42 on dist-test-slave-lz23"
21:05:42.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.309203 15475 fs_report.cc:389] FS layout report
21:05:42.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:05:42.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-2/wal
21:05:42.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-2/wal
21:05:42.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-2/data/data
21:05:42.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:05:42.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:05:42.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:05:42.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:05:42.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:05:42.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:05:42.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:05:42.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:05:42.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:05:42.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:05:42.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:05:42.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.374759 15475 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:05:42.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.376291 15475 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:05:42.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.376717 15475 kserver.cc:163] Server-wide thread pool size limit: 3276
21:05:42.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.382500 15397 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } attempt: 6
21:05:42.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:42.390038 15397 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.14.245.124:40217: Network error: Client connection negotiation failed: client connection to 127.14.245.124:40217: connect: Connection refused (error 111)
21:05:42.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.450731 15475 rpc_server.cc:307] RPC server started. Bound to: 127.14.245.124:40217
21:05:42.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.450812 15553 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.14.245.124:40217 every 8 connection(s)
21:05:42.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.453552 15475 server_base.cc:1193] Dumped server information to /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-2/data/info.pb
21:05:42.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.459030 15317 external_mini_cluster.cc:1434] Started /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu as pid 15475
21:05:42.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.459520 15317 external_mini_cluster.cc:1448] Reading /tmp/dist-test-task3sb8QH/test-tmp/mini-kudu-cluster14560155600754445754/master-2/wal/instance
21:05:42.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.460186 15554 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:05:42.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.476236 15554 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.245.126" port: 39231 } has no permanent_uuid. Determining permanent_uuid...
21:05:42.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.496495 15554 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 } has no permanent_uuid. Determining permanent_uuid...
21:05:42.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.509436 15554 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } has no permanent_uuid. Determining permanent_uuid...
21:05:42.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.524065 15317 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
21:05:42.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.528143 15554 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2: Bootstrap starting.
21:05:42.535 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:05:42.535 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

21:05:42.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.536171 15554 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2: Neither blocks nor log segments found. Creating new log.
21:05:42.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.538069 15554 log.cc:826] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2: Log is configured to *not* fsync() on all Append() calls
21:05:42.537 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.14.245.126"
      port: 39231
    }
    bound_http_address {
      host: "127.14.245.126"
      port: 40527
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.14.245.125"
      port: 41449
    }
    bound_http_address {
      host: "127.14.245.125"
      port: 39225
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.14.245.124"
      port: 40217
    }
    bound_http_address {
      host: "127.14.245.124"
      port: 40315
    }
  }
}

21:05:42.540 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

21:05:42.540 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:05:42.541 [INFO - Metastore-Handler-Pool: Thread-240] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=3c791dbb-d15f-4557-b460-d1a49348c7bb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.245.124:40217,127.14.245.125:41449,127.14.245.126:39231}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
21:05:42.542 [INFO - Metastore-Handler-Pool: Thread-240] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
21:05:42.542 [INFO - Metastore-Handler-Pool: Thread-240] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
21:05:42.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.542666 15554 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2: No bootstrap required, opened a new log
21:05:42.543 [INFO - Metastore-Handler-Pool: Thread-240] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@452a4e95, with PersistenceManager: null will be shutdown
21:05:42.543 [INFO - Metastore-Handler-Pool: Thread-240] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@452a4e95, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4aa9c12f created in the thread with id: 240
21:05:42.547 [INFO - Metastore-Handler-Pool: Thread-240] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@452a4e95
21:05:42.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.570922 15554 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "00dfefdee81e4eef9a9c138e542e09c1" member_type: VOTER last_known_addr { host: "127.14.245.126" port: 39231 } } peers { permanent_uuid: "18befe9e4b1d4f54a008c1ecdf7fd469" member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 } } peers { permanent_uuid: "3cc5e5fb49314850ae502c6becbc3db2" member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } }
21:05:42.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.571846 15554 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:05:42.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.572154 15554 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3cc5e5fb49314850ae502c6becbc3db2, State: Initialized, Role: FOLLOWER
21:05:42.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.573118 15554 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2 [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: "00dfefdee81e4eef9a9c138e542e09c1" member_type: VOTER last_known_addr { host: "127.14.245.126" port: 39231 } } peers { permanent_uuid: "18befe9e4b1d4f54a008c1ecdf7fd469" member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 } } peers { permanent_uuid: "3cc5e5fb49314850ae502c6becbc3db2" member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } }
21:05:42.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.576213 15563 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2 [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: "00dfefdee81e4eef9a9c138e542e09c1" member_type: VOTER last_known_addr { host: "127.14.245.126" port: 39231 } } peers { permanent_uuid: "18befe9e4b1d4f54a008c1ecdf7fd469" member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 } } peers { permanent_uuid: "3cc5e5fb49314850ae502c6becbc3db2" member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } } }
21:05:42.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.577169 15563 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2 [sys.catalog]: This master's current role is: FOLLOWER
21:05:42.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.578009 15554 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2 [sys.catalog]: configured and running, proceeding with master startup.
21:05:42.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:42.624347 15574 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
21:05:42.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:42.624734 15574 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
21:05:42.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:42.631876 15505 tablet.cc:2406] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2: Can't schedule compaction. Clean time has not been advanced past its initial value.
21:05:42.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.604884 15475 master_runner.cc:187] Error getting master registration for 127.14.245.126:39231: OK, instance_id { permanent_uuid: "00dfefdee81e4eef9a9c138e542e09c1" instance_seqno: 1783544738751050 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
21:05:42.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.640379 15475 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
21:05:42.763 [WARN - Metastore-Handler-Pool: Thread-240] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:05:42.767 [WARN - Metastore-Handler-Pool: Thread-240] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:05:42.767 [WARN - Metastore-Handler-Pool: Thread-240] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:05:42.824 [INFO - Metastore-Handler-Pool: Thread-240] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
21:05:42.829 [INFO - Metastore-Handler-Pool: Thread-240] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive17551597968708949012/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=3c791dbb-d15f-4557-b460-d1a49348c7bb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.14.245.124:40217,127.14.245.125:41449,127.14.245.126:39231}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
21:05:42.832 [INFO - Metastore-Handler-Pool: Thread-240] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive17551597968708949012/external-warehouse/table
21:05:42.919 [DEBUG - Metastore-Handler-Pool: Thread-240] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
21:05:42.921 [DEBUG - Metastore-Handler-Pool: Thread-240] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
21:05:42.924 [DEBUG - Metastore-Handler-Pool: Thread-240] (Connection.java:748) [peer master-127.14.245.124:40217(127.14.245.124:40217)] connecting to peer
21:05:42.926 [DEBUG - Metastore-Handler-Pool: Thread-240] (Connection.java:748) [peer master-127.14.245.125:41449(127.14.245.125:41449)] connecting to peer
21:05:42.928 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.14.245.124:40217(127.14.245.124:40217)] Successfully connected to peer
21:05:42.929 [DEBUG - Metastore-Handler-Pool: Thread-240] (Connection.java:748) [peer master-127.14.245.126:39231(127.14.245.126:39231)] connecting to peer
21:05:42.932 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.14.245.124
21:05:42.937 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.14.245.125:41449(127.14.245.125:41449)] Successfully connected to peer
21:05:42.944 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.14.245.125
21:05:42.945 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.14.245.126:39231(127.14.245.126:39231)] Successfully connected to peer
21:05:42.948 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.14.245.126
21:05:42.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.947651 15563 raft_consensus.cc:493] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
21:05:42.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.948248 15563 raft_consensus.cc:515] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "00dfefdee81e4eef9a9c138e542e09c1" member_type: VOTER last_known_addr { host: "127.14.245.126" port: 39231 } } peers { permanent_uuid: "18befe9e4b1d4f54a008c1ecdf7fd469" member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 } } peers { permanent_uuid: "3cc5e5fb49314850ae502c6becbc3db2" member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } }
21:05:42.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.952888 15563 leader_election.cc:290] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 00dfefdee81e4eef9a9c138e542e09c1 (127.14.245.126:39231), 18befe9e4b1d4f54a008c1ecdf7fd469 (127.14.245.125:41449)
21:05:42.954 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
21:05:42.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:42.960603 15473 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } attempt: 7
21:05:42.968 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
21:05:42.973 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xe7f6da32, L:/127.0.0.1:36998 - R:/127.14.245.125:41449] using SASL/PLAIN
21:05:42.976 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xce409e4a, L:/127.0.0.1:50036 - R:/127.14.245.124:40217] using SASL/PLAIN
21:05:42.981 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.14.245.125:41449: Catalog manager is not initialized. State: Starting
21:05:42.984 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
21:05:42.990 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0xe89da582, L:/127.0.0.1:42664 - R:/127.14.245.126:39231] using SASL/PLAIN
21:05:42.994 [INFO - kudu-nio-2] (ConnectToCluster.java:385) Unable to connect to master 127.14.245.126:39231: Catalog manager is not initialized. State: Starting
21:05:42.997 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.14.245.124:40217,127.14.245.125:41449,127.14.245.126:39231; will retry
21:05:43.015 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.14.245.125:41449: Catalog manager is not initialized. State: Starting
21:05:43.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.020876 15473 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 18befe9e4b1d4f54a008c1ecdf7fd469: Bootstrap starting.
21:05:43.030 [INFO - kudu-nio-2] (ConnectToCluster.java:385) Unable to connect to master 127.14.245.126:39231: Catalog manager is not initialized. State: Starting
21:05:43.031 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.14.245.124:40217,127.14.245.125:41449,127.14.245.126:39231; will retry
21:05:43.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.033676 15473 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 18befe9e4b1d4f54a008c1ecdf7fd469: Neither blocks nor log segments found. Creating new log.
21:05:43.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.048111 15473 log.cc:826] T 00000000000000000000000000000000 P 18befe9e4b1d4f54a008c1ecdf7fd469: Log is configured to *not* fsync() on all Append() calls
21:05:43.050 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.14.245.125:41449: Catalog manager is not initialized. State: Starting
21:05:43.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.060423 15473 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 18befe9e4b1d4f54a008c1ecdf7fd469: No bootstrap required, opened a new log
21:05:43.063 [INFO - kudu-nio-2] (ConnectToCluster.java:385) Unable to connect to master 127.14.245.126:39231: Catalog manager is not initialized. State: Starting
21:05:43.064 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.14.245.124:40217,127.14.245.125:41449,127.14.245.126:39231; will retry
21:05:43.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.090113 15473 raft_consensus.cc:359] T 00000000000000000000000000000000 P 18befe9e4b1d4f54a008c1ecdf7fd469 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "00dfefdee81e4eef9a9c138e542e09c1" member_type: VOTER last_known_addr { host: "127.14.245.126" port: 39231 } } peers { permanent_uuid: "18befe9e4b1d4f54a008c1ecdf7fd469" member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 } } peers { permanent_uuid: "3cc5e5fb49314850ae502c6becbc3db2" member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } }
21:05:43.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.091239 15473 raft_consensus.cc:385] T 00000000000000000000000000000000 P 18befe9e4b1d4f54a008c1ecdf7fd469 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:05:43.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.091710 15473 raft_consensus.cc:740] T 00000000000000000000000000000000 P 18befe9e4b1d4f54a008c1ecdf7fd469 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 18befe9e4b1d4f54a008c1ecdf7fd469, State: Initialized, Role: FOLLOWER
21:05:43.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.092792 15473 consensus_queue.cc:260] T 00000000000000000000000000000000 P 18befe9e4b1d4f54a008c1ecdf7fd469 [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: "00dfefdee81e4eef9a9c138e542e09c1" member_type: VOTER last_known_addr { host: "127.14.245.126" port: 39231 } } peers { permanent_uuid: "18befe9e4b1d4f54a008c1ecdf7fd469" member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 } } peers { permanent_uuid: "3cc5e5fb49314850ae502c6becbc3db2" member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } }
21:05:43.093 [INFO - kudu-nio-2] (ConnectToCluster.java:385) Unable to connect to master 127.14.245.126:39231: Catalog manager is not initialized. State: Starting
21:05:43.094 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.14.245.125:41449: Catalog manager is not initialized. State: Starting
21:05:43.095 [WARN - kudu-nio-0] (ConnectToCluster.java:305) Unable to find the leader master 127.14.245.124:40217,127.14.245.125:41449,127.14.245.126:39231; will retry
21:05:43.113 [INFO - kudu-nio-2] (ConnectToCluster.java:385) Unable to connect to master 127.14.245.126:39231: Catalog manager is not initialized. State: Starting
21:05:43.114 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.14.245.125:41449: Catalog manager is not initialized. State: Starting
21:05:43.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.113795 15588 sys_catalog.cc:455] T 00000000000000000000000000000000 P 18befe9e4b1d4f54a008c1ecdf7fd469 [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: "00dfefdee81e4eef9a9c138e542e09c1" member_type: VOTER last_known_addr { host: "127.14.245.126" port: 39231 } } peers { permanent_uuid: "18befe9e4b1d4f54a008c1ecdf7fd469" member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 } } peers { permanent_uuid: "3cc5e5fb49314850ae502c6becbc3db2" member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } } }
21:05:43.114 [WARN - kudu-nio-1] (ConnectToCluster.java:305) Unable to find the leader master 127.14.245.124:40217,127.14.245.125:41449,127.14.245.126:39231; will retry
21:05:43.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.114732 15588 sys_catalog.cc:458] T 00000000000000000000000000000000 P 18befe9e4b1d4f54a008c1ecdf7fd469 [sys.catalog]: This master's current role is: FOLLOWER
21:05:43.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.116007 15473 sys_catalog.cc:565] T 00000000000000000000000000000000 P 18befe9e4b1d4f54a008c1ecdf7fd469 [sys.catalog]: configured and running, proceeding with master startup.
21:05:43.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.116215 15448 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3cc5e5fb49314850ae502c6becbc3db2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "18befe9e4b1d4f54a008c1ecdf7fd469" is_pre_election: true
21:05:43.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.117306 15448 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 18befe9e4b1d4f54a008c1ecdf7fd469 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3cc5e5fb49314850ae502c6becbc3db2 in term 0.
21:05:43.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.118903 15501 leader_election.cc:304] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2 [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: 18befe9e4b1d4f54a008c1ecdf7fd469, 3cc5e5fb49314850ae502c6becbc3db2; no voters: 
21:05:43.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.119810 15563 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2 [term 0 FOLLOWER]: Leader pre-election won for term 1
21:05:43.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.120288 15563 raft_consensus.cc:493] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
21:05:43.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.120658 15563 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2 [term 0 FOLLOWER]: Advancing to term 1
21:05:43.132 [INFO - kudu-nio-2] (ConnectToCluster.java:385) Unable to connect to master 127.14.245.126:39231: Catalog manager is not initialized. State: Starting
21:05:43.134 [INFO - kudu-nio-1] (ConnectToCluster.java:385) Unable to connect to master 127.14.245.125:41449: Catalog manager is not initialized. State: Starting
21:05:43.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.136013 15563 raft_consensus.cc:515] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "00dfefdee81e4eef9a9c138e542e09c1" member_type: VOTER last_known_addr { host: "127.14.245.126" port: 39231 } } peers { permanent_uuid: "18befe9e4b1d4f54a008c1ecdf7fd469" member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 } } peers { permanent_uuid: "3cc5e5fb49314850ae502c6becbc3db2" member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } }
21:05:43.151 [WARN - kudu-nio-0] (ConnectToCluster.java:305) Unable to find the leader master 127.14.245.124:40217,127.14.245.125:41449,127.14.245.126:39231; will retry
21:05:43.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.154143 15563 leader_election.cc:290] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2 [CANDIDATE]: Term 1 election: Requested vote from peers 00dfefdee81e4eef9a9c138e542e09c1 (127.14.245.126:39231), 18befe9e4b1d4f54a008c1ecdf7fd469 (127.14.245.125:41449)
21:05:43.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.155211 15448 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3cc5e5fb49314850ae502c6becbc3db2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "18befe9e4b1d4f54a008c1ecdf7fd469"
21:05:43.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.155820 15448 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 18befe9e4b1d4f54a008c1ecdf7fd469 [term 0 FOLLOWER]: Advancing to term 1
21:05:43.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.165802 15448 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 18befe9e4b1d4f54a008c1ecdf7fd469 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3cc5e5fb49314850ae502c6becbc3db2 in term 1.
21:05:43.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.167248 15501 leader_election.cc:304] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2 [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: 18befe9e4b1d4f54a008c1ecdf7fd469, 3cc5e5fb49314850ae502c6becbc3db2; no voters: 
21:05:43.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.168467 15563 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2 [term 1 FOLLOWER]: Leader election won for term 1
21:05:43.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.172640 15563 raft_consensus.cc:697] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2 [term 1 LEADER]: Becoming Leader. State: Replica: 3cc5e5fb49314850ae502c6becbc3db2, State: Running, Role: LEADER
21:05:43.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.173924 15563 consensus_queue.cc:237] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2 [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: "00dfefdee81e4eef9a9c138e542e09c1" member_type: VOTER last_known_addr { host: "127.14.245.126" port: 39231 } } peers { permanent_uuid: "18befe9e4b1d4f54a008c1ecdf7fd469" member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 } } peers { permanent_uuid: "3cc5e5fb49314850ae502c6becbc3db2" member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } }
21:05:43.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.190599 15597 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3cc5e5fb49314850ae502c6becbc3db2. Latest consensus state: current_term: 1 leader_uuid: "3cc5e5fb49314850ae502c6becbc3db2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "00dfefdee81e4eef9a9c138e542e09c1" member_type: VOTER last_known_addr { host: "127.14.245.126" port: 39231 } } peers { permanent_uuid: "18befe9e4b1d4f54a008c1ecdf7fd469" member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 } } peers { permanent_uuid: "3cc5e5fb49314850ae502c6becbc3db2" member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } } }
21:05:43.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.191910 15597 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2 [sys.catalog]: This master's current role is: LEADER
21:05:43.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.197090 15602 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
21:05:43.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:43.210547 15601 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 18befe9e4b1d4f54a008c1ecdf7fd469: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
21:05:43.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:43.211186 15601 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
21:05:43.214 [INFO - kudu-nio-2] (ConnectToCluster.java:385) Unable to connect to master 127.14.245.126:39231: Catalog manager is not initialized. State: Starting
21:05:43.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.216722 15602 catalog_manager.cc:1519] Initializing Kudu cluster ID...
21:05:43.219 [WARN - kudu-nio-0] (ConnectToCluster.java:305) Unable to find the leader master 127.14.245.124:40217,127.14.245.125:41449,127.14.245.126:39231; will retry
21:05:43.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.195439 15399 master_runner.cc:187] Error getting master registration for 127.14.245.126:39231: OK, instance_id { permanent_uuid: "00dfefdee81e4eef9a9c138e542e09c1" instance_seqno: 1783544738751050 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
21:05:43.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.245781 15399 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
21:05:43.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.265283 15448 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 18befe9e4b1d4f54a008c1ecdf7fd469 [term 1 FOLLOWER]: Refusing update from remote peer 3cc5e5fb49314850ae502c6becbc3db2: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
21:05:43.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.266954 15563 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "18befe9e4b1d4f54a008c1ecdf7fd469" member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
21:05:43.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:05:43.281698 15426 tablet.cc:2406] T 00000000000000000000000000000000 P 18befe9e4b1d4f54a008c1ecdf7fd469: Can't schedule compaction. Clean time has not been advanced past its initial value.
21:05:43.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.287039 15588 sys_catalog.cc:455] T 00000000000000000000000000000000 P 18befe9e4b1d4f54a008c1ecdf7fd469 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3cc5e5fb49314850ae502c6becbc3db2. Latest consensus state: current_term: 1 leader_uuid: "3cc5e5fb49314850ae502c6becbc3db2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "00dfefdee81e4eef9a9c138e542e09c1" member_type: VOTER last_known_addr { host: "127.14.245.126" port: 39231 } } peers { permanent_uuid: "18befe9e4b1d4f54a008c1ecdf7fd469" member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 } } peers { permanent_uuid: "3cc5e5fb49314850ae502c6becbc3db2" member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } } }
21:05:43.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.288064 15588 sys_catalog.cc:458] T 00000000000000000000000000000000 P 18befe9e4b1d4f54a008c1ecdf7fd469 [sys.catalog]: This master's current role is: FOLLOWER
21:05:43.301 [INFO - kudu-nio-2] (ConnectToCluster.java:385) Unable to connect to master 127.14.245.126:39231: Catalog manager is not initialized. State: Starting
21:05:43.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.318043 15588 sys_catalog.cc:455] T 00000000000000000000000000000000 P 18befe9e4b1d4f54a008c1ecdf7fd469 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "3cc5e5fb49314850ae502c6becbc3db2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "00dfefdee81e4eef9a9c138e542e09c1" member_type: VOTER last_known_addr { host: "127.14.245.126" port: 39231 } } peers { permanent_uuid: "18befe9e4b1d4f54a008c1ecdf7fd469" member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 } } peers { permanent_uuid: "3cc5e5fb49314850ae502c6becbc3db2" member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } } }
21:05:43.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.319096 15588 sys_catalog.cc:458] T 00000000000000000000000000000000 P 18befe9e4b1d4f54a008c1ecdf7fd469 [sys.catalog]: This master's current role is: FOLLOWER
21:05:43.325 [WARN - kudu-nio-0] (ConnectToCluster.java:305) Unable to find the leader master 127.14.245.124:40217,127.14.245.125:41449,127.14.245.126:39231; will retry
21:05:43.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.324386 15563 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "3cc5e5fb49314850ae502c6becbc3db2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "00dfefdee81e4eef9a9c138e542e09c1" member_type: VOTER last_known_addr { host: "127.14.245.126" port: 39231 } } peers { permanent_uuid: "18befe9e4b1d4f54a008c1ecdf7fd469" member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 } } peers { permanent_uuid: "3cc5e5fb49314850ae502c6becbc3db2" member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } } }
21:05:43.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.325161 15563 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2 [sys.catalog]: This master's current role is: LEADER
21:05:43.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.329681 15602 catalog_manager.cc:1382] Generated new cluster ID: 72abe06a0bd34440aa0109d402bd5e57
21:05:43.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.330041 15602 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
21:05:43.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.364722 15602 catalog_manager.cc:1405] Generated new certificate authority record
21:05:43.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.367044 15602 catalog_manager.cc:1539] Loading token signing keys...
21:05:43.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.423494 15397 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } attempt: 7
21:05:43.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.428665 15602 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2: Generated new TSK 0
21:05:43.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.429951 15602 catalog_manager.cc:1549] Initializing in-progress tserver states...
21:05:43.470 [INFO - kudu-nio-2] (ConnectToCluster.java:385) Unable to connect to master 127.14.245.126:39231: Catalog manager is not initialized. State: Starting
21:05:43.479 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
21:05:43.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.485688 15397 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 00dfefdee81e4eef9a9c138e542e09c1: Bootstrap starting.
21:05:43.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.500645 15397 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 00dfefdee81e4eef9a9c138e542e09c1: Neither blocks nor log segments found. Creating new log.
21:05:43.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.506597 15397 log.cc:826] T 00000000000000000000000000000000 P 00dfefdee81e4eef9a9c138e542e09c1: Log is configured to *not* fsync() on all Append() calls
21:05:43.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.528514 15397 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 00dfefdee81e4eef9a9c138e542e09c1: No bootstrap required, opened a new log
21:05:43.560 [INFO - Metastore-Handler-Pool: Thread-240] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:05:43.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.583214 15397 raft_consensus.cc:359] T 00000000000000000000000000000000 P 00dfefdee81e4eef9a9c138e542e09c1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "00dfefdee81e4eef9a9c138e542e09c1" member_type: VOTER last_known_addr { host: "127.14.245.126" port: 39231 } } peers { permanent_uuid: "18befe9e4b1d4f54a008c1ecdf7fd469" member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 } } peers { permanent_uuid: "3cc5e5fb49314850ae502c6becbc3db2" member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } }
21:05:43.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.584427 15397 raft_consensus.cc:385] T 00000000000000000000000000000000 P 00dfefdee81e4eef9a9c138e542e09c1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:05:43.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.588714 15397 raft_consensus.cc:740] T 00000000000000000000000000000000 P 00dfefdee81e4eef9a9c138e542e09c1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 00dfefdee81e4eef9a9c138e542e09c1, State: Initialized, Role: FOLLOWER
21:05:43.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.590270 15397 consensus_queue.cc:260] T 00000000000000000000000000000000 P 00dfefdee81e4eef9a9c138e542e09c1 [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: "00dfefdee81e4eef9a9c138e542e09c1" member_type: VOTER last_known_addr { host: "127.14.245.126" port: 39231 } } peers { permanent_uuid: "18befe9e4b1d4f54a008c1ecdf7fd469" member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 } } peers { permanent_uuid: "3cc5e5fb49314850ae502c6becbc3db2" member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } }
21:05:43.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.601440 15611 sys_catalog.cc:455] T 00000000000000000000000000000000 P 00dfefdee81e4eef9a9c138e542e09c1 [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: "00dfefdee81e4eef9a9c138e542e09c1" member_type: VOTER last_known_addr { host: "127.14.245.126" port: 39231 } } peers { permanent_uuid: "18befe9e4b1d4f54a008c1ecdf7fd469" member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 } } peers { permanent_uuid: "3cc5e5fb49314850ae502c6becbc3db2" member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } } }
21:05:43.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.616044 15611 sys_catalog.cc:458] T 00000000000000000000000000000000 P 00dfefdee81e4eef9a9c138e542e09c1 [sys.catalog]: This master's current role is: FOLLOWER
21:05:43.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.605204 15372 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3cc5e5fb49314850ae502c6becbc3db2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "00dfefdee81e4eef9a9c138e542e09c1" is_pre_election: true
21:05:43.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.605674 15370 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 00dfefdee81e4eef9a9c138e542e09c1 [term 0 FOLLOWER]: Advancing to term 1
21:05:43.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.606154 15371 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3cc5e5fb49314850ae502c6becbc3db2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "00dfefdee81e4eef9a9c138e542e09c1"
21:05:43.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.605026 15397 sys_catalog.cc:565] T 00000000000000000000000000000000 P 00dfefdee81e4eef9a9c138e542e09c1 [sys.catalog]: configured and running, proceeding with master startup.
21:05:43.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.625892 15370 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 00dfefdee81e4eef9a9c138e542e09c1 [term 1 FOLLOWER]: Refusing update from remote peer 3cc5e5fb49314850ae502c6becbc3db2: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
21:05:43.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.627863 15563 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "00dfefdee81e4eef9a9c138e542e09c1" member_type: VOTER last_known_addr { host: "127.14.245.126" port: 39231 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
21:05:43.639 [INFO - Metastore-Handler-Pool: Thread-240] (HMSHandler.java:3711) Skipping translation for processor with null
21:05:43.641 [INFO - Metastore-Handler-Pool: Thread-240] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:05:43.649 [INFO - Metastore-Handler-Pool: Thread-240] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:05:43.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.756646 15621 sys_catalog.cc:455] T 00000000000000000000000000000000 P 00dfefdee81e4eef9a9c138e542e09c1 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "3cc5e5fb49314850ae502c6becbc3db2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "00dfefdee81e4eef9a9c138e542e09c1" member_type: VOTER last_known_addr { host: "127.14.245.126" port: 39231 } } peers { permanent_uuid: "18befe9e4b1d4f54a008c1ecdf7fd469" member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 } } peers { permanent_uuid: "3cc5e5fb49314850ae502c6becbc3db2" member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } } }
21:05:43.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.757474 15621 sys_catalog.cc:458] T 00000000000000000000000000000000 P 00dfefdee81e4eef9a9c138e542e09c1 [sys.catalog]: This master's current role is: FOLLOWER
21:05:43.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.757895 15611 sys_catalog.cc:455] T 00000000000000000000000000000000 P 00dfefdee81e4eef9a9c138e542e09c1 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3cc5e5fb49314850ae502c6becbc3db2. Latest consensus state: current_term: 1 leader_uuid: "3cc5e5fb49314850ae502c6becbc3db2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "00dfefdee81e4eef9a9c138e542e09c1" member_type: VOTER last_known_addr { host: "127.14.245.126" port: 39231 } } peers { permanent_uuid: "18befe9e4b1d4f54a008c1ecdf7fd469" member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 } } peers { permanent_uuid: "3cc5e5fb49314850ae502c6becbc3db2" member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } } }
21:05:43.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.758689 15611 sys_catalog.cc:458] T 00000000000000000000000000000000 P 00dfefdee81e4eef9a9c138e542e09c1 [sys.catalog]: This master's current role is: FOLLOWER
21:05:43.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:43.802757 15629 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
21:05:43.820 [INFO - Metastore-Handler-Pool: Thread-240] (MetaStoreServerUtils.java:473) Updating table stats for table
21:05:43.820 [INFO - Metastore-Handler-Pool: Thread-240] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:05:44.018 [INFO - Metastore-Handler-Pool: Thread-240] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:05:44.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:44.041993 15563 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "3cc5e5fb49314850ae502c6becbc3db2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "00dfefdee81e4eef9a9c138e542e09c1" member_type: VOTER last_known_addr { host: "127.14.245.126" port: 39231 } } peers { permanent_uuid: "18befe9e4b1d4f54a008c1ecdf7fd469" member_type: VOTER last_known_addr { host: "127.14.245.125" port: 41449 } } peers { permanent_uuid: "3cc5e5fb49314850ae502c6becbc3db2" member_type: VOTER last_known_addr { host: "127.14.245.124" port: 40217 } } }
21:05:44.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:44.042845 15563 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3cc5e5fb49314850ae502c6becbc3db2 [sys.catalog]: This master's current role is: LEADER
21:05:44.072 [INFO - Metastore-Handler-Pool: Thread-240] (HMSHandler.java:3711) Skipping translation for processor with null
21:05:44.084 [INFO - Metastore-Handler-Pool: Thread-240] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
21:05:44.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:44.217221 15601 catalog_manager.cc:1294] Loaded cluster ID: 72abe06a0bd34440aa0109d402bd5e57
21:05:44.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:44.217896 15601 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 18befe9e4b1d4f54a008c1ecdf7fd469: loading cluster ID for follower catalog manager: success
21:05:44.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:44.231357 15601 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 18befe9e4b1d4f54a008c1ecdf7fd469: acquiring CA information for follower catalog manager: success
21:05:44.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:44.252840 15601 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 18befe9e4b1d4f54a008c1ecdf7fd469: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
21:05:44.277 [WARN - Metastore-Handler-Pool: Thread-240] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:05:44.440 [WARN - Metastore-Handler-Pool: Thread-240] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:05:44.512 [WARN - Metastore-Handler-Pool: Thread-240] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:05:44.630 [INFO - Metastore-Handler-Pool: Thread-240] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
21:05:44.631 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
21:05:44.632 [INFO - Metastore-Handler-Pool: Thread-240] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
21:05:44.632 [INFO - Metastore-Handler-Pool: Thread-240] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@452a4e95, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4aa9c12f will be shutdown
21:05:44.632 [INFO - Metastore-Handler-Pool: Thread-240] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
21:05:44.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:44.632174 15317 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu with pid 15329
21:05:44.686 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.14.245.126:39231(127.14.245.126:39231)] handling channelInactive
21:05:44.686 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.14.245.126:39231(127.14.245.126:39231)] cleaning up while in state READY due to: connection closed
21:05:44.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:44.697161 15317 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu with pid 15399
21:05:44.736 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.14.245.125:41449(127.14.245.125:41449)] handling channelInactive
21:05:44.737 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.14.245.125:41449(127.14.245.125:41449)] cleaning up while in state READY due to: connection closed
21:05:44.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:05:44.747818 15317 external_mini_cluster.cc:1664] Killing /tmp/dist-test-task3sb8QH/build/tsan/bin/kudu with pid 15475
21:05:44.787 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.14.245.124:40217(127.14.245.124:40217)] handling channelInactive
21:05:44.787 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.14.245.124:40217(127.14.245.124:40217)] cleaning up while in state READY due to: connection closed
21:05:45.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:05:45Z chronyd exiting

Time: 85.539

OK (6 tests)

