JUnit version 4.13.2
.02:11:57.291 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:11:57.297 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:11:57.298 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:11:57.401 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive13340684120756263364
02:11:57.540 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:11:57.551 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:11:57.777 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:11:57.803 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:11:57.803 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
02:11:57.830 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
02:11:57.842 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:11:57.858 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
02:11:58.598 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:11:58.602 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
02:11:58.623 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:11:58.625 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:11:58.637 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:11:58.638 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:11:58.829 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:11:58.830 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:11:58.831 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:11:59.286 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:11:59.287 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3e81c941, with PersistenceManager: null will be shutdown
02:11:59.313 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3e81c941, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2f2107b3 created in the thread with id: 13
02:11:59.374 [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
02:11:59.569 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:59.570 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:59.571 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:59.572 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:59.573 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:11:59.573 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:12:00.144 [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
02:12:00.145 [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.231
02:12:00.145 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3e81c941
02:12:00.432 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
02:12:00.476 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
02:12:00.524 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
02:12:00.527 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
02:12:00.600 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:12:00.605 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:12:00.862 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:12:00.868 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
02:12:00.880 [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)
02:12:00.882 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [34907]...
02:12:00.882 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:12:00.882 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:12:00.883 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
02:12:00.883 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
02:12:01.423 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:12:01.424 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:12:01.425 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:12:01.438 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:12:01.438 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:34907]
02:12:01.439 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:34907) in binary transport mode
02:12:01.455 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:34907) current connections: 1
02:12:01.519 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
02:12:01.622 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskV48nXE/test-tmp
02:12:01.625 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
02:12:01.628 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskV48nXE/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
02:12:01.663 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:34907"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

02:12:02.045 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:12:02.053 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

02:12:02.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:02.056941 16130 mini_oidc.cc:150] Starting JWKS server
02:12:02.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:02.060694 16130 webserver.cc:533] Webserver started at http://127.0.0.1:44825/ using document root <none> and password file <none>
02:12:02.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:02.061218 16130 mini_oidc.cc:186] Starting OIDC Discovery server
02:12:02.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:02.063421 16130 webserver.cc:533] Webserver started at http://127.0.0.1:43585/ using document root <none> and password file <none>
02:12:02.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:12:02Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:12:02.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:12:02Z Disabled control of system clock
02:12:02.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:02.121274 16130 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:12:02.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:12:02.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-0/wal
02:12:02.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-0/data
02:12:02.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:12:02.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:12:02.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:12:02.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:12:02.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:12:02.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:12:02.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-0/logs
02:12:02.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-0/data/info.pb
02:12:02.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:12:02.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:12:02.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:12:02.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:12:02.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:12:02.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:12:02.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:12:02.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:12:02.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:12:02.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:12:02.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:12:02.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:12:02.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.192.190:38553
02:12:02.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.192.190
02:12:02.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:12:02.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.192.148:35041
02:12:02.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:12:02.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:12:02.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:12:02.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:12:02.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.192.190:38553,127.15.192.189:46739,127.15.192.188:34391
02:12:02.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:12:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44825/jwks.json
02:12:02.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34907 with env {}
02:12:02.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:02.461534 16142 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:12:02.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:02.462091 16142 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:12:02.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:02.462589 16142 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:12:02.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:02.495203 16142 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:12:02.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:02.495493 16142 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:12:02.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:02.495741 16142 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:12:02.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:02.496050 16142 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:12:02.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:02.496368 16142 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:12:02.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:02.496544 16142 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44825/jwks.json
02:12:02.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:02.533398 16142 master_runner.cc:387] Master server non-default flags:
02:12:02.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:12:02.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.192.148:35041
02:12:02.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:12:02.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:12:02.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-0/data
02:12:02.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-0/wal
02:12:02.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34907
02:12:02.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:12:02.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.192.190:38553,127.15.192.189:46739,127.15.192.188:34391
02:12:02.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:12:02.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:12:02.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:12:02.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.192.190:38553
02:12:02.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:12:02.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:12:02.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:12:02.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44825/jwks.json
02:12:02.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:12:02.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:12:02.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-0/data/info.pb
02:12:02.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.192.190
02:12:02.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:12:02.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:12:02.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:12:02.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:12:02.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:12:02.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:12:02.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-0/logs
02:12:02.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:12:02.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:12:02.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:12:02.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:12:02.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:12:02.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:12:02.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:12:02.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:34 UTC on e7f111948823
02:12:02.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12767
02:12:02.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:12:02.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:02.534713 16142 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:12:02.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:02.536420 16142 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:12:02.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:02.547506 16148 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
02:12:04.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:03.950011 16147 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 16142
02:12:04.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:04.099702 16147 kernel_stack_watchdog.cc:198] Thread 16142 stuck at /home/jenkins-slave/workspace/build_and_test_flaky@2/src/kudu/util/thread.cc:642 for 400ms:
02:12:04.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
02:12:04.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
02:12:04.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
02:12:04.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
02:12:04.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:04.100029 16142 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.553s	user 0.539s	sys 1.013s
02:12:04.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:04.100400 16142 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.553s	user 0.539s	sys 1.013s
02:12:04.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:02.547837 16149 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
02:12:04.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:04.102123 16151 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
02:12:04.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:04.105934 16150 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1554 milliseconds
02:12:04.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.105994 16142 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
02:12:04.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.107332 16142 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:12:04.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.109707 16142 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:12:04.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.111038 16142 hybrid_clock.cc:648] HybridClock initialized: now 1783476724110986 us; error 52 us; skew 500 ppm
02:12:04.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.111896 16142 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:12:04.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.117702 16142 webserver.cc:533] Webserver started at http://127.15.192.190:40315/ using document root <none> and password file <none>
02:12:04.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.118656 16142 fs_manager.cc:362] Metadata directory not provided
02:12:04.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.118906 16142 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:12:04.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.119451 16142 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:12:04.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.123759 16142 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-0/data/instance:
02:12:04.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dd63daae933245c9ba016b5758bf09c6"
02:12:04.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:04 on dist-test-slave-j8pn"
02:12:04.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.125044 16142 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-0/wal/instance:
02:12:04.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dd63daae933245c9ba016b5758bf09c6"
02:12:04.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:04 on dist-test-slave-j8pn"
02:12:04.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.132069 16142 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.004s	sys 0.004s
02:12:04.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.137774 16158 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:12:04.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.138890 16142 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.001s	sys 0.001s
02:12:04.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.139248 16142 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-0/data,/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-0/wal
02:12:04.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dd63daae933245c9ba016b5758bf09c6"
02:12:04.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:04 on dist-test-slave-j8pn"
02:12:04.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.139635 16142 fs_report.cc:389] FS layout report
02:12:04.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:12:04.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-0/wal
02:12:04.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-0/wal
02:12:04.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-0/data/data
02:12:04.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:12:04.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:12:04.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:12:04.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:12:04.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:12:04.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:12:04.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:12:04.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:12:04.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:12:04.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:12:04.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:12:04.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.195909 16142 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:12:04.198 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.198254 16142 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:12:04.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.198863 16142 kserver.cc:163] Server-wide thread pool size limit: 3276
02:12:04.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.273960 16142 rpc_server.cc:307] RPC server started. Bound to: 127.15.192.190:38553
02:12:04.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.274041 16209 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.192.190:38553 every 8 connection(s)
02:12:04.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.276895 16142 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-0/data/info.pb
02:12:04.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.281862 16130 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu as pid 16142
02:12:04.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.282356 16130 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-0/wal/instance
02:12:04.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.283911 16210 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:12:04.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.287221 16130 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:12:04.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:12:04.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-1/wal
02:12:04.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-1/data
02:12:04.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:12:04.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:12:04.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:12:04.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:12:04.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:12:04.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:12:04.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-1/logs
02:12:04.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-1/data/info.pb
02:12:04.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:12:04.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:12:04.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:12:04.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:12:04.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:12:04.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:12:04.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:12:04.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:12:04.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:12:04.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:12:04.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:12:04.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:12:04.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.192.189:46739
02:12:04.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.192.189
02:12:04.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:12:04.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.192.148:35041
02:12:04.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:12:04.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:12:04.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:12:04.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:12:04.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.192.190:38553,127.15.192.189:46739,127.15.192.188:34391
02:12:04.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:12:04.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44825/jwks.json
02:12:04.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34907 with env {}
02:12:04.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.297008 16210 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.192.190" port: 38553 } has no permanent_uuid. Determining permanent_uuid...
02:12:04.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.328001 16210 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 } has no permanent_uuid. Determining permanent_uuid...
02:12:04.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:04.330327 16160 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.15.192.189:46739: connect: Connection refused (error 111)
02:12:04.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:04.334352 16210 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.192.189:46739: Network error: Client connection negotiation failed: client connection to 127.15.192.189:46739: connect: Connection refused (error 111)
02:12:04.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.384033 16210 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 } attempt: 1
02:12:04.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:04.388511 16210 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.192.189:46739: Network error: Client connection negotiation failed: client connection to 127.15.192.189:46739: connect: Connection refused (error 111)
02:12:04.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.456967 16210 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 } attempt: 2
02:12:04.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:04.461342 16210 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.192.189:46739: Network error: Client connection negotiation failed: client connection to 127.15.192.189:46739: connect: Connection refused (error 111)
02:12:04.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.552700 16210 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 } attempt: 3
02:12:04.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:04.557495 16210 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.192.189:46739: Network error: Client connection negotiation failed: client connection to 127.15.192.189:46739: connect: Connection refused (error 111)
02:12:04.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:04.589126 16211 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:12:04.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:04.589788 16211 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:12:04.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:04.590484 16211 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:12:04.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:04.622351 16211 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:12:04.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:04.622728 16211 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:12:04.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:04.623083 16211 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:12:04.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:04.623420 16211 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:12:04.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:04.623801 16211 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:12:04.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:04.624030 16211 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44825/jwks.json
02:12:04.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.660480 16211 master_runner.cc:387] Master server non-default flags:
02:12:04.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:12:04.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.192.148:35041
02:12:04.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:12:04.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:12:04.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-1/data
02:12:04.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-1/wal
02:12:04.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34907
02:12:04.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:12:04.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.192.190:38553,127.15.192.189:46739,127.15.192.188:34391
02:12:04.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:12:04.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:12:04.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:12:04.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.192.189:46739
02:12:04.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:12:04.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:12:04.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:12:04.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44825/jwks.json
02:12:04.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:12:04.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:12:04.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-1/data/info.pb
02:12:04.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.192.189
02:12:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:12:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:12:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:12:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:12:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:12:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:12:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-1/logs
02:12:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:12:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:12:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:12:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:12:04.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:12:04.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:12:04.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:12:04.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:34 UTC on e7f111948823
02:12:04.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12767
02:12:04.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:12:04.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.662032 16211 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:12:04.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.664044 16211 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:12:04.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:04.675179 16220 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
02:12:04.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:04.700909 16210 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 } attempt: 4
02:12:04.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:04.707796 16210 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.192.189:46739: Network error: Client connection negotiation failed: client connection to 127.15.192.189:46739: connect: Connection refused (error 111)
02:12:05.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:05.007243 16210 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 } attempt: 5
02:12:05.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:05.014154 16210 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.192.189:46739: Network error: Client connection negotiation failed: client connection to 127.15.192.189:46739: connect: Connection refused (error 111)
02:12:05.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:05.561636 16210 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 } attempt: 6
02:12:05.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:05.590291 16210 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.192.189:46739: Network error: Client connection negotiation failed: client connection to 127.15.192.189:46739: connect: Connection refused (error 111)
02:12:06.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:06.077913 16219 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 16211
02:12:06.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:06.218443 16219 kernel_stack_watchdog.cc:198] Thread 16211 stuck at /home/jenkins-slave/workspace/build_and_test_flaky@2/src/kudu/util/thread.cc:642 for 400ms:
02:12:06.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Kernel stack:
02:12:06.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) (could not read kernel stack)
02:12:06.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) User stack:
02:12:06.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) <Timed out: thread did not respond: maybe it is blocking signals>
02:12:06.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:04.675671 16221 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
02:12:06.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:06.219782 16211 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.545s	user 0.614s	sys 0.931s
02:12:06.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:06.220449 16211 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.546s	user 0.614s	sys 0.931s
02:12:06.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:06.222013 16223 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
02:12:06.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:06.223943 16222 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1543 milliseconds
02:12:06.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.223973 16211 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
02:12:06.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.225278 16211 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:12:06.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.227638 16211 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:12:06.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.228997 16211 hybrid_clock.cc:648] HybridClock initialized: now 1783476726228961 us; error 48 us; skew 500 ppm
02:12:06.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.229801 16211 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:12:06.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.236301 16211 webserver.cc:533] Webserver started at http://127.15.192.189:41601/ using document root <none> and password file <none>
02:12:06.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.237206 16211 fs_manager.cc:362] Metadata directory not provided
02:12:06.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.237408 16211 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:12:06.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.237809 16211 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:12:06.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.241974 16211 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-1/data/instance:
02:12:06.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2aeecdaf01a5436e8fbe9a15573ff9bd"
02:12:06.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:06 on dist-test-slave-j8pn"
02:12:06.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.243077 16211 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-1/wal/instance:
02:12:06.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2aeecdaf01a5436e8fbe9a15573ff9bd"
02:12:06.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:06 on dist-test-slave-j8pn"
02:12:06.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.249964 16211 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.000s
02:12:06.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.255693 16232 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:12:06.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.256763 16211 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.002s
02:12:06.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.257052 16211 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-1/data,/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-1/wal
02:12:06.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2aeecdaf01a5436e8fbe9a15573ff9bd"
02:12:06.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:06 on dist-test-slave-j8pn"
02:12:06.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.257354 16211 fs_report.cc:389] FS layout report
02:12:06.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:12:06.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-1/wal
02:12:06.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-1/wal
02:12:06.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-1/data/data
02:12:06.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:12:06.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:12:06.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:12:06.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:12:06.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:12:06.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:12:06.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:12:06.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:12:06.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:12:06.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:12:06.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:12:06.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.318739 16211 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:12:06.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.320359 16211 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:12:06.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.320935 16211 kserver.cc:163] Server-wide thread pool size limit: 3276
02:12:06.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.389633 16211 rpc_server.cc:307] RPC server started. Bound to: 127.15.192.189:46739
02:12:06.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.389760 16283 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.192.189:46739 every 8 connection(s)
02:12:06.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.392534 16211 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-1/data/info.pb
02:12:06.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.395145 16130 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu as pid 16211
02:12:06.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.395530 16130 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-1/wal/instance
02:12:06.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.397598 16130 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:12:06.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:12:06.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-2/wal
02:12:06.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-2/data
02:12:06.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:12:06.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:12:06.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:12:06.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:12:06.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:12:06.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:12:06.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-2/logs
02:12:06.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-2/data/info.pb
02:12:06.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:12:06.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:12:06.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:12:06.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:12:06.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:12:06.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:12:06.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:12:06.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:12:06.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:12:06.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:12:06.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:12:06.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:12:06.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.192.188:34391
02:12:06.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.192.188
02:12:06.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:12:06.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.192.148:35041
02:12:06.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:12:06.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:12:06.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:12:06.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:12:06.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.192.190:38553,127.15.192.189:46739,127.15.192.188:34391
02:12:06.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:12:06.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44825/jwks.json
02:12:06.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34907 with env {}
02:12:06.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.400833 16284 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:12:06.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.415871 16284 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.192.190" port: 38553 } has no permanent_uuid. Determining permanent_uuid...
02:12:06.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.440644 16284 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 } has no permanent_uuid. Determining permanent_uuid...
02:12:06.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.455219 16284 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } has no permanent_uuid. Determining permanent_uuid...
02:12:06.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:06.457746 16234 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.15.192.188:34391: connect: Connection refused (error 111)
02:12:06.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:06.461671 16284 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.192.188:34391: Network error: Client connection negotiation failed: client connection to 127.15.192.188:34391: connect: Connection refused (error 111)
02:12:06.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.511154 16284 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } attempt: 1
02:12:06.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:06.515268 16284 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.192.188:34391: Network error: Client connection negotiation failed: client connection to 127.15.192.188:34391: connect: Connection refused (error 111)
02:12:06.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.583741 16284 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } attempt: 2
02:12:06.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:06.587863 16284 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.192.188:34391: Network error: Client connection negotiation failed: client connection to 127.15.192.188:34391: connect: Connection refused (error 111)
02:12:06.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.650800 16210 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 } attempt: 7
02:12:06.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.662273 16210 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } has no permanent_uuid. Determining permanent_uuid...
02:12:06.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:06.667634 16210 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.192.188:34391: Network error: Client connection negotiation failed: client connection to 127.15.192.188:34391: connect: Connection refused (error 111)
02:12:06.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.679303 16284 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } attempt: 3
02:12:06.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:06.683403 16284 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.192.188:34391: Network error: Client connection negotiation failed: client connection to 127.15.192.188:34391: connect: Connection refused (error 111)
02:12:06.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:06.711114 16285 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:12:06.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:06.711658 16285 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:12:06.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:06.712173 16285 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:12:06.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.726096 16210 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } attempt: 1
02:12:06.730 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:06.730254 16210 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.192.188:34391: Network error: Client connection negotiation failed: client connection to 127.15.192.188:34391: connect: Connection refused (error 111)
02:12:06.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:06.745824 16285 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:12:06.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:06.746096 16285 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:12:06.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:06.746296 16285 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:12:06.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:06.746497 16285 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:12:06.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:06.746724 16285 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:12:06.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:06.746929 16285 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44825/jwks.json
02:12:06.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.783149 16285 master_runner.cc:387] Master server non-default flags:
02:12:06.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:12:06.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.15.192.148:35041
02:12:06.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:12:06.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:12:06.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-2/data
02:12:06.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-2/wal
02:12:06.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:34907
02:12:06.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:12:06.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.15.192.190:38553,127.15.192.189:46739,127.15.192.188:34391
02:12:06.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:12:06.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:12:06.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:12:06.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.15.192.188:34391
02:12:06.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:12:06.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:12:06.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:12:06.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44825/jwks.json
02:12:06.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:12:06.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:12:06.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-2/data/info.pb
02:12:06.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.15.192.188
02:12:06.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:12:06.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:12:06.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:12:06.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:12:06.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:12:06.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:12:06.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-2/logs
02:12:06.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:12:06.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:12:06.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:12:06.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:12:06.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:12:06.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:12:06.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:12:06.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:34 UTC on e7f111948823
02:12:06.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12767
02:12:06.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:12:06.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.784400 16285 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:12:06.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.785948 16285 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:12:06.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:06.796173 16297 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
02:12:06.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.811633 16210 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } attempt: 2
02:12:06.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:06.817962 16210 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.192.188:34391: Network error: Client connection negotiation failed: client connection to 127.15.192.188:34391: connect: Connection refused (error 111)
02:12:06.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.826872 16284 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } attempt: 4
02:12:06.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:06.833854 16284 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.192.188:34391: Network error: Client connection negotiation failed: client connection to 127.15.192.188:34391: connect: Connection refused (error 111)
02:12:06.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:06.903425 16210 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } attempt: 3
02:12:06.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:06.910259 16210 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.192.188:34391: Network error: Client connection negotiation failed: client connection to 127.15.192.188:34391: connect: Connection refused (error 111)
02:12:07.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:07.050748 16210 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } attempt: 4
02:12:07.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:07.058900 16210 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.192.188:34391: Network error: Client connection negotiation failed: client connection to 127.15.192.188:34391: connect: Connection refused (error 111)
02:12:07.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:07.133322 16284 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } attempt: 5
02:12:07.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:07.140568 16284 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.192.188:34391: Network error: Client connection negotiation failed: client connection to 127.15.192.188:34391: connect: Connection refused (error 111)
02:12:07.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:07.342372 16210 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } attempt: 5
02:12:07.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:07.349269 16210 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.192.188:34391: Network error: Client connection negotiation failed: client connection to 127.15.192.188:34391: connect: Connection refused (error 111)
02:12:07.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:07.688050 16284 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } attempt: 6
02:12:07.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:07.714226 16284 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.192.188:34391: Network error: Client connection negotiation failed: client connection to 127.15.192.188:34391: connect: Connection refused (error 111)
02:12:07.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:07.901752 16210 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } attempt: 6
02:12:07.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:07.934379 16210 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.15.192.188:34391: Network error: Client connection negotiation failed: client connection to 127.15.192.188:34391: connect: Connection refused (error 111)
02:12:08.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:06.796761 16298 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
02:12:08.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:08.169797 16300 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
02:12:08.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:08.172637 16299 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1375 milliseconds
02:12:08.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:08.173684 16285 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.377s	user 0.626s	sys 0.747s
02:12:08.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:08.173978 16285 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.378s	user 0.626s	sys 0.747s
02:12:08.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.174242 16285 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
02:12:08.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.175477 16285 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:12:08.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.177975 16285 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:12:08.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.179318 16285 hybrid_clock.cc:648] HybridClock initialized: now 1783476728179276 us; error 58 us; skew 500 ppm
02:12:08.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.180171 16285 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:12:08.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.187587 16285 webserver.cc:533] Webserver started at http://127.15.192.188:43699/ using document root <none> and password file <none>
02:12:08.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.188591 16285 fs_manager.cc:362] Metadata directory not provided
02:12:08.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.188825 16285 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:12:08.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.189330 16285 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:12:08.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.193822 16285 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-2/data/instance:
02:12:08.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "72d8706043e641bbae8501dbe6ef0c0f"
02:12:08.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:08 on dist-test-slave-j8pn"
02:12:08.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.195317 16285 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-2/wal/instance:
02:12:08.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "72d8706043e641bbae8501dbe6ef0c0f"
02:12:08.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:08 on dist-test-slave-j8pn"
02:12:08.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.205830 16285 fs_manager.cc:696] Time spent creating directory manager: real 0.009s	user 0.008s	sys 0.000s
02:12:08.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.213871 16311 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:12:08.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.215629 16285 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.005s	sys 0.002s
02:12:08.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.215975 16285 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-2/data,/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-2/wal
02:12:08.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "72d8706043e641bbae8501dbe6ef0c0f"
02:12:08.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:08 on dist-test-slave-j8pn"
02:12:08.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.216389 16285 fs_report.cc:389] FS layout report
02:12:08.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:12:08.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-2/wal
02:12:08.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-2/wal
02:12:08.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-2/data/data
02:12:08.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:12:08.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:12:08.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:12:08.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:12:08.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:12:08.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:12:08.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:12:08.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:12:08.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:12:08.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:12:08.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:12:08.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.286319 16285 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:12:08.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.287916 16285 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:12:08.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.288410 16285 kserver.cc:163] Server-wide thread pool size limit: 3276
02:12:08.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.354429 16285 rpc_server.cc:307] RPC server started. Bound to: 127.15.192.188:34391
02:12:08.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.354496 16362 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.15.192.188:34391 every 8 connection(s)
02:12:08.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.357235 16285 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-2/data/info.pb
02:12:08.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.362620 16363 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:12:08.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.366240 16130 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu as pid 16285
02:12:08.366 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.366608 16130 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11714736910915014117/master-2/wal/instance
02:12:08.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.374552 16363 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.192.190" port: 38553 } has no permanent_uuid. Determining permanent_uuid...
02:12:08.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.393258 16363 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 } has no permanent_uuid. Determining permanent_uuid...
02:12:08.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.407380 16363 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } has no permanent_uuid. Determining permanent_uuid...
02:12:08.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.424623 16363 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f: Bootstrap starting.
02:12:08.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.425282 16130 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:12:08.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.430374 16363 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f: Neither blocks nor log segments found. Creating new log.
02:12:08.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.432464 16363 log.cc:826] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f: Log is configured to *not* fsync() on all Append() calls
02:12:08.433 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:12:08.434 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:12:08.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.438478 16363 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f: No bootstrap required, opened a new log
02:12:08.441 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.15.192.190"
      port: 38553
    }
    bound_http_address {
      host: "127.15.192.190"
      port: 40315
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.15.192.189"
      port: 46739
    }
    bound_http_address {
      host: "127.15.192.189"
      port: 41601
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.15.192.188"
      port: 34391
    }
    bound_http_address {
      host: "127.15.192.188"
      port: 43699
    }
  }
}

02:12:08.446 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

02:12:08.446 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:12:08.463 [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=5d0b5fd2-c052-476e-9d4d-0c3fbfba389b, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:12:08.466 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:12:08.466 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:12:08.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.466315 16363 raft_consensus.cc:359] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd63daae933245c9ba016b5758bf09c6" member_type: VOTER last_known_addr { host: "127.15.192.190" port: 38553 } } peers { permanent_uuid: "2aeecdaf01a5436e8fbe9a15573ff9bd" member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 } } peers { permanent_uuid: "72d8706043e641bbae8501dbe6ef0c0f" member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } }
02:12:08.467 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4e6236c4, with PersistenceManager: null will be shutdown
02:12:08.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.467530 16363 raft_consensus.cc:385] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:12:08.468 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4e6236c4, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@18ae2660 created in the thread with id: 36
02:12:08.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.468060 16363 raft_consensus.cc:740] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72d8706043e641bbae8501dbe6ef0c0f, State: Initialized, Role: FOLLOWER
02:12:08.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.469452 16363 consensus_queue.cc:260] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f [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: "dd63daae933245c9ba016b5758bf09c6" member_type: VOTER last_known_addr { host: "127.15.192.190" port: 38553 } } peers { permanent_uuid: "2aeecdaf01a5436e8fbe9a15573ff9bd" member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 } } peers { permanent_uuid: "72d8706043e641bbae8501dbe6ef0c0f" member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } }
02:12:08.484 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4e6236c4
02:12:08.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.486492 16372 sys_catalog.cc:455] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f [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: "dd63daae933245c9ba016b5758bf09c6" member_type: VOTER last_known_addr { host: "127.15.192.190" port: 38553 } } peers { permanent_uuid: "2aeecdaf01a5436e8fbe9a15573ff9bd" member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 } } peers { permanent_uuid: "72d8706043e641bbae8501dbe6ef0c0f" member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } } }
02:12:08.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.487730 16372 sys_catalog.cc:458] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f [sys.catalog]: This master's current role is: FOLLOWER
02:12:08.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.488545 16363 sys_catalog.cc:565] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f [sys.catalog]: configured and running, proceeding with master startup.
02:12:08.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:08.543515 16317 tablet.cc:2406] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:12:08.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.582554 16387 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
02:12:08.583 [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=	
02:12:08.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:08.587733 16383 client.h:373] Failed to connect to Hive Metastore (localhost:34907): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:08.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.587283 16285 master_runner.cc:187] Error getting master registration for 127.15.192.190:38553: OK, instance_id { permanent_uuid: "dd63daae933245c9ba016b5758bf09c6" instance_seqno: 1783476724254727 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:12:08.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.616547 16285 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:12:08.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.727957 16372 raft_consensus.cc:493] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:12:08.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.728541 16372 raft_consensus.cc:515] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd63daae933245c9ba016b5758bf09c6" member_type: VOTER last_known_addr { host: "127.15.192.190" port: 38553 } } peers { permanent_uuid: "2aeecdaf01a5436e8fbe9a15573ff9bd" member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 } } peers { permanent_uuid: "72d8706043e641bbae8501dbe6ef0c0f" member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } }
02:12:08.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.733701 16372 leader_election.cc:290] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers dd63daae933245c9ba016b5758bf09c6 (127.15.192.190:38553), 2aeecdaf01a5436e8fbe9a15573ff9bd (127.15.192.189:46739)
02:12:08.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.774693 16284 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } attempt: 7
02:12:08.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.820272 16284 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2aeecdaf01a5436e8fbe9a15573ff9bd: Bootstrap starting.
02:12:08.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.827662 16284 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2aeecdaf01a5436e8fbe9a15573ff9bd: Neither blocks nor log segments found. Creating new log.
02:12:08.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.830082 16284 log.cc:826] T 00000000000000000000000000000000 P 2aeecdaf01a5436e8fbe9a15573ff9bd: Log is configured to *not* fsync() on all Append() calls
02:12:08.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.841480 16284 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2aeecdaf01a5436e8fbe9a15573ff9bd: No bootstrap required, opened a new log
02:12:08.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.868402 16284 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2aeecdaf01a5436e8fbe9a15573ff9bd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd63daae933245c9ba016b5758bf09c6" member_type: VOTER last_known_addr { host: "127.15.192.190" port: 38553 } } peers { permanent_uuid: "2aeecdaf01a5436e8fbe9a15573ff9bd" member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 } } peers { permanent_uuid: "72d8706043e641bbae8501dbe6ef0c0f" member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } }
02:12:08.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.869318 16284 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2aeecdaf01a5436e8fbe9a15573ff9bd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:12:08.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.869630 16284 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2aeecdaf01a5436e8fbe9a15573ff9bd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2aeecdaf01a5436e8fbe9a15573ff9bd, State: Initialized, Role: FOLLOWER
02:12:08.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.870889 16284 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2aeecdaf01a5436e8fbe9a15573ff9bd [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: "dd63daae933245c9ba016b5758bf09c6" member_type: VOTER last_known_addr { host: "127.15.192.190" port: 38553 } } peers { permanent_uuid: "2aeecdaf01a5436e8fbe9a15573ff9bd" member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 } } peers { permanent_uuid: "72d8706043e641bbae8501dbe6ef0c0f" member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } }
02:12:08.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.876446 16284 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2aeecdaf01a5436e8fbe9a15573ff9bd [sys.catalog]: configured and running, proceeding with master startup.
02:12:08.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.877135 16259 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "72d8706043e641bbae8501dbe6ef0c0f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2aeecdaf01a5436e8fbe9a15573ff9bd" is_pre_election: true
02:12:08.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.878036 16259 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2aeecdaf01a5436e8fbe9a15573ff9bd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 72d8706043e641bbae8501dbe6ef0c0f in term 0.
02:12:08.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.879901 16313 leader_election.cc:304] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f [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: 2aeecdaf01a5436e8fbe9a15573ff9bd, 72d8706043e641bbae8501dbe6ef0c0f; no voters: 
02:12:08.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.881121 16372 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f [term 0 FOLLOWER]: Leader pre-election won for term 1
02:12:08.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.881474 16372 raft_consensus.cc:493] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:12:08.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.881770 16372 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f [term 0 FOLLOWER]: Advancing to term 1
02:12:08.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.880012 16390 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2aeecdaf01a5436e8fbe9a15573ff9bd [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: "dd63daae933245c9ba016b5758bf09c6" member_type: VOTER last_known_addr { host: "127.15.192.190" port: 38553 } } peers { permanent_uuid: "2aeecdaf01a5436e8fbe9a15573ff9bd" member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 } } peers { permanent_uuid: "72d8706043e641bbae8501dbe6ef0c0f" member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } } }
02:12:08.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.883539 16390 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2aeecdaf01a5436e8fbe9a15573ff9bd [sys.catalog]: This master's current role is: FOLLOWER
02:12:08.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.888370 16372 raft_consensus.cc:515] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd63daae933245c9ba016b5758bf09c6" member_type: VOTER last_known_addr { host: "127.15.192.190" port: 38553 } } peers { permanent_uuid: "2aeecdaf01a5436e8fbe9a15573ff9bd" member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 } } peers { permanent_uuid: "72d8706043e641bbae8501dbe6ef0c0f" member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } }
02:12:08.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.894588 16259 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "72d8706043e641bbae8501dbe6ef0c0f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2aeecdaf01a5436e8fbe9a15573ff9bd"
02:12:08.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.895212 16259 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2aeecdaf01a5436e8fbe9a15573ff9bd [term 0 FOLLOWER]: Advancing to term 1
02:12:08.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.896248 16372 leader_election.cc:290] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f [CANDIDATE]: Term 1 election: Requested vote from peers dd63daae933245c9ba016b5758bf09c6 (127.15.192.190:38553), 2aeecdaf01a5436e8fbe9a15573ff9bd (127.15.192.189:46739)
02:12:08.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.907610 16259 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 2aeecdaf01a5436e8fbe9a15573ff9bd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 72d8706043e641bbae8501dbe6ef0c0f in term 1.
02:12:08.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.909236 16313 leader_election.cc:304] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f [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: 2aeecdaf01a5436e8fbe9a15573ff9bd, 72d8706043e641bbae8501dbe6ef0c0f; no voters: 
02:12:08.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.910112 16372 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f [term 1 FOLLOWER]: Leader election won for term 1
02:12:08.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.922902 16372 raft_consensus.cc:697] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f [term 1 LEADER]: Becoming Leader. State: Replica: 72d8706043e641bbae8501dbe6ef0c0f, State: Running, Role: LEADER
02:12:08.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.925634 16372 consensus_queue.cc:237] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f [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: "dd63daae933245c9ba016b5758bf09c6" member_type: VOTER last_known_addr { host: "127.15.192.190" port: 38553 } } peers { permanent_uuid: "2aeecdaf01a5436e8fbe9a15573ff9bd" member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 } } peers { permanent_uuid: "72d8706043e641bbae8501dbe6ef0c0f" member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } }
02:12:08.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.936800 16394 sys_catalog.cc:455] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 72d8706043e641bbae8501dbe6ef0c0f. Latest consensus state: current_term: 1 leader_uuid: "72d8706043e641bbae8501dbe6ef0c0f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd63daae933245c9ba016b5758bf09c6" member_type: VOTER last_known_addr { host: "127.15.192.190" port: 38553 } } peers { permanent_uuid: "2aeecdaf01a5436e8fbe9a15573ff9bd" member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 } } peers { permanent_uuid: "72d8706043e641bbae8501dbe6ef0c0f" member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } } }
02:12:08.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.938100 16394 sys_catalog.cc:458] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f [sys.catalog]: This master's current role is: LEADER
02:12:08.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.951299 16397 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
02:12:08.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:08.970098 16210 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } attempt: 7
02:12:09.004 [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=	
02:12:09.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:09.005200 16406 client.h:373] Failed to connect to Hive Metastore (localhost:34907): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:09.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.007510 16397 catalog_manager.cc:1520] Initializing Kudu cluster ID...
02:12:09.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.011739 16410 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
02:12:09.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.053565 16210 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P dd63daae933245c9ba016b5758bf09c6: Bootstrap starting.
02:12:09.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.058040 16259 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 2aeecdaf01a5436e8fbe9a15573ff9bd [term 1 FOLLOWER]: Refusing update from remote peer 72d8706043e641bbae8501dbe6ef0c0f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:12:09.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.017273 16211 master_runner.cc:187] Error getting master registration for 127.15.192.190:38553: OK, instance_id { permanent_uuid: "dd63daae933245c9ba016b5758bf09c6" instance_seqno: 1783476724254727 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:12:09.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.060601 16394 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f [LEADER]: Connected to new peer: Peer: permanent_uuid: "2aeecdaf01a5436e8fbe9a15573ff9bd" member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:12:09.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.061071 16211 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:12:09.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.075801 16210 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P dd63daae933245c9ba016b5758bf09c6: Neither blocks nor log segments found. Creating new log.
02:12:09.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:09.079968 16238 tablet.cc:2406] T 00000000000000000000000000000000 P 2aeecdaf01a5436e8fbe9a15573ff9bd: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:12:09.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.088626 16210 log.cc:826] T 00000000000000000000000000000000 P dd63daae933245c9ba016b5758bf09c6: Log is configured to *not* fsync() on all Append() calls
02:12:09.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.102850 16210 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P dd63daae933245c9ba016b5758bf09c6: No bootstrap required, opened a new log
02:12:09.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.119103 16390 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2aeecdaf01a5436e8fbe9a15573ff9bd [sys.catalog]: SysCatalogTable state changed. Reason: New leader 72d8706043e641bbae8501dbe6ef0c0f. Latest consensus state: current_term: 1 leader_uuid: "72d8706043e641bbae8501dbe6ef0c0f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd63daae933245c9ba016b5758bf09c6" member_type: VOTER last_known_addr { host: "127.15.192.190" port: 38553 } } peers { permanent_uuid: "2aeecdaf01a5436e8fbe9a15573ff9bd" member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 } } peers { permanent_uuid: "72d8706043e641bbae8501dbe6ef0c0f" member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } } }
02:12:09.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.120159 16390 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2aeecdaf01a5436e8fbe9a15573ff9bd [sys.catalog]: This master's current role is: FOLLOWER
02:12:09.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.125815 16411 mvcc.cc:204] Tried to move back new op lower bound from 7305120682173509632 to 7305120681694244864. Current Snapshot: MvccSnapshot[applied={T|T < 7305120682173509632}]
02:12:09.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.133783 16412 mvcc.cc:204] Tried to move back new op lower bound from 7305120682173509632 to 7305120681694244864. Current Snapshot: MvccSnapshot[applied={T|T < 7305120682173509632}]
02:12:09.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.137423 16390 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2aeecdaf01a5436e8fbe9a15573ff9bd [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "72d8706043e641bbae8501dbe6ef0c0f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd63daae933245c9ba016b5758bf09c6" member_type: VOTER last_known_addr { host: "127.15.192.190" port: 38553 } } peers { permanent_uuid: "2aeecdaf01a5436e8fbe9a15573ff9bd" member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 } } peers { permanent_uuid: "72d8706043e641bbae8501dbe6ef0c0f" member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } } }
02:12:09.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.138731 16390 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2aeecdaf01a5436e8fbe9a15573ff9bd [sys.catalog]: This master's current role is: FOLLOWER
02:12:09.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.146629 16372 sys_catalog.cc:455] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "72d8706043e641bbae8501dbe6ef0c0f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd63daae933245c9ba016b5758bf09c6" member_type: VOTER last_known_addr { host: "127.15.192.190" port: 38553 } } peers { permanent_uuid: "2aeecdaf01a5436e8fbe9a15573ff9bd" member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 } } peers { permanent_uuid: "72d8706043e641bbae8501dbe6ef0c0f" member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } } }
02:12:09.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.147338 16372 sys_catalog.cc:458] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f [sys.catalog]: This master's current role is: LEADER
02:12:09.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.148766 16397 catalog_manager.cc:1383] Generated new cluster ID: 28193cd28c164064a795886cb78f0382
02:12:09.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.149050 16397 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
02:12:09.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.197194 16397 catalog_manager.cc:1406] Generated new certificate authority record
02:12:09.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.199589 16397 catalog_manager.cc:1540] Loading token signing keys...
02:12:09.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.217592 16210 raft_consensus.cc:359] T 00000000000000000000000000000000 P dd63daae933245c9ba016b5758bf09c6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd63daae933245c9ba016b5758bf09c6" member_type: VOTER last_known_addr { host: "127.15.192.190" port: 38553 } } peers { permanent_uuid: "2aeecdaf01a5436e8fbe9a15573ff9bd" member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 } } peers { permanent_uuid: "72d8706043e641bbae8501dbe6ef0c0f" member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } }
02:12:09.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.221320 16210 raft_consensus.cc:385] T 00000000000000000000000000000000 P dd63daae933245c9ba016b5758bf09c6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:12:09.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.222338 16210 raft_consensus.cc:740] T 00000000000000000000000000000000 P dd63daae933245c9ba016b5758bf09c6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dd63daae933245c9ba016b5758bf09c6, State: Initialized, Role: FOLLOWER
02:12:09.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.238878 16397 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f: Generated new TSK 0
02:12:09.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.240696 16397 catalog_manager.cc:1550] Initializing in-progress tserver states...
02:12:09.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.241617 16210 consensus_queue.cc:260] T 00000000000000000000000000000000 P dd63daae933245c9ba016b5758bf09c6 [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: "dd63daae933245c9ba016b5758bf09c6" member_type: VOTER last_known_addr { host: "127.15.192.190" port: 38553 } } peers { permanent_uuid: "2aeecdaf01a5436e8fbe9a15573ff9bd" member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 } } peers { permanent_uuid: "72d8706043e641bbae8501dbe6ef0c0f" member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } }
02:12:09.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.246942 16397 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
02:12:09.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.252869 16397 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
02:12:09.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.263914 16417 sys_catalog.cc:455] T 00000000000000000000000000000000 P dd63daae933245c9ba016b5758bf09c6 [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: "dd63daae933245c9ba016b5758bf09c6" member_type: VOTER last_known_addr { host: "127.15.192.190" port: 38553 } } peers { permanent_uuid: "2aeecdaf01a5436e8fbe9a15573ff9bd" member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 } } peers { permanent_uuid: "72d8706043e641bbae8501dbe6ef0c0f" member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } } }
02:12:09.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.265198 16417 sys_catalog.cc:458] T 00000000000000000000000000000000 P dd63daae933245c9ba016b5758bf09c6 [sys.catalog]: This master's current role is: FOLLOWER
02:12:09.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.265972 16210 sys_catalog.cc:565] T 00000000000000000000000000000000 P dd63daae933245c9ba016b5758bf09c6 [sys.catalog]: configured and running, proceeding with master startup.
02:12:09.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.266187 16184 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "72d8706043e641bbae8501dbe6ef0c0f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dd63daae933245c9ba016b5758bf09c6"
02:12:09.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.267023 16184 raft_consensus.cc:3060] T 00000000000000000000000000000000 P dd63daae933245c9ba016b5758bf09c6 [term 0 FOLLOWER]: Advancing to term 1
02:12:09.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.271027 16185 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "72d8706043e641bbae8501dbe6ef0c0f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dd63daae933245c9ba016b5758bf09c6" is_pre_election: true
02:12:09.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.276240 16184 raft_consensus.cc:2468] T 00000000000000000000000000000000 P dd63daae933245c9ba016b5758bf09c6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 72d8706043e641bbae8501dbe6ef0c0f in term 1.
02:12:09.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.277750 16183 raft_consensus.cc:1275] T 00000000000000000000000000000000 P dd63daae933245c9ba016b5758bf09c6 [term 1 FOLLOWER]: Refusing update from remote peer 72d8706043e641bbae8501dbe6ef0c0f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:12:09.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.285108 16394 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f [LEADER]: Connected to new peer: Peer: permanent_uuid: "dd63daae933245c9ba016b5758bf09c6" member_type: VOTER last_known_addr { host: "127.15.192.190" port: 38553 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:12:09.292 [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.
02:12:09.337 [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.
02:12:09.338 [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.
02:12:09.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.403755 16417 sys_catalog.cc:455] T 00000000000000000000000000000000 P dd63daae933245c9ba016b5758bf09c6 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 72d8706043e641bbae8501dbe6ef0c0f. Latest consensus state: current_term: 1 leader_uuid: "72d8706043e641bbae8501dbe6ef0c0f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd63daae933245c9ba016b5758bf09c6" member_type: VOTER last_known_addr { host: "127.15.192.190" port: 38553 } } peers { permanent_uuid: "2aeecdaf01a5436e8fbe9a15573ff9bd" member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 } } peers { permanent_uuid: "72d8706043e641bbae8501dbe6ef0c0f" member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } } }
02:12:09.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.404435 16417 sys_catalog.cc:458] T 00000000000000000000000000000000 P dd63daae933245c9ba016b5758bf09c6 [sys.catalog]: This master's current role is: FOLLOWER
02:12:09.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.405586 16426 sys_catalog.cc:455] T 00000000000000000000000000000000 P dd63daae933245c9ba016b5758bf09c6 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "72d8706043e641bbae8501dbe6ef0c0f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd63daae933245c9ba016b5758bf09c6" member_type: VOTER last_known_addr { host: "127.15.192.190" port: 38553 } } peers { permanent_uuid: "2aeecdaf01a5436e8fbe9a15573ff9bd" member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 } } peers { permanent_uuid: "72d8706043e641bbae8501dbe6ef0c0f" member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } } }
02:12:09.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.406294 16426 sys_catalog.cc:458] T 00000000000000000000000000000000 P dd63daae933245c9ba016b5758bf09c6 [sys.catalog]: This master's current role is: FOLLOWER
02:12:09.436 [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=	
02:12:09.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:09.443373 16433 client.h:373] Failed to connect to Hive Metastore (localhost:34907): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:09.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.451905 16437 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
02:12:09.599 [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=	
02:12:09.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:09.600493 16383 client.h:373] Failed to connect to Hive Metastore (localhost:34907): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:09.604 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:12:09.617 [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/hive13340684120756263364/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=5d0b5fd2-c052-476e-9d4d-0c3fbfba389b, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:12:09.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.710371 16394 sys_catalog.cc:455] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "72d8706043e641bbae8501dbe6ef0c0f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dd63daae933245c9ba016b5758bf09c6" member_type: VOTER last_known_addr { host: "127.15.192.190" port: 38553 } } peers { permanent_uuid: "2aeecdaf01a5436e8fbe9a15573ff9bd" member_type: VOTER last_known_addr { host: "127.15.192.189" port: 46739 } } peers { permanent_uuid: "72d8706043e641bbae8501dbe6ef0c0f" member_type: VOTER last_known_addr { host: "127.15.192.188" port: 34391 } } }
02:12:09.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:09.711148 16394 sys_catalog.cc:458] T 00000000000000000000000000000000 P 72d8706043e641bbae8501dbe6ef0c0f [sys.catalog]: This master's current role is: LEADER
02:12:09.750 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13340684120756263364/external-warehouse/table
02:12:10.024 [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=	
02:12:10.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:10.025580 16406 client.h:373] Failed to connect to Hive Metastore (localhost:34907): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:10.026 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:12:10.030 [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)
02:12:10.032 [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)

02:12:10.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:10.034837 16410 catalog_manager.cc:1295] Loaded cluster ID: 28193cd28c164064a795886cb78f0382
02:12:10.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:10.035096 16410 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 2aeecdaf01a5436e8fbe9a15573ff9bd: loading cluster ID for follower catalog manager: success
02:12:10.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:10.060767 16410 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 2aeecdaf01a5436e8fbe9a15573ff9bd: acquiring CA information for follower catalog manager: success
02:12:10.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:10.066124 16410 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 2aeecdaf01a5436e8fbe9a15573ff9bd: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:12:10.071 [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.15.192.190:38553,127.15.192.189:46739,127.15.192.188:34391}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:12:10.112 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:12:10.125 [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/hive13340684120756263364/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.15.192.190:38553,127.15.192.189:46739,127.15.192.188:34391}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:12:10.137 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13340684120756263364/external-warehouse/table
02:12:10.190 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:12:10.191 [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)
02:12:10.192 [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)

02:12:10.198 [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=9bceb2b1-5c99-4bba-9846-ff5247c1871e, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.15.192.190:38553,127.15.192.189:46739,127.15.192.188:34391}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:12:10.202 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:12:10.206 [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/hive13340684120756263364/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=9bceb2b1-5c99-4bba-9846-ff5247c1871e, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.15.192.190:38553,127.15.192.189:46739,127.15.192.188:34391}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:12:10.208 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13340684120756263364/external-warehouse/table
02:12:10.247 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
02:12:10.253 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
02:12:10.253 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
02:12:10.264 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@6dc960a2
02:12:10.344 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
02:12:10.344 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
02:12:10.345 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
02:12:10.345 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
02:12:10.346 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
02:12:10.347 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
02:12:10.347 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
02:12:10.349 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
02:12:10.349 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
02:12:10.350 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
02:12:10.367 [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
02:12:10.375 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
02:12:10.375 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
02:12:10.375 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
02:12:10.375 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
02:12:10.377 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
02:12:10.377 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
02:12:10.378 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
02:12:10.378 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
02:12:10.400 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
02:12:10.438 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
02:12:10.450 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
02:12:10.456 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
02:12:10.456 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
02:12:10.462 [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=	
02:12:10.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:10.463781 16433 client.h:373] Failed to connect to Hive Metastore (localhost:34907): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:10.469 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
02:12:10.470 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
02:12:10.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:10.471105 16437 catalog_manager.cc:1295] Loaded cluster ID: 28193cd28c164064a795886cb78f0382
02:12:10.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:10.471662 16437 catalog_manager.cc:1588] T 00000000000000000000000000000000 P dd63daae933245c9ba016b5758bf09c6: loading cluster ID for follower catalog manager: success
02:12:10.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:10.479045 16437 catalog_manager.cc:1610] T 00000000000000000000000000000000 P dd63daae933245c9ba016b5758bf09c6: acquiring CA information for follower catalog manager: success
02:12:10.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:10.484891 16437 catalog_manager.cc:1638] T 00000000000000000000000000000000 P dd63daae933245c9ba016b5758bf09c6: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:12:10.546 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
02:12:10.547 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
02:12:10.547 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
02:12:10.547 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
02:12:10.547 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
02:12:10.547 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
02:12:10.547 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
02:12:10.547 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
02:12:10.547 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
02:12:10.547 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
02:12:10.547 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
02:12:10.547 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
02:12:10.547 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
02:12:10.570 [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)
02:12:10.574 [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.
02:12:10.611 [INFO - Metastore-Handler-Pool: Thread-53] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:12:10.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:10.619568 16383 client.h:373] Failed to connect to Hive Metastore (localhost:34907): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:10.623 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
02:12:11.035 [INFO - Metastore-Handler-Pool: Thread-54] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:12:11.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:11.036684 16406 client.h:373] Failed to connect to Hive Metastore (localhost:34907): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:11.068 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.15.192.190:38553(127.15.192.190:38553)] connecting to peer
02:12:11.092 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 16078 (auto-detected)
02:12:11.094 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
02:12:11.095 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
02:12:11.097 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
02:12:11.098 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
02:12:11.112 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:51:ff:fe:bd:d9:23 (auto-detected)
02:12:11.157 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
02:12:11.157 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
02:12:11.157 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
02:12:11.173 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
02:12:11.194 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.15.192.189:46739(127.15.192.189:46739)] connecting to peer
02:12:11.202 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.15.192.188:34391(127.15.192.188:34391)] connecting to peer
02:12:11.241 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.15.192.188:34391(127.15.192.188:34391)] Successfully connected to peer
02:12:11.241 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.15.192.189:46739(127.15.192.189:46739)] Successfully connected to peer
02:12:11.249 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.15.192.190:38553(127.15.192.190:38553)] Successfully connected to peer
02:12:11.268 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
02:12:11.268 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
02:12:11.268 [DEBUG - kudu-nio-1] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@223620b2
02:12:11.289 [DEBUG - kudu-nio-1] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
02:12:11.289 [DEBUG - kudu-nio-1] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
02:12:11.290 [DEBUG - kudu-nio-1] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
02:12:11.290 [DEBUG - kudu-nio-1] (Recycler.java:99) -Dio.netty.recycler.blocking: false
02:12:11.290 [DEBUG - kudu-nio-1] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
02:12:11.438 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.15.192.189
02:12:11.446 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.15.192.188
02:12:11.455 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.15.192.190
02:12:11.529 [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=	
02:12:11.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:11.530493 16433 client.h:373] Failed to connect to Hive Metastore (localhost:34907): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:11.628 [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=	
02:12:11.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:11.629220 16383 client.h:373] Failed to connect to Hive Metastore (localhost:34907): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:12.027 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:12:12.032 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:12:12.051 [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=	
02:12:12.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:12.052498 16406 client.h:373] Failed to connect to Hive Metastore (localhost:34907): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:12.062 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:12:12.133 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xd5002d65, L:/127.0.0.1:40540 - R:/127.15.192.188:34391] using SASL/PLAIN
02:12:12.135 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x3cc02f2d, L:/127.0.0.1:34676 - R:/127.15.192.189:46739] using SASL/PLAIN
02:12:12.119 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x1e551a3e, L:/127.0.0.1:41954 - R:/127.15.192.190:38553] using SASL/PLAIN
02:12:12.279 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
02:12:12.291 [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)
02:12:12.292 [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)

02:12:12.297 [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=9f25db61-a1ce-4808-9e0a-28c03347ad3c, 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)	
02:12:12.303 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:12:12.322 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive13340684120756263364/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=9f25db61-a1ce-4808-9e0a-28c03347ad3c, 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)
02:12:12.327 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13340684120756263364/external-warehouse/table
02:12:12.397 [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)
02:12:12.398 [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)

02:12:12.400 [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=409cf27d-2025-4b07-8c4b-61a35d35fdec, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.15.192.190:38553,127.15.192.189:46739,127.15.192.188:34391}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:12:12.406 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:12:12.430 [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/hive13340684120756263364/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=409cf27d-2025-4b07-8c4b-61a35d35fdec, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.15.192.190:38553,127.15.192.189:46739,127.15.192.188:34391}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:12:12.436 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13340684120756263364/external-warehouse/table
02:12:12.551 [INFO - Metastore-Handler-Pool: Thread-63] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:12:12.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:12.552151 16433 client.h:373] Failed to connect to Hive Metastore (localhost:34907): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:12.639 [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=	
02:12:12.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:12.641780 16383 client.h:373] Failed to connect to Hive Metastore (localhost:34907): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:12.654 [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	
02:12:12.830 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
02:12:12.852 [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	
02:12:13.063 [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=	
02:12:13.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:13.064457 16406 client.h:373] Failed to connect to Hive Metastore (localhost:34907): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:13.184 [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.
02:12:13.561 [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=	
02:12:13.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:13.562355 16433 client.h:373] Failed to connect to Hive Metastore (localhost:34907): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:13.655 [INFO - Metastore-Handler-Pool: Thread-67] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:12:13.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:13.656682 16383 client.h:373] Failed to connect to Hive Metastore (localhost:34907): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:13.707 [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.
02:12:13.797 [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.
02:12:13.893 [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
02:12:14.077 [INFO - Metastore-Handler-Pool: Thread-68] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:12:14.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:14.077940 16406 client.h:373] Failed to connect to Hive Metastore (localhost:34907): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:14.164 [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=784ce771-9acf-4fe1-91f7-a2871e2c8d48, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.15.192.190:38553,127.15.192.189:46739,127.15.192.188:34391}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:12:14.177 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:12:14.182 [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/hive13340684120756263364/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=784ce771-9acf-4fe1-91f7-a2871e2c8d48, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.15.192.190:38553,127.15.192.189:46739,127.15.192.188:34391}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:12:14.185 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive13340684120756263364/external-warehouse/table
02:12:14.223 [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	
02:12:14.255 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
02:12:14.256 [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	
02:12:14.327 [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
02:12:14.353 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:12:14.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:14.354249 16130 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu with pid 16142
02:12:14.363 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:12:14.363 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4e6236c4, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@18ae2660 will be shutdown
02:12:14.364 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:12:14.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:14.389006 16130 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu with pid 16211
02:12:14.392 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.15.192.190:38553(127.15.192.190:38553)] handling channelInactive
02:12:14.393 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.15.192.190:38553(127.15.192.190:38553)] cleaning up while in state READY due to: connection closed
02:12:14.415 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.15.192.189:46739(127.15.192.189:46739)] handling channelInactive
02:12:14.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:14.415187 16130 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu with pid 16285
02:12:14.416 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.15.192.189:46739(127.15.192.189:46739)] cleaning up while in state READY due to: connection closed
02:12:14.442 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.15.192.188:34391(127.15.192.188:34391)] handling channelInactive
02:12:14.442 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.15.192.188:34391(127.15.192.188:34391)] cleaning up while in state READY due to: connection closed
02:12:15.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:12:15Z chronyd exiting
.02:12:16.501 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:12:16.502 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:12:16.502 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:12:16.520 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive14164290481531777820
02:12:16.520 [INFO - Thread-45] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:12:16.521 [INFO - Thread-45] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:12:16.524 [INFO - Thread-45] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:12:16.524 [INFO - Thread-45] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:12:16.524 [INFO - Thread-45] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:12:16.529 [INFO - Thread-45] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:12:16.533 [INFO - Thread-45] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:12:16.533 [INFO - Thread-45] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:12:16.534 [INFO - Thread-45] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:12:16.534 [INFO - Thread-45] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:12:16.536 [INFO - Thread-45] (HikariDataSource.java:80) objectstore - Starting...
02:12:16.620 [INFO - Thread-45] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:12:16.621 [INFO - Thread-45] (HikariDataSource.java:82) objectstore - Start completed.
02:12:16.621 [INFO - Thread-45] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:12:16.622 [INFO - Thread-45] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:12:16.624 [INFO - Thread-45] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:12:16.624 [INFO - Thread-45] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:12:16.647 [INFO - Thread-45] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:12:16.647 [INFO - Thread-45] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:12:16.648 [INFO - Thread-45] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:12:16.733 [WARN - Thread-45] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:12:16.734 [WARN - Thread-45] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:12:16.735 [WARN - Thread-45] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:12:16.735 [WARN - Thread-45] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:12:16.736 [WARN - Thread-45] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:12:16.736 [WARN - Thread-45] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:12:16.964 [INFO - Thread-45] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:12:16.964 [INFO - Thread-45] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7216e8e8, with PersistenceManager: null will be shutdown
02:12:16.965 [INFO - Thread-45] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7216e8e8, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@16bd3fda created in the thread with id: 70
02:12:16.966 [WARN - Thread-45] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
02:12:16.968 [INFO - Thread-45] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7216e8e8
02:12:17.101 [INFO - Thread-45] (HMSHandler.java:595) Started creating a default database with name: default
02:12:17.122 [INFO - Thread-45] (HMSHandler.java:605) Successfully created a default database with name: default
02:12:17.155 [INFO - Thread-45] (HMSHandler.java:668) Added admin role in metastore
02:12:17.157 [INFO - Thread-45] (HMSHandler.java:677) Added public role in metastore
02:12:17.193 [INFO - Thread-45] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:12:17.194 [INFO - Thread-45] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:12:17.194 [INFO - Thread-45] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:12:17.195 [INFO - Thread-45] (HiveMetaStore.java:697) Direct SQL optimization = true
02:12:17.195 [WARN - Thread-45] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
02:12:17.195 [INFO - Thread-45] (HiveMetaStore.java:632) Started the new metaserver on port [43431]...
02:12:17.195 [INFO - Thread-45] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:12:17.196 [INFO - Thread-45] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:12:17.196 [INFO - Thread-45] (HiveMetaStore.java:635) TCP keepalive = true
02:12:17.196 [INFO - Thread-45] (HiveMetaStore.java:636) Enable SSL = false
02:12:17.523 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:12:17.523 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:12:17.523 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:12:17.527 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:12:17.527 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:43431]
02:12:17.527 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:43431) in binary transport mode
02:12:17.528 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:43431) current connections: 1
02:12:17.529 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskV48nXE/test-tmp
02:12:17.530 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
02:12:17.530 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskV48nXE/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
02:12:17.534 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:43431"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

02:12:17.846 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:12:17.846 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

02:12:17.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:17.849992 16504 mini_oidc.cc:150] Starting JWKS server
02:12:17.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:17.853016 16504 webserver.cc:533] Webserver started at http://127.0.0.1:36161/ using document root <none> and password file <none>
02:12:17.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:17.853410 16504 mini_oidc.cc:186] Starting OIDC Discovery server
02:12:17.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:17.855002 16504 webserver.cc:533] Webserver started at http://127.0.0.1:45947/ using document root <none> and password file <none>
02:12:17.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:12:17Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:12:17.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:12:17Z Disabled control of system clock
02:12:17.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:17.910395 16504 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:12:17.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:12:17.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-0/wal
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-0/data
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-0/logs
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-0/data/info.pb
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.30.62:34489
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.30.62
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.30.20:43607
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.30.62:34489,127.16.30.61:37663,127.16.30.60:35425
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36161/jwks.json
02:12:17.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43431 with env {}
02:12:18.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:18.206868 16517 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:12:18.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:18.207422 16517 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:12:18.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:18.207885 16517 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:12:18.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:18.240091 16517 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:12:18.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:18.240383 16517 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:12:18.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:18.240618 16517 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:12:18.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:18.240840 16517 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:12:18.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:18.241036 16517 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:12:18.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:18.241185 16517 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36161/jwks.json
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:18.278743 16517 master_runner.cc:387] Master server non-default flags:
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.30.20:43607
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-0/data
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-0/wal
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43431
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.30.62:34489,127.16.30.61:37663,127.16.30.60:35425
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.30.62:34489
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36161/jwks.json
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-0/data/info.pb
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.30.62
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-0/logs
02:12:18.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:12:18.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:12:18.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:12:18.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:12:18.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:12:18.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:12:18.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:12:18.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:34 UTC on e7f111948823
02:12:18.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12767
02:12:18.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:12:18.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:18.280027 16517 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:12:18.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:18.281517 16517 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:12:18.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:18.291988 16523 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
02:12:19.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:18.292505 16524 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
02:12:19.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:19.402128 16526 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
02:12:19.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:19.404872 16525 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1108 milliseconds
02:12:19.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.404960 16517 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
02:12:19.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.406145 16517 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:12:19.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.408941 16517 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:12:19.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.410332 16517 hybrid_clock.cc:648] HybridClock initialized: now 1783476739410283 us; error 51 us; skew 500 ppm
02:12:19.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.411121 16517 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:12:19.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.417230 16517 webserver.cc:533] Webserver started at http://127.16.30.62:42217/ using document root <none> and password file <none>
02:12:19.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.418081 16517 fs_manager.cc:362] Metadata directory not provided
02:12:19.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.418272 16517 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:12:19.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.418656 16517 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:12:19.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.422685 16517 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-0/data/instance:
02:12:19.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d5604ebe9f67460291542c60166626c0"
02:12:19.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:19 on dist-test-slave-j8pn"
02:12:19.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.424183 16517 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-0/wal/instance:
02:12:19.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d5604ebe9f67460291542c60166626c0"
02:12:19.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:19 on dist-test-slave-j8pn"
02:12:19.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.431139 16517 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.007s	sys 0.001s
02:12:19.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.436631 16533 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:12:19.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.437726 16517 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
02:12:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.438019 16517 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-0/data,/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-0/wal
02:12:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d5604ebe9f67460291542c60166626c0"
02:12:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:19 on dist-test-slave-j8pn"
02:12:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.438335 16517 fs_report.cc:389] FS layout report
02:12:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:12:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-0/wal
02:12:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-0/wal
02:12:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-0/data/data
02:12:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:12:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:12:19.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:12:19.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:12:19.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:12:19.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:12:19.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:12:19.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:12:19.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:12:19.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:12:19.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:12:19.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.480413 16517 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:12:19.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.481823 16517 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:12:19.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.482213 16517 kserver.cc:163] Server-wide thread pool size limit: 3276
02:12:19.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.549631 16517 rpc_server.cc:307] RPC server started. Bound to: 127.16.30.62:34489
02:12:19.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.549713 16584 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.16.30.62:34489 every 8 connection(s)
02:12:19.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.552248 16517 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-0/data/info.pb
02:12:19.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.557641 16585 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:12:19.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.558722 16504 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu as pid 16517
02:12:19.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.559140 16504 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-0/wal/instance
02:12:19.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.562319 16504 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:12:19.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:12:19.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-1/wal
02:12:19.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-1/data
02:12:19.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:12:19.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:12:19.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:12:19.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:12:19.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:12:19.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:12:19.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-1/logs
02:12:19.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-1/data/info.pb
02:12:19.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:12:19.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:12:19.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:12:19.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:12:19.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:12:19.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:12:19.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:12:19.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:12:19.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:12:19.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:12:19.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:12:19.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:12:19.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.30.61:37663
02:12:19.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.30.61
02:12:19.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:12:19.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.30.20:43607
02:12:19.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:12:19.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:12:19.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:12:19.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:12:19.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.30.62:34489,127.16.30.61:37663,127.16.30.60:35425
02:12:19.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:12:19.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36161/jwks.json
02:12:19.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43431 with env {}
02:12:19.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.568930 16585 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.30.62" port: 34489 } has no permanent_uuid. Determining permanent_uuid...
02:12:19.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.594626 16585 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 } has no permanent_uuid. Determining permanent_uuid...
02:12:19.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:19.597158 16536 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.16.30.61:37663: connect: Connection refused (error 111)
02:12:19.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:19.601115 16585 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.30.61:37663: Network error: Client connection negotiation failed: client connection to 127.16.30.61:37663: connect: Connection refused (error 111)
02:12:19.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.650581 16585 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 } attempt: 1
02:12:19.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:19.654603 16585 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.30.61:37663: Network error: Client connection negotiation failed: client connection to 127.16.30.61:37663: connect: Connection refused (error 111)
02:12:19.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.723047 16585 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 } attempt: 2
02:12:19.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:19.727124 16585 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.30.61:37663: Network error: Client connection negotiation failed: client connection to 127.16.30.61:37663: connect: Connection refused (error 111)
02:12:19.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.818593 16585 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 } attempt: 3
02:12:19.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:19.822995 16585 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.30.61:37663: Network error: Client connection negotiation failed: client connection to 127.16.30.61:37663: connect: Connection refused (error 111)
02:12:19.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:19.858376 16586 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:12:19.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:19.859054 16586 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:12:19.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:19.859625 16586 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:12:19.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:19.892551 16586 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:12:19.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:19.892895 16586 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:12:19.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:19.893211 16586 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:12:19.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:19.893517 16586 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:12:19.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:19.893826 16586 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:12:19.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:19.894045 16586 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36161/jwks.json
02:12:19.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.930428 16586 master_runner.cc:387] Master server non-default flags:
02:12:19.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:12:19.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.30.20:43607
02:12:19.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:12:19.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:12:19.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-1/data
02:12:19.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-1/wal
02:12:19.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43431
02:12:19.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:12:19.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.30.62:34489,127.16.30.61:37663,127.16.30.60:35425
02:12:19.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:12:19.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:12:19.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:12:19.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.30.61:37663
02:12:19.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:12:19.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:12:19.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:12:19.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36161/jwks.json
02:12:19.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:12:19.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:12:19.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-1/data/info.pb
02:12:19.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.30.61
02:12:19.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:12:19.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:12:19.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:12:19.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:12:19.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:12:19.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:12:19.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-1/logs
02:12:19.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:12:19.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:12:19.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:12:19.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:12:19.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:12:19.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:12:19.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:12:19.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:34 UTC on e7f111948823
02:12:19.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12767
02:12:19.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:12:19.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.932132 16586 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:12:19.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.933763 16586 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:12:19.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:19.944188 16595 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
02:12:19.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:19.966470 16585 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 } attempt: 4
02:12:19.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:19.974745 16585 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.30.61:37663: Network error: Client connection negotiation failed: client connection to 127.16.30.61:37663: connect: Connection refused (error 111)
02:12:20.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:20.274241 16585 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 } attempt: 5
02:12:20.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:20.280974 16585 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.30.61:37663: Network error: Client connection negotiation failed: client connection to 127.16.30.61:37663: connect: Connection refused (error 111)
02:12:20.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:20.828438 16585 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 } attempt: 6
02:12:20.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:20.854282 16585 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.30.61:37663: Network error: Client connection negotiation failed: client connection to 127.16.30.61:37663: connect: Connection refused (error 111)
02:12:21.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:19.944947 16596 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
02:12:21.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:21.266405 16598 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
02:12:21.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:21.268566 16597 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1319 milliseconds
02:12:21.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:21.268986 16586 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.324s	user 0.501s	sys 0.820s
02:12:21.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:21.269336 16586 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.325s	user 0.501s	sys 0.820s
02:12:21.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.269599 16586 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
02:12:21.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.271333 16586 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:12:21.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.274420 16586 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:12:21.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.276072 16586 hybrid_clock.cc:648] HybridClock initialized: now 1783476741276016 us; error 48 us; skew 500 ppm
02:12:21.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.277143 16586 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:12:21.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.286088 16586 webserver.cc:533] Webserver started at http://127.16.30.61:43573/ using document root <none> and password file <none>
02:12:21.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.287081 16586 fs_manager.cc:362] Metadata directory not provided
02:12:21.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.287540 16586 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:12:21.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.288092 16586 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:12:21.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.292594 16586 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-1/data/instance:
02:12:21.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5114f65e983a492e9acedce4bfde2dfe"
02:12:21.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:21 on dist-test-slave-j8pn"
02:12:21.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.293619 16586 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-1/wal/instance:
02:12:21.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5114f65e983a492e9acedce4bfde2dfe"
02:12:21.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:21 on dist-test-slave-j8pn"
02:12:21.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.301601 16586 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.009s	sys 0.000s
02:12:21.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.307921 16607 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:12:21.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.309142 16586 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.001s	sys 0.004s
02:12:21.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.309569 16586 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-1/data,/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-1/wal
02:12:21.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5114f65e983a492e9acedce4bfde2dfe"
02:12:21.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:21 on dist-test-slave-j8pn"
02:12:21.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.310016 16586 fs_report.cc:389] FS layout report
02:12:21.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:12:21.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-1/wal
02:12:21.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-1/wal
02:12:21.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-1/data/data
02:12:21.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:12:21.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:12:21.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:12:21.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:12:21.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:12:21.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:12:21.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:12:21.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:12:21.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:12:21.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:12:21.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:12:21.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.393949 16586 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:12:21.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.395469 16586 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:12:21.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.395896 16586 kserver.cc:163] Server-wide thread pool size limit: 3276
02:12:21.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.465505 16586 rpc_server.cc:307] RPC server started. Bound to: 127.16.30.61:37663
02:12:21.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.465579 16658 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.16.30.61:37663 every 8 connection(s)
02:12:21.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.468138 16586 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-1/data/info.pb
02:12:21.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.473977 16659 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:12:21.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.474267 16504 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu as pid 16586
02:12:21.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.474593 16504 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-1/wal/instance
02:12:21.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.476536 16504 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:12:21.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:12:21.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-2/wal
02:12:21.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-2/data
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-2/logs
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-2/data/info.pb
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.30.60:35425
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.30.60
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.30.20:43607
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.30.62:34489,127.16.30.61:37663,127.16.30.60:35425
02:12:21.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:12:21.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36161/jwks.json
02:12:21.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43431 with env {}
02:12:21.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.485474 16659 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.30.62" port: 34489 } has no permanent_uuid. Determining permanent_uuid...
02:12:21.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.512761 16659 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 } has no permanent_uuid. Determining permanent_uuid...
02:12:21.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.527236 16659 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } has no permanent_uuid. Determining permanent_uuid...
02:12:21.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:21.529886 16611 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.16.30.60:35425: connect: Connection refused (error 111)
02:12:21.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:21.534185 16659 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.30.60:35425: Network error: Client connection negotiation failed: client connection to 127.16.30.60:35425: connect: Connection refused (error 111)
02:12:21.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.583686 16659 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } attempt: 1
02:12:21.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:21.588187 16659 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.30.60:35425: Network error: Client connection negotiation failed: client connection to 127.16.30.60:35425: connect: Connection refused (error 111)
02:12:21.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.656565 16659 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } attempt: 2
02:12:21.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:21.661108 16659 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.30.60:35425: Network error: Client connection negotiation failed: client connection to 127.16.30.60:35425: connect: Connection refused (error 111)
02:12:21.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.752496 16659 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } attempt: 3
02:12:21.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:21.757012 16659 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.30.60:35425: Network error: Client connection negotiation failed: client connection to 127.16.30.60:35425: connect: Connection refused (error 111)
02:12:21.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:21.777617 16660 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:12:21.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:21.778273 16660 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:12:21.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:21.778898 16660 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:12:21.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:21.811964 16660 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:12:21.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:21.812307 16660 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:12:21.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:21.812651 16660 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:12:21.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:21.812978 16660 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:12:21.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:21.813285 16660 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:12:21.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:21.813503 16660 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36161/jwks.json
02:12:21.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.850080 16660 master_runner.cc:387] Master server non-default flags:
02:12:21.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:12:21.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.30.20:43607
02:12:21.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:12:21.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:12:21.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-2/data
02:12:21.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-2/wal
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43431
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.30.62:34489,127.16.30.61:37663,127.16.30.60:35425
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.30.60:35425
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36161/jwks.json
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-2/data/info.pb
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.30.60
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-2/logs
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:34 UTC on e7f111948823
02:12:21.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12767
02:12:21.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:12:21.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.851821 16660 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:12:21.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.853469 16660 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:12:21.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:21.863744 16670 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
02:12:21.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.900406 16659 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } attempt: 4
02:12:21.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:21.907325 16659 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.30.60:35425: Network error: Client connection negotiation failed: client connection to 127.16.30.60:35425: connect: Connection refused (error 111)
02:12:21.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.914815 16585 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 } attempt: 7
02:12:21.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:21.944054 16585 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } has no permanent_uuid. Determining permanent_uuid...
02:12:21.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:21.964154 16585 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.30.60:35425: Network error: Client connection negotiation failed: client connection to 127.16.30.60:35425: connect: Connection refused (error 111)
02:12:22.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:22.023001 16585 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } attempt: 1
02:12:22.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:22.060590 16585 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.30.60:35425: Network error: Client connection negotiation failed: client connection to 127.16.30.60:35425: connect: Connection refused (error 111)
02:12:22.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:22.142508 16585 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } attempt: 2
02:12:22.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:22.150251 16585 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.30.60:35425: Network error: Client connection negotiation failed: client connection to 127.16.30.60:35425: connect: Connection refused (error 111)
02:12:22.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:22.206846 16659 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } attempt: 5
02:12:22.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:22.213795 16659 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.30.60:35425: Network error: Client connection negotiation failed: client connection to 127.16.30.60:35425: connect: Connection refused (error 111)
02:12:22.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:22.235739 16585 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } attempt: 3
02:12:22.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:22.242749 16585 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.30.60:35425: Network error: Client connection negotiation failed: client connection to 127.16.30.60:35425: connect: Connection refused (error 111)
02:12:22.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:22.383276 16585 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } attempt: 4
02:12:22.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:22.390429 16585 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.30.60:35425: Network error: Client connection negotiation failed: client connection to 127.16.30.60:35425: connect: Connection refused (error 111)
02:12:22.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:22.673892 16585 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } attempt: 5
02:12:22.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:22.680723 16585 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.30.60:35425: Network error: Client connection negotiation failed: client connection to 127.16.30.60:35425: connect: Connection refused (error 111)
02:12:22.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:22.761258 16659 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } attempt: 6
02:12:22.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:22.787228 16659 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.30.60:35425: Network error: Client connection negotiation failed: client connection to 127.16.30.60:35425: connect: Connection refused (error 111)
02:12:23.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.233214 16585 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } attempt: 6
02:12:23.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:23.262416 16585 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.30.60:35425: Network error: Client connection negotiation failed: client connection to 127.16.30.60:35425: connect: Connection refused (error 111)
02:12:23.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:23.266620 16669 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 16660
02:12:23.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:21.864354 16671 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
02:12:23.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:23.418901 16660 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.555s	user 0.557s	sys 0.991s
02:12:23.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:23.420030 16660 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.556s	user 0.557s	sys 0.992s
02:12:23.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:23.421000 16672 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1554 milliseconds
02:12:23.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:23.421459 16673 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
02:12:23.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.421888 16660 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
02:12:23.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.424453 16660 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:12:23.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.426754 16660 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:12:23.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.428122 16660 hybrid_clock.cc:648] HybridClock initialized: now 1783476743428092 us; error 26 us; skew 500 ppm
02:12:23.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.428958 16660 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:12:23.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.434814 16660 webserver.cc:533] Webserver started at http://127.16.30.60:45211/ using document root <none> and password file <none>
02:12:23.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.435756 16660 fs_manager.cc:362] Metadata directory not provided
02:12:23.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.435978 16660 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:12:23.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.436460 16660 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:12:23.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.440594 16660 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-2/data/instance:
02:12:23.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1ed72169cf4045f3af9e4c423305cce6"
02:12:23.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:23 on dist-test-slave-j8pn"
02:12:23.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.441744 16660 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-2/wal/instance:
02:12:23.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1ed72169cf4045f3af9e4c423305cce6"
02:12:23.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:23 on dist-test-slave-j8pn"
02:12:23.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.448715 16660 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.000s	sys 0.008s
02:12:23.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.454324 16687 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:12:23.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.455428 16660 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.001s	sys 0.002s
02:12:23.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.455781 16660 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-2/data,/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-2/wal
02:12:23.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1ed72169cf4045f3af9e4c423305cce6"
02:12:23.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:23 on dist-test-slave-j8pn"
02:12:23.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.456132 16660 fs_report.cc:389] FS layout report
02:12:23.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:12:23.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-2/wal
02:12:23.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-2/wal
02:12:23.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-2/data/data
02:12:23.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:12:23.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:12:23.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:12:23.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:12:23.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:12:23.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:12:23.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:12:23.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:12:23.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:12:23.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:12:23.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:12:23.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.507179 16660 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:12:23.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.508680 16660 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:12:23.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.509162 16660 kserver.cc:163] Server-wide thread pool size limit: 3276
02:12:23.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.581149 16660 rpc_server.cc:307] RPC server started. Bound to: 127.16.30.60:35425
02:12:23.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.581228 16738 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.16.30.60:35425 every 8 connection(s)
02:12:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.583824 16660 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-2/data/info.pb
02:12:23.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.589371 16739 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:12:23.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.594089 16504 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu as pid 16660
02:12:23.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.594550 16504 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster5288393818127966624/master-2/wal/instance
02:12:23.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.602267 16739 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.30.62" port: 34489 } has no permanent_uuid. Determining permanent_uuid...
02:12:23.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.630297 16739 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 } has no permanent_uuid. Determining permanent_uuid...
02:12:23.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.642827 16739 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } has no permanent_uuid. Determining permanent_uuid...
02:12:23.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.659158 16739 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6: Bootstrap starting.
02:12:23.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.659653 16504 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:12:23.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.666757 16739 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6: Neither blocks nor log segments found. Creating new log.
02:12:23.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.669006 16739 log.cc:826] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6: Log is configured to *not* fsync() on all Append() calls
02:12:23.670 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:12:23.671 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:12:23.672 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.16.30.62"
      port: 34489
    }
    bound_http_address {
      host: "127.16.30.62"
      port: 42217
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.16.30.61"
      port: 37663
    }
    bound_http_address {
      host: "127.16.30.61"
      port: 43573
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.16.30.60"
      port: 35425
    }
    bound_http_address {
      host: "127.16.30.60"
      port: 45211
    }
  }
}

02:12:23.673 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

02:12:23.674 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:12:23.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.674415 16739 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6: No bootstrap required, opened a new log
02:12:23.675 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=89c0f5aa-2051-4f6b-af3f-44f5de73d7ff, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.16.30.61:37663,127.16.30.60:35425,127.16.30.62:34489}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:12:23.678 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:12:23.678 [INFO - Metastore-Handler-Pool: Thread-91] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:12:23.678 [INFO - Metastore-Handler-Pool: Thread-91] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2886f9f9, with PersistenceManager: null will be shutdown
02:12:23.679 [INFO - Metastore-Handler-Pool: Thread-91] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2886f9f9, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2f77f34d created in the thread with id: 91
02:12:23.685 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2886f9f9
02:12:23.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.700881 16739 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d5604ebe9f67460291542c60166626c0" member_type: VOTER last_known_addr { host: "127.16.30.62" port: 34489 } } peers { permanent_uuid: "5114f65e983a492e9acedce4bfde2dfe" member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 } } peers { permanent_uuid: "1ed72169cf4045f3af9e4c423305cce6" member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } }
02:12:23.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.701782 16739 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:12:23.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.702108 16739 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1ed72169cf4045f3af9e4c423305cce6, State: Initialized, Role: FOLLOWER
02:12:23.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.703125 16739 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6 [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: "d5604ebe9f67460291542c60166626c0" member_type: VOTER last_known_addr { host: "127.16.30.62" port: 34489 } } peers { permanent_uuid: "5114f65e983a492e9acedce4bfde2dfe" member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 } } peers { permanent_uuid: "1ed72169cf4045f3af9e4c423305cce6" member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } }
02:12:23.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.710691 16747 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6 [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: "d5604ebe9f67460291542c60166626c0" member_type: VOTER last_known_addr { host: "127.16.30.62" port: 34489 } } peers { permanent_uuid: "5114f65e983a492e9acedce4bfde2dfe" member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 } } peers { permanent_uuid: "1ed72169cf4045f3af9e4c423305cce6" member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } } }
02:12:23.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.711802 16747 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6 [sys.catalog]: This master's current role is: FOLLOWER
02:12:23.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.712752 16739 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6 [sys.catalog]: configured and running, proceeding with master startup.
02:12:23.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:23.764312 16693 tablet.cc:2406] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:12:23.822 [INFO - Metastore-Handler-Pool: Thread-93] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:12:23.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.826079 16763 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
02:12:23.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:23.832015 16759 client.h:373] Failed to connect to Hive Metastore (localhost:43431): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:23.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.847681 16659 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } attempt: 7
02:12:23.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.836895 16660 master_runner.cc:187] Error getting master registration for 127.16.30.62:34489: OK, instance_id { permanent_uuid: "d5604ebe9f67460291542c60166626c0" instance_seqno: 1783476739531255 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:12:23.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.894712 16660 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:12:23.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.903698 16659 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5114f65e983a492e9acedce4bfde2dfe: Bootstrap starting.
02:12:23.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.919597 16659 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5114f65e983a492e9acedce4bfde2dfe: Neither blocks nor log segments found. Creating new log.
02:12:23.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.922515 16659 log.cc:826] T 00000000000000000000000000000000 P 5114f65e983a492e9acedce4bfde2dfe: Log is configured to *not* fsync() on all Append() calls
02:12:23.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:23.944630 16659 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5114f65e983a492e9acedce4bfde2dfe: No bootstrap required, opened a new log
02:12:24.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.003038 16659 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5114f65e983a492e9acedce4bfde2dfe [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d5604ebe9f67460291542c60166626c0" member_type: VOTER last_known_addr { host: "127.16.30.62" port: 34489 } } peers { permanent_uuid: "5114f65e983a492e9acedce4bfde2dfe" member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 } } peers { permanent_uuid: "1ed72169cf4045f3af9e4c423305cce6" member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } }
02:12:24.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.003950 16659 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5114f65e983a492e9acedce4bfde2dfe [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:12:24.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.004256 16659 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5114f65e983a492e9acedce4bfde2dfe [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5114f65e983a492e9acedce4bfde2dfe, State: Initialized, Role: FOLLOWER
02:12:24.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.005278 16659 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5114f65e983a492e9acedce4bfde2dfe [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: "d5604ebe9f67460291542c60166626c0" member_type: VOTER last_known_addr { host: "127.16.30.62" port: 34489 } } peers { permanent_uuid: "5114f65e983a492e9acedce4bfde2dfe" member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 } } peers { permanent_uuid: "1ed72169cf4045f3af9e4c423305cce6" member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } }
02:12:24.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.023452 16766 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5114f65e983a492e9acedce4bfde2dfe [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: "d5604ebe9f67460291542c60166626c0" member_type: VOTER last_known_addr { host: "127.16.30.62" port: 34489 } } peers { permanent_uuid: "5114f65e983a492e9acedce4bfde2dfe" member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 } } peers { permanent_uuid: "1ed72169cf4045f3af9e4c423305cce6" member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } } }
02:12:24.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.024585 16766 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5114f65e983a492e9acedce4bfde2dfe [sys.catalog]: This master's current role is: FOLLOWER
02:12:24.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.025300 16659 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5114f65e983a492e9acedce4bfde2dfe [sys.catalog]: configured and running, proceeding with master startup.
02:12:24.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.107599 16747 raft_consensus.cc:493] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:12:24.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.108165 16747 raft_consensus.cc:515] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d5604ebe9f67460291542c60166626c0" member_type: VOTER last_known_addr { host: "127.16.30.62" port: 34489 } } peers { permanent_uuid: "5114f65e983a492e9acedce4bfde2dfe" member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 } } peers { permanent_uuid: "1ed72169cf4045f3af9e4c423305cce6" member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } }
02:12:24.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.113622 16634 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1ed72169cf4045f3af9e4c423305cce6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5114f65e983a492e9acedce4bfde2dfe" is_pre_election: true
02:12:24.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.114490 16634 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 5114f65e983a492e9acedce4bfde2dfe [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1ed72169cf4045f3af9e4c423305cce6 in term 0.
02:12:24.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.116473 16690 leader_election.cc:304] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6 [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: 1ed72169cf4045f3af9e4c423305cce6, 5114f65e983a492e9acedce4bfde2dfe; no voters: 
02:12:24.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.118225 16747 leader_election.cc:290] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d5604ebe9f67460291542c60166626c0 (127.16.30.62:34489), 5114f65e983a492e9acedce4bfde2dfe (127.16.30.61:37663)
02:12:24.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.119007 16747 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6 [term 0 FOLLOWER]: Leader pre-election won for term 1
02:12:24.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.119684 16747 raft_consensus.cc:493] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:12:24.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.120352 16747 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6 [term 0 FOLLOWER]: Advancing to term 1
02:12:24.136 [WARN - Metastore-Handler-Pool: Thread-91] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:12:24.147 [WARN - Metastore-Handler-Pool: Thread-91] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:12:24.147 [WARN - Metastore-Handler-Pool: Thread-91] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:12:24.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.146876 16747 raft_consensus.cc:515] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d5604ebe9f67460291542c60166626c0" member_type: VOTER last_known_addr { host: "127.16.30.62" port: 34489 } } peers { permanent_uuid: "5114f65e983a492e9acedce4bfde2dfe" member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 } } peers { permanent_uuid: "1ed72169cf4045f3af9e4c423305cce6" member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } }
02:12:24.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:24.153650 16613 tablet.cc:2406] T 00000000000000000000000000000000 P 5114f65e983a492e9acedce4bfde2dfe: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:12:24.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.155529 16634 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1ed72169cf4045f3af9e4c423305cce6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5114f65e983a492e9acedce4bfde2dfe"
02:12:24.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.156111 16634 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5114f65e983a492e9acedce4bfde2dfe [term 0 FOLLOWER]: Advancing to term 1
02:12:24.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.163022 16634 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 5114f65e983a492e9acedce4bfde2dfe [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1ed72169cf4045f3af9e4c423305cce6 in term 1.
02:12:24.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.164435 16690 leader_election.cc:304] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6 [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: 1ed72169cf4045f3af9e4c423305cce6, 5114f65e983a492e9acedce4bfde2dfe; no voters: 
02:12:24.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.165833 16778 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6 [term 1 FOLLOWER]: Leader election won for term 1
02:12:24.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.174470 16747 leader_election.cc:290] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6 [CANDIDATE]: Term 1 election: Requested vote from peers d5604ebe9f67460291542c60166626c0 (127.16.30.62:34489), 5114f65e983a492e9acedce4bfde2dfe (127.16.30.61:37663)
02:12:24.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.178478 16778 raft_consensus.cc:697] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6 [term 1 LEADER]: Becoming Leader. State: Replica: 1ed72169cf4045f3af9e4c423305cce6, State: Running, Role: LEADER
02:12:24.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.179663 16778 consensus_queue.cc:237] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6 [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: "d5604ebe9f67460291542c60166626c0" member_type: VOTER last_known_addr { host: "127.16.30.62" port: 34489 } } peers { permanent_uuid: "5114f65e983a492e9acedce4bfde2dfe" member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 } } peers { permanent_uuid: "1ed72169cf4045f3af9e4c423305cce6" member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } }
02:12:24.186 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:12:24.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:24.187986 16777 client.h:373] Failed to connect to Hive Metastore (localhost:43431): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:24.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.201138 16747 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1ed72169cf4045f3af9e4c423305cce6. Latest consensus state: current_term: 1 leader_uuid: "1ed72169cf4045f3af9e4c423305cce6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d5604ebe9f67460291542c60166626c0" member_type: VOTER last_known_addr { host: "127.16.30.62" port: 34489 } } peers { permanent_uuid: "5114f65e983a492e9acedce4bfde2dfe" member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 } } peers { permanent_uuid: "1ed72169cf4045f3af9e4c423305cce6" member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } } }
02:12:24.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.202121 16747 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6 [sys.catalog]: This master's current role is: LEADER
02:12:24.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.206084 16785 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
02:12:24.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.207855 16784 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
02:12:24.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.224783 16785 catalog_manager.cc:1520] Initializing Kudu cluster ID...
02:12:24.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.270183 16634 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 5114f65e983a492e9acedce4bfde2dfe [term 1 FOLLOWER]: Refusing update from remote peer 1ed72169cf4045f3af9e4c423305cce6: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:12:24.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.215345 16586 master_runner.cc:187] Error getting master registration for 127.16.30.62:34489: OK, instance_id { permanent_uuid: "d5604ebe9f67460291542c60166626c0" instance_seqno: 1783476739531255 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:12:24.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.272632 16778 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5114f65e983a492e9acedce4bfde2dfe" member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:12:24.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.273619 16586 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:12:24.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.295862 16585 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } attempt: 7
02:12:24.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.312238 16766 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5114f65e983a492e9acedce4bfde2dfe [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1ed72169cf4045f3af9e4c423305cce6. Latest consensus state: current_term: 1 leader_uuid: "1ed72169cf4045f3af9e4c423305cce6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d5604ebe9f67460291542c60166626c0" member_type: VOTER last_known_addr { host: "127.16.30.62" port: 34489 } } peers { permanent_uuid: "5114f65e983a492e9acedce4bfde2dfe" member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 } } peers { permanent_uuid: "1ed72169cf4045f3af9e4c423305cce6" member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } } }
02:12:24.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.313333 16766 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5114f65e983a492e9acedce4bfde2dfe [sys.catalog]: This master's current role is: FOLLOWER
02:12:24.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.329125 16788 mvcc.cc:204] Tried to move back new op lower bound from 7305120744501026816 to 7305120744199385088. Current Snapshot: MvccSnapshot[applied={T|T < 7305120744501026816}]
02:12:24.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.342098 16780 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "1ed72169cf4045f3af9e4c423305cce6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d5604ebe9f67460291542c60166626c0" member_type: VOTER last_known_addr { host: "127.16.30.62" port: 34489 } } peers { permanent_uuid: "5114f65e983a492e9acedce4bfde2dfe" member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 } } peers { permanent_uuid: "1ed72169cf4045f3af9e4c423305cce6" member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } } }
02:12:24.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.342907 16780 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6 [sys.catalog]: This master's current role is: LEADER
02:12:24.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.343766 16585 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d5604ebe9f67460291542c60166626c0: Bootstrap starting.
02:12:24.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.356778 16766 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5114f65e983a492e9acedce4bfde2dfe [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "1ed72169cf4045f3af9e4c423305cce6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d5604ebe9f67460291542c60166626c0" member_type: VOTER last_known_addr { host: "127.16.30.62" port: 34489 } } peers { permanent_uuid: "5114f65e983a492e9acedce4bfde2dfe" member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 } } peers { permanent_uuid: "1ed72169cf4045f3af9e4c423305cce6" member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } } }
02:12:24.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.357470 16766 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5114f65e983a492e9acedce4bfde2dfe [sys.catalog]: This master's current role is: FOLLOWER
02:12:24.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.365298 16785 catalog_manager.cc:1383] Generated new cluster ID: 746f2d5060f94b7abf5591c9b7a50940
02:12:24.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.365636 16785 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
02:12:24.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.367630 16585 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d5604ebe9f67460291542c60166626c0: Neither blocks nor log segments found. Creating new log.
02:12:24.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.373103 16585 log.cc:826] T 00000000000000000000000000000000 P d5604ebe9f67460291542c60166626c0: Log is configured to *not* fsync() on all Append() calls
02:12:24.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.414036 16585 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d5604ebe9f67460291542c60166626c0: No bootstrap required, opened a new log
02:12:24.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.429507 16785 catalog_manager.cc:1406] Generated new certificate authority record
02:12:24.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.431587 16785 catalog_manager.cc:1540] Loading token signing keys...
02:12:24.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.478097 16785 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6: Generated new TSK 0
02:12:24.478 [INFO - Metastore-Handler-Pool: Thread-91] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:12:24.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.479259 16785 catalog_manager.cc:1550] Initializing in-progress tserver states...
02:12:24.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.483448 16785 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
02:12:24.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.487656 16785 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
02:12:24.549 [INFO - Metastore-Handler-Pool: Thread-91] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive14164290481531777820/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=89c0f5aa-2051-4f6b-af3f-44f5de73d7ff, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.16.30.61:37663,127.16.30.60:35425,127.16.30.62:34489}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:12:24.561 [INFO - Metastore-Handler-Pool: Thread-91] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive14164290481531777820/external-warehouse/table
02:12:24.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.564796 16585 raft_consensus.cc:359] T 00000000000000000000000000000000 P d5604ebe9f67460291542c60166626c0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d5604ebe9f67460291542c60166626c0" member_type: VOTER last_known_addr { host: "127.16.30.62" port: 34489 } } peers { permanent_uuid: "5114f65e983a492e9acedce4bfde2dfe" member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 } } peers { permanent_uuid: "1ed72169cf4045f3af9e4c423305cce6" member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } }
02:12:24.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.565641 16585 raft_consensus.cc:385] T 00000000000000000000000000000000 P d5604ebe9f67460291542c60166626c0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:12:24.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.565953 16585 raft_consensus.cc:740] T 00000000000000000000000000000000 P d5604ebe9f67460291542c60166626c0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d5604ebe9f67460291542c60166626c0, State: Initialized, Role: FOLLOWER
02:12:24.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.566991 16585 consensus_queue.cc:260] T 00000000000000000000000000000000 P d5604ebe9f67460291542c60166626c0 [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: "d5604ebe9f67460291542c60166626c0" member_type: VOTER last_known_addr { host: "127.16.30.62" port: 34489 } } peers { permanent_uuid: "5114f65e983a492e9acedce4bfde2dfe" member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 } } peers { permanent_uuid: "1ed72169cf4045f3af9e4c423305cce6" member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } }
02:12:24.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.575265 16795 sys_catalog.cc:455] T 00000000000000000000000000000000 P d5604ebe9f67460291542c60166626c0 [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: "d5604ebe9f67460291542c60166626c0" member_type: VOTER last_known_addr { host: "127.16.30.62" port: 34489 } } peers { permanent_uuid: "5114f65e983a492e9acedce4bfde2dfe" member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 } } peers { permanent_uuid: "1ed72169cf4045f3af9e4c423305cce6" member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } } }
02:12:24.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.576148 16795 sys_catalog.cc:458] T 00000000000000000000000000000000 P d5604ebe9f67460291542c60166626c0 [sys.catalog]: This master's current role is: FOLLOWER
02:12:24.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.580294 16585 sys_catalog.cc:565] T 00000000000000000000000000000000 P d5604ebe9f67460291542c60166626c0 [sys.catalog]: configured and running, proceeding with master startup.
02:12:24.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.580467 16560 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1ed72169cf4045f3af9e4c423305cce6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d5604ebe9f67460291542c60166626c0" is_pre_election: true
02:12:24.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.582049 16559 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1ed72169cf4045f3af9e4c423305cce6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d5604ebe9f67460291542c60166626c0"
02:12:24.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.581322 16560 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d5604ebe9f67460291542c60166626c0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1ed72169cf4045f3af9e4c423305cce6 in term 0.
02:12:24.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.588282 16558 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d5604ebe9f67460291542c60166626c0 [term 0 FOLLOWER]: Advancing to term 1
02:12:24.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.596251 16558 raft_consensus.cc:1275] T 00000000000000000000000000000000 P d5604ebe9f67460291542c60166626c0 [term 1 FOLLOWER]: Refusing update from remote peer 1ed72169cf4045f3af9e4c423305cce6: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:12:24.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.604585 16778 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d5604ebe9f67460291542c60166626c0" member_type: VOTER last_known_addr { host: "127.16.30.62" port: 34489 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:12:24.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.665186 16795 sys_catalog.cc:455] T 00000000000000000000000000000000 P d5604ebe9f67460291542c60166626c0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1ed72169cf4045f3af9e4c423305cce6. Latest consensus state: current_term: 1 leader_uuid: "1ed72169cf4045f3af9e4c423305cce6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d5604ebe9f67460291542c60166626c0" member_type: VOTER last_known_addr { host: "127.16.30.62" port: 34489 } } peers { permanent_uuid: "5114f65e983a492e9acedce4bfde2dfe" member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 } } peers { permanent_uuid: "1ed72169cf4045f3af9e4c423305cce6" member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } } }
02:12:24.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.665966 16795 sys_catalog.cc:458] T 00000000000000000000000000000000 P d5604ebe9f67460291542c60166626c0 [sys.catalog]: This master's current role is: FOLLOWER
02:12:24.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.665261 16804 sys_catalog.cc:455] T 00000000000000000000000000000000 P d5604ebe9f67460291542c60166626c0 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "1ed72169cf4045f3af9e4c423305cce6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d5604ebe9f67460291542c60166626c0" member_type: VOTER last_known_addr { host: "127.16.30.62" port: 34489 } } peers { permanent_uuid: "5114f65e983a492e9acedce4bfde2dfe" member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 } } peers { permanent_uuid: "1ed72169cf4045f3af9e4c423305cce6" member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } } }
02:12:24.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.666498 16804 sys_catalog.cc:458] T 00000000000000000000000000000000 P d5604ebe9f67460291542c60166626c0 [sys.catalog]: This master's current role is: FOLLOWER
02:12:24.764 [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=	
02:12:24.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:24.765609 16814 client.h:373] Failed to connect to Hive Metastore (localhost:43431): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:24.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:24.776173 16818 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
02:12:24.839 [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=	
02:12:24.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:24.841450 16759 client.h:373] Failed to connect to Hive Metastore (localhost:43431): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:24.856 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:12:24.903 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:3711) Skipping translation for processor with null
02:12:24.904 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:12:25.036 [WARN - Metastore-Handler-Pool: Thread-91] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:12:25.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:25.187788 16778 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "1ed72169cf4045f3af9e4c423305cce6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d5604ebe9f67460291542c60166626c0" member_type: VOTER last_known_addr { host: "127.16.30.62" port: 34489 } } peers { permanent_uuid: "5114f65e983a492e9acedce4bfde2dfe" member_type: VOTER last_known_addr { host: "127.16.30.61" port: 37663 } } peers { permanent_uuid: "1ed72169cf4045f3af9e4c423305cce6" member_type: VOTER last_known_addr { host: "127.16.30.60" port: 35425 } } }
02:12:25.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:25.188844 16778 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1ed72169cf4045f3af9e4c423305cce6 [sys.catalog]: This master's current role is: LEADER
02:12:25.202 [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=	
02:12:25.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:25.203002 16777 client.h:373] Failed to connect to Hive Metastore (localhost:43431): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:25.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:25.231854 16784 catalog_manager.cc:1295] Loaded cluster ID: 746f2d5060f94b7abf5591c9b7a50940
02:12:25.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:25.232431 16784 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 5114f65e983a492e9acedce4bfde2dfe: loading cluster ID for follower catalog manager: success
02:12:25.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:25.260342 16784 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 5114f65e983a492e9acedce4bfde2dfe: acquiring CA information for follower catalog manager: success
02:12:25.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:25.272815 16784 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 5114f65e983a492e9acedce4bfde2dfe: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:12:25.278 [WARN - Metastore-Handler-Pool: Thread-91] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:12:25.344 [WARN - Metastore-Handler-Pool: Thread-91] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:12:25.395 [WARN - Metastore-Handler-Pool: Thread-91] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:12:25.747 [DEBUG - Metastore-Handler-Pool: Thread-91] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
02:12:25.755 [DEBUG - Metastore-Handler-Pool: Thread-91] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
02:12:25.757 [DEBUG - Metastore-Handler-Pool: Thread-91] (Connection.java:748) [peer master-127.16.30.61:37663(127.16.30.61:37663)] connecting to peer
02:12:25.759 [DEBUG - Metastore-Handler-Pool: Thread-91] (Connection.java:748) [peer master-127.16.30.60:35425(127.16.30.60:35425)] connecting to peer
02:12:25.761 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.16.30.61:37663(127.16.30.61:37663)] Successfully connected to peer
02:12:25.766 [DEBUG - Metastore-Handler-Pool: Thread-91] (Connection.java:748) [peer master-127.16.30.62:34489(127.16.30.62:34489)] connecting to peer
02:12:25.768 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.16.30.60:35425(127.16.30.60:35425)] Successfully connected to peer
02:12:25.774 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.16.30.62:34489(127.16.30.62:34489)] Successfully connected to peer
02:12:25.779 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.16.30.61
02:12:25.785 [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=	
02:12:25.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:25.785828 16814 client.h:373] Failed to connect to Hive Metastore (localhost:43431): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:25.790 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.16.30.60
02:12:25.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:25.810182 16818 catalog_manager.cc:1295] Loaded cluster ID: 746f2d5060f94b7abf5591c9b7a50940
02:12:25.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:25.810477 16818 catalog_manager.cc:1588] T 00000000000000000000000000000000 P d5604ebe9f67460291542c60166626c0: loading cluster ID for follower catalog manager: success
02:12:25.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:25.817670 16818 catalog_manager.cc:1610] T 00000000000000000000000000000000 P d5604ebe9f67460291542c60166626c0: acquiring CA information for follower catalog manager: success
02:12:25.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:25.823524 16818 catalog_manager.cc:1638] T 00000000000000000000000000000000 P d5604ebe9f67460291542c60166626c0: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:12:25.834 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.16.30.62
02:12:25.859 [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=	
02:12:25.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:25.860303 16759 client.h:373] Failed to connect to Hive Metastore (localhost:43431): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:25.894 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:12:25.898 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:12:25.921 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:12:25.940 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x213faace, L:/127.0.0.1:57268 - R:/127.16.30.61:37663] using SASL/PLAIN
02:12:25.944 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x04d0fd0e, L:/127.0.0.1:60762 - R:/127.16.30.60:35425] using SASL/PLAIN
02:12:25.959 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
02:12:25.969 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x6d5f683a, L:/127.0.0.1:33190 - R:/127.16.30.62:34489] using SASL/PLAIN
02:12:25.972 [ERROR - Metastore-Handler-Pool: Thread-91] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:212)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

02:12:25.988 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:12:26.079 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:3711) Skipping translation for processor with null
02:12:26.080 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:12:26.212 [WARN - Metastore-Handler-Pool: Thread-91] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:12:26.215 [INFO - Metastore-Handler-Pool: Thread-106] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:12:26.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:26.216297 16777 client.h:373] Failed to connect to Hive Metastore (localhost:43431): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:26.271 [INFO - Metastore-Handler-Pool: Thread-91] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:12:26.279 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=89c0f5aa-2051-4f6b-af3f-44f5de73d7ff, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.16.30.61:37663,127.16.30.60:35425,127.16.30.62:34489}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:12:26.292 [INFO - Metastore-Handler-Pool: Thread-91] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:12:26.301 [INFO - Metastore-Handler-Pool: Thread-91] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive14164290481531777820/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=89c0f5aa-2051-4f6b-af3f-44f5de73d7ff, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.16.30.61:37663,127.16.30.60:35425,127.16.30.62:34489}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:12:26.307 [INFO - Metastore-Handler-Pool: Thread-91] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive14164290481531777820/external-warehouse/table
02:12:26.423 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:12:26.480 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:3711) Skipping translation for processor with null
02:12:26.487 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:12:26.557 [WARN - Metastore-Handler-Pool: Thread-91] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:12:26.604 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:12:26.608 [INFO - Metastore-Handler-Pool: Thread-91] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:12:26.620 [INFO - Metastore-Handler-Pool: Thread-91] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive14164290481531777820/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)
02:12:26.622 [WARN - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:2452) Location: file:/tmp/hive14164290481531777820/external-warehouse/table specified for non-external table:table
02:12:26.623 [INFO - Metastore-Handler-Pool: Thread-91] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive14164290481531777820/external-warehouse/table
02:12:26.670 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:12:26.702 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:3711) Skipping translation for processor with null
02:12:26.703 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:12:26.763 [WARN - Metastore-Handler-Pool: Thread-91] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:12:26.793 [INFO - Metastore-Handler-Pool: Thread-109] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:12:26.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:26.794498 16814 client.h:373] Failed to connect to Hive Metastore (localhost:43431): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:26.805 [ERROR - Metastore-Handler-Pool: Thread-91] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

02:12:26.819 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:12:26.859 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:3711) Skipping translation for processor with null
02:12:26.863 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:12:26.884 [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=	
02:12:26.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:26.885484 16759 client.h:373] Failed to connect to Hive Metastore (localhost:43431): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:26.927 [WARN - Metastore-Handler-Pool: Thread-91] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:12:26.981 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:12:26.990 [INFO - Metastore-Handler-Pool: Thread-91] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:12:26.992 [INFO - Metastore-Handler-Pool: Thread-91] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive14164290481531777820/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)
02:12:26.993 [WARN - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:2452) Location: file:/tmp/hive14164290481531777820/external-warehouse/table specified for non-external table:table
02:12:26.994 [INFO - Metastore-Handler-Pool: Thread-91] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive14164290481531777820/external-warehouse/table
02:12:27.042 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:12:27.076 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:3711) Skipping translation for processor with null
02:12:27.078 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:12:27.138 [WARN - Metastore-Handler-Pool: Thread-91] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:12:27.174 [ERROR - Metastore-Handler-Pool: Thread-91] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

02:12:27.177 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:12:27.205 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:3711) Skipping translation for processor with null
02:12:27.206 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:12:27.220 [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=	
02:12:27.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:27.221067 16777 client.h:373] Failed to connect to Hive Metastore (localhost:43431): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:27.245 [WARN - Metastore-Handler-Pool: Thread-91] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:12:27.281 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{EXTERNAL=TRUE, external.table.purge=FALSE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:12:27.297 [INFO - Metastore-Handler-Pool: Thread-91] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:12:27.301 [INFO - Metastore-Handler-Pool: Thread-91] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive14164290481531777820/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)
02:12:27.305 [INFO - Metastore-Handler-Pool: Thread-91] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive14164290481531777820/external-warehouse/table
02:12:27.354 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:12:27.365 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:3711) Skipping translation for processor with null
02:12:27.369 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:12:27.410 [WARN - Metastore-Handler-Pool: Thread-91] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
02:12:27.438 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:12:27.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:27.439193 16504 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu with pid 16517
02:12:27.440 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:12:27.440 [INFO - Metastore-Handler-Pool: Thread-91] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@2886f9f9, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@2f77f34d will be shutdown
02:12:27.440 [INFO - Metastore-Handler-Pool: Thread-91] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:12:27.470 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.16.30.62:34489(127.16.30.62:34489)] handling channelInactive
02:12:27.470 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.16.30.62:34489(127.16.30.62:34489)] cleaning up while in state READY due to: connection closed
02:12:27.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:27.471006 16504 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu with pid 16586
02:12:27.506 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.16.30.61:37663(127.16.30.61:37663)] handling channelInactive
02:12:27.507 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.16.30.61:37663(127.16.30.61:37663)] cleaning up while in state READY due to: connection closed
02:12:27.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:27.506513 16504 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu with pid 16660
02:12:27.531 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.16.30.60:35425(127.16.30.60:35425)] handling channelInactive
02:12:27.532 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.16.30.60:35425(127.16.30.60:35425)] cleaning up while in state READY due to: connection closed
02:12:28.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:12:28Z chronyd exiting
.02:12:29.635 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:12:29.635 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:12:29.635 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:12:29.654 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive7494739938976466114
02:12:29.655 [INFO - Thread-78] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:12:29.655 [INFO - Thread-78] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:12:29.657 [INFO - Thread-78] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:12:29.657 [INFO - Thread-78] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:12:29.657 [INFO - Thread-78] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:12:29.658 [INFO - Thread-78] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:12:29.659 [INFO - Thread-78] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:12:29.659 [INFO - Thread-78] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:12:29.660 [INFO - Thread-78] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:12:29.660 [INFO - Thread-78] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:12:29.661 [INFO - Thread-78] (HikariDataSource.java:80) objectstore - Starting...
02:12:29.752 [INFO - Thread-78] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:12:29.753 [INFO - Thread-78] (HikariDataSource.java:82) objectstore - Start completed.
02:12:29.753 [INFO - Thread-78] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:12:29.755 [INFO - Thread-78] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:12:29.757 [INFO - Thread-78] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:12:29.757 [INFO - Thread-78] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:12:29.774 [INFO - Thread-78] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:12:29.774 [INFO - Thread-78] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:12:29.774 [INFO - Thread-78] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:12:29.801 [WARN - Thread-78] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:12:29.802 [WARN - Thread-78] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:12:29.803 [WARN - Thread-78] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:12:29.803 [WARN - Thread-78] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:12:29.804 [WARN - Thread-78] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:12:29.804 [WARN - Thread-78] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:12:29.988 [INFO - Thread-78] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:12:29.989 [INFO - Thread-78] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@450d8f59, with PersistenceManager: null will be shutdown
02:12:29.989 [INFO - Thread-78] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@450d8f59, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@77a03278 created in the thread with id: 114
02:12:29.991 [WARN - Thread-78] (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
02:12:29.992 [INFO - Thread-78] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@450d8f59
02:12:30.133 [INFO - Thread-78] (HMSHandler.java:595) Started creating a default database with name: default
02:12:30.190 [INFO - Thread-78] (HMSHandler.java:605) Successfully created a default database with name: default
02:12:30.222 [INFO - Thread-78] (HMSHandler.java:668) Added admin role in metastore
02:12:30.223 [INFO - Thread-78] (HMSHandler.java:677) Added public role in metastore
02:12:30.254 [INFO - Thread-78] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:12:30.255 [INFO - Thread-78] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:12:30.255 [INFO - Thread-78] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:12:30.255 [INFO - Thread-78] (HiveMetaStore.java:697) Direct SQL optimization = true
02:12:30.256 [WARN - Thread-78] (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)
02:12:30.256 [INFO - Thread-78] (HiveMetaStore.java:632) Started the new metaserver on port [36149]...
02:12:30.256 [INFO - Thread-78] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:12:30.256 [INFO - Thread-78] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:12:30.256 [INFO - Thread-78] (HiveMetaStore.java:635) TCP keepalive = true
02:12:30.256 [INFO - Thread-78] (HiveMetaStore.java:636) Enable SSL = false
02:12:30.656 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:12:30.657 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:12:30.657 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:12:30.659 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:12:30.659 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:36149]
02:12:30.659 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:36149) in binary transport mode
02:12:30.660 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:36149) current connections: 1
02:12:30.661 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskV48nXE/test-tmp
02:12:30.662 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
02:12:30.662 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskV48nXE/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
02:12:30.664 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:36149"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

02:12:30.983 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:12:30.984 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

02:12:30.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:30.987288 16872 mini_oidc.cc:150] Starting JWKS server
02:12:30.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:30.990307 16872 webserver.cc:533] Webserver started at http://127.0.0.1:36111/ using document root <none> and password file <none>
02:12:30.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:30.990721 16872 mini_oidc.cc:186] Starting OIDC Discovery server
02:12:30.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:30.992395 16872 webserver.cc:533] Webserver started at http://127.0.0.1:33843/ using document root <none> and password file <none>
02:12:31.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:12:31Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:12:31.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:12:31Z Disabled control of system clock
02:12:31.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:31.049854 16872 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:12:31.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:12:31.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-0/wal
02:12:31.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-0/data
02:12:31.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:12:31.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:12:31.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:12:31.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:12:31.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:12:31.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:12:31.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-0/logs
02:12:31.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-0/data/info.pb
02:12:31.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:12:31.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:12:31.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:12:31.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:12:31.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:12:31.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:12:31.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:12:31.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:12:31.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:12:31.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:12:31.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:12:31.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:12:31.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.122.62:46625
02:12:31.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.122.62
02:12:31.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:12:31.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.122.20:36013
02:12:31.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:12:31.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:12:31.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:12:31.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:12:31.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.122.62:46625,127.16.122.61:33585,127.16.122.60:41831
02:12:31.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:12:31.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36111/jwks.json
02:12:31.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36149 with env {}
02:12:31.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:31.345029 16884 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:12:31.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:31.345570 16884 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:12:31.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:31.346022 16884 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:12:31.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:31.378423 16884 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:12:31.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:31.378722 16884 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:12:31.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:31.378938 16884 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:12:31.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:31.379124 16884 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:12:31.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:31.379318 16884 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:12:31.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:31.379463 16884 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36111/jwks.json
02:12:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:31.416576 16884 master_runner.cc:387] Master server non-default flags:
02:12:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:12:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.122.20:36013
02:12:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:12:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:12:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-0/data
02:12:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-0/wal
02:12:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36149
02:12:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:12:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.122.62:46625,127.16.122.61:33585,127.16.122.60:41831
02:12:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:12:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:12:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:12:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.122.62:46625
02:12:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:12:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:12:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:12:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36111/jwks.json
02:12:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:12:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:12:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-0/data/info.pb
02:12:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.122.62
02:12:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:12:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:12:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:12:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:12:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:12:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:12:31.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-0/logs
02:12:31.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:12:31.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:12:31.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:12:31.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:12:31.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:12:31.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:12:31.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:12:31.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:34 UTC on e7f111948823
02:12:31.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12767
02:12:31.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:12:31.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:31.418102 16884 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:12:31.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:31.420315 16884 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:12:31.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:31.433679 16890 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
02:12:32.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:31.434881 16891 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
02:12:32.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:32.567771 16893 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
02:12:32.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:32.569147 16884 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.133s	user 0.003s	sys 0.003s
02:12:32.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:32.569499 16884 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.134s	user 0.003s	sys 0.003s
02:12:32.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.569759 16884 server_base.cc:1061] running on GCE node
02:12:32.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.571213 16884 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:12:32.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.574373 16884 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:12:32.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.576076 16884 hybrid_clock.cc:648] HybridClock initialized: now 1783476752576023 us; error 44 us; skew 500 ppm
02:12:32.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.577169 16884 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:12:32.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.586464 16884 webserver.cc:533] Webserver started at http://127.16.122.62:35697/ using document root <none> and password file <none>
02:12:32.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.587864 16884 fs_manager.cc:362] Metadata directory not provided
02:12:32.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.588174 16884 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:12:32.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.588734 16884 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:12:32.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.593398 16884 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-0/data/instance:
02:12:32.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "baca768849014f3ba840149bad12a5a9"
02:12:32.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:32 on dist-test-slave-j8pn"
02:12:32.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.594857 16884 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-0/wal/instance:
02:12:32.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "baca768849014f3ba840149bad12a5a9"
02:12:32.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:32 on dist-test-slave-j8pn"
02:12:32.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.603998 16884 fs_manager.cc:696] Time spent creating directory manager: real 0.009s	user 0.007s	sys 0.001s
02:12:32.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.610486 16900 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:12:32.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.611653 16884 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
02:12:32.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.611972 16884 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-0/data,/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-0/wal
02:12:32.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "baca768849014f3ba840149bad12a5a9"
02:12:32.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:32 on dist-test-slave-j8pn"
02:12:32.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.612311 16884 fs_report.cc:389] FS layout report
02:12:32.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:12:32.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-0/wal
02:12:32.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-0/wal
02:12:32.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-0/data/data
02:12:32.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:12:32.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:12:32.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:12:32.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:12:32.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:12:32.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:12:32.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:12:32.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:12:32.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:12:32.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:12:32.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:12:32.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.684784 16884 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:12:32.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.686205 16884 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:12:32.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.686625 16884 kserver.cc:163] Server-wide thread pool size limit: 3276
02:12:32.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.754748 16884 rpc_server.cc:307] RPC server started. Bound to: 127.16.122.62:46625
02:12:32.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.754904 16951 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.16.122.62:46625 every 8 connection(s)
02:12:32.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.757371 16884 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-0/data/info.pb
02:12:32.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.759836 16872 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu as pid 16884
02:12:32.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.760202 16872 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-0/wal/instance
02:12:32.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.762997 16952 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:12:32.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.763624 16872 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:12:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:12:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-1/wal
02:12:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-1/data
02:12:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:12:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:12:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:12:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:12:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:12:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:12:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-1/logs
02:12:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-1/data/info.pb
02:12:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:12:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:12:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:12:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:12:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:12:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:12:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:12:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:12:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:12:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:12:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:12:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:12:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.122.61:33585
02:12:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.122.61
02:12:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:12:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.122.20:36013
02:12:32.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:12:32.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:12:32.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:12:32.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:12:32.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.122.62:46625,127.16.122.61:33585,127.16.122.60:41831
02:12:32.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:12:32.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36111/jwks.json
02:12:32.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36149 with env {}
02:12:32.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.773628 16952 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.122.62" port: 46625 } has no permanent_uuid. Determining permanent_uuid...
02:12:32.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.800802 16952 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 } has no permanent_uuid. Determining permanent_uuid...
02:12:32.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:32.803269 16902 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.16.122.61:33585: connect: Connection refused (error 111)
02:12:32.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:32.807293 16952 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.122.61:33585: Network error: Client connection negotiation failed: client connection to 127.16.122.61:33585: connect: Connection refused (error 111)
02:12:32.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.856751 16952 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 } attempt: 1
02:12:32.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:32.860911 16952 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.122.61:33585: Network error: Client connection negotiation failed: client connection to 127.16.122.61:33585: connect: Connection refused (error 111)
02:12:32.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:32.929281 16952 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 } attempt: 2
02:12:32.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:32.933638 16952 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.122.61:33585: Network error: Client connection negotiation failed: client connection to 127.16.122.61:33585: connect: Connection refused (error 111)
02:12:33.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:33.025027 16952 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 } attempt: 3
02:12:33.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:33.029107 16952 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.122.61:33585: Network error: Client connection negotiation failed: client connection to 127.16.122.61:33585: connect: Connection refused (error 111)
02:12:33.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:33.058209 16953 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:12:33.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:33.058755 16953 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:12:33.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:33.059383 16953 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:12:33.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:33.093101 16953 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:12:33.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:33.093394 16953 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:12:33.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:33.093587 16953 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:12:33.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:33.093788 16953 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:12:33.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:33.093984 16953 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:12:33.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:33.094132 16953 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36111/jwks.json
02:12:33.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:33.132026 16953 master_runner.cc:387] Master server non-default flags:
02:12:33.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:12:33.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.122.20:36013
02:12:33.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:12:33.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:12:33.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-1/data
02:12:33.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-1/wal
02:12:33.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36149
02:12:33.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:12:33.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.122.62:46625,127.16.122.61:33585,127.16.122.60:41831
02:12:33.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:12:33.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:12:33.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:12:33.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.122.61:33585
02:12:33.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:12:33.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:12:33.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:12:33.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36111/jwks.json
02:12:33.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:12:33.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:12:33.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-1/data/info.pb
02:12:33.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.122.61
02:12:33.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:12:33.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:12:33.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:12:33.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:12:33.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:12:33.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:12:33.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-1/logs
02:12:33.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:12:33.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:12:33.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:12:33.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:12:33.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:12:33.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:12:33.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:12:33.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:34 UTC on e7f111948823
02:12:33.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12767
02:12:33.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:12:33.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:33.133288 16953 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:12:33.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:33.134852 16953 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:12:33.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:33.145071 16962 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
02:12:33.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:33.172474 16952 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 } attempt: 4
02:12:33.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:33.179678 16952 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.122.61:33585: Network error: Client connection negotiation failed: client connection to 127.16.122.61:33585: connect: Connection refused (error 111)
02:12:33.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:33.479182 16952 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 } attempt: 5
02:12:33.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:33.485924 16952 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.122.61:33585: Network error: Client connection negotiation failed: client connection to 127.16.122.61:33585: connect: Connection refused (error 111)
02:12:34.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.033465 16952 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 } attempt: 6
02:12:34.063 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:34.063256 16952 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.122.61:33585: Network error: Client connection negotiation failed: client connection to 127.16.122.61:33585: connect: Connection refused (error 111)
02:12:34.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:33.145618 16963 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
02:12:34.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:34.427059 16964 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1279 milliseconds
02:12:34.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:34.428539 16965 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
02:12:34.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:34.431579 16953 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.286s	user 0.454s	sys 0.828s
02:12:34.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:34.431852 16953 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.287s	user 0.454s	sys 0.828s
02:12:34.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.432116 16953 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
02:12:34.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.433285 16953 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:12:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.435890 16953 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:12:34.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.437254 16953 hybrid_clock.cc:648] HybridClock initialized: now 1783476754437226 us; error 39 us; skew 500 ppm
02:12:34.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.438215 16953 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:12:34.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.445508 16953 webserver.cc:533] Webserver started at http://127.16.122.61:37605/ using document root <none> and password file <none>
02:12:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.446453 16953 fs_manager.cc:362] Metadata directory not provided
02:12:34.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.446695 16953 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:12:34.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.447196 16953 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:12:34.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.451355 16953 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-1/data/instance:
02:12:34.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a5d9641c2ef7438b940858b07a412d6b"
02:12:34.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:34 on dist-test-slave-j8pn"
02:12:34.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.452468 16953 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-1/wal/instance:
02:12:34.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a5d9641c2ef7438b940858b07a412d6b"
02:12:34.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:34 on dist-test-slave-j8pn"
02:12:34.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.460180 16953 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.004s	sys 0.004s
02:12:34.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.466153 16974 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:12:34.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.467475 16953 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.001s
02:12:34.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.467880 16953 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-1/data,/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-1/wal
02:12:34.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a5d9641c2ef7438b940858b07a412d6b"
02:12:34.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:34 on dist-test-slave-j8pn"
02:12:34.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.468330 16953 fs_report.cc:389] FS layout report
02:12:34.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:12:34.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-1/wal
02:12:34.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-1/wal
02:12:34.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-1/data/data
02:12:34.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:12:34.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:12:34.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:12:34.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:12:34.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:12:34.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:12:34.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:12:34.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:12:34.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:12:34.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:12:34.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:12:34.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.534300 16953 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:12:34.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.535807 16953 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:12:34.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.536211 16953 kserver.cc:163] Server-wide thread pool size limit: 3276
02:12:34.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.602885 16953 rpc_server.cc:307] RPC server started. Bound to: 127.16.122.61:33585
02:12:34.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.602964 17025 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.16.122.61:33585 every 8 connection(s)
02:12:34.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.605552 16953 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-1/data/info.pb
02:12:34.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.609992 16872 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu as pid 16953
02:12:34.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.610376 16872 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-1/wal/instance
02:12:34.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.611128 17026 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:12:34.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.612326 16872 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:12:34.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:12:34.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-2/wal
02:12:34.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-2/data
02:12:34.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:12:34.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:12:34.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:12:34.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:12:34.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:12:34.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:12:34.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-2/logs
02:12:34.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-2/data/info.pb
02:12:34.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:12:34.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:12:34.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:12:34.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:12:34.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:12:34.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:12:34.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:12:34.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:12:34.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:12:34.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:12:34.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:12:34.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:12:34.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.122.60:41831
02:12:34.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.122.60
02:12:34.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:12:34.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.122.20:36013
02:12:34.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:12:34.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:12:34.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:12:34.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:12:34.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.122.62:46625,127.16.122.61:33585,127.16.122.60:41831
02:12:34.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:12:34.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36111/jwks.json
02:12:34.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36149 with env {}
02:12:34.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.622031 17026 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.122.62" port: 46625 } has no permanent_uuid. Determining permanent_uuid...
02:12:34.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.642314 17026 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 } has no permanent_uuid. Determining permanent_uuid...
02:12:34.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.656589 17026 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } has no permanent_uuid. Determining permanent_uuid...
02:12:34.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:34.659057 16977 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.16.122.60:41831: connect: Connection refused (error 111)
02:12:34.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:34.663287 17026 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.122.60:41831: Network error: Client connection negotiation failed: client connection to 127.16.122.60:41831: connect: Connection refused (error 111)
02:12:34.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.712743 17026 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } attempt: 1
02:12:34.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:34.717056 17026 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.122.60:41831: Network error: Client connection negotiation failed: client connection to 127.16.122.60:41831: connect: Connection refused (error 111)
02:12:34.786 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.785465 17026 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } attempt: 2
02:12:34.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:34.789691 17026 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.122.60:41831: Network error: Client connection negotiation failed: client connection to 127.16.122.60:41831: connect: Connection refused (error 111)
02:12:34.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.881080 17026 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } attempt: 3
02:12:34.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:34.885627 17026 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.122.60:41831: Network error: Client connection negotiation failed: client connection to 127.16.122.60:41831: connect: Connection refused (error 111)
02:12:34.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:34.911792 17027 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:12:34.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:34.912328 17027 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:12:34.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:34.912782 17027 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:12:34.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:34.945164 17027 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:12:34.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:34.945452 17027 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:12:34.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:34.945647 17027 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:12:34.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:34.945853 17027 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:12:34.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:34.946045 17027 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:12:34.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:34.946192 17027 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36111/jwks.json
02:12:34.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.983426 17027 master_runner.cc:387] Master server non-default flags:
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.122.20:36013
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-2/data
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-2/wal
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36149
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.122.62:46625,127.16.122.61:33585,127.16.122.60:41831
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.122.60:41831
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36111/jwks.json
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-2/data/info.pb
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.122.60
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-2/logs
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:34 UTC on e7f111948823
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12767
02:12:34.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:12:34.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.984694 17027 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:12:34.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:34.986274 17027 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:12:34.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:34.996342 17037 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
02:12:35.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:35.029335 17026 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } attempt: 4
02:12:35.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:35.036597 17026 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.122.60:41831: Network error: Client connection negotiation failed: client connection to 127.16.122.60:41831: connect: Connection refused (error 111)
02:12:35.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:35.123857 16952 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 } attempt: 7
02:12:35.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:35.153609 16952 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } has no permanent_uuid. Determining permanent_uuid...
02:12:35.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:35.178926 16952 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.122.60:41831: Network error: Client connection negotiation failed: client connection to 127.16.122.60:41831: connect: Connection refused (error 111)
02:12:35.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:35.237442 16952 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } attempt: 1
02:12:35.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:35.244213 16952 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.122.60:41831: Network error: Client connection negotiation failed: client connection to 127.16.122.60:41831: connect: Connection refused (error 111)
02:12:35.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:35.325688 16952 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } attempt: 2
02:12:35.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:35.332142 16952 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.122.60:41831: Network error: Client connection negotiation failed: client connection to 127.16.122.60:41831: connect: Connection refused (error 111)
02:12:35.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:35.336092 17026 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } attempt: 5
02:12:35.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:35.342589 17026 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.122.60:41831: Network error: Client connection negotiation failed: client connection to 127.16.122.60:41831: connect: Connection refused (error 111)
02:12:35.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:35.417610 16952 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } attempt: 3
02:12:35.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:35.423978 16952 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.122.60:41831: Network error: Client connection negotiation failed: client connection to 127.16.122.60:41831: connect: Connection refused (error 111)
02:12:35.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:35.564443 16952 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } attempt: 4
02:12:35.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:35.572772 16952 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.122.60:41831: Network error: Client connection negotiation failed: client connection to 127.16.122.60:41831: connect: Connection refused (error 111)
02:12:35.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:35.856248 16952 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } attempt: 5
02:12:35.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:35.863270 16952 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.122.60:41831: Network error: Client connection negotiation failed: client connection to 127.16.122.60:41831: connect: Connection refused (error 111)
02:12:35.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:35.890084 17026 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } attempt: 6
02:12:35.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:35.912348 17026 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.122.60:41831: Network error: Client connection negotiation failed: client connection to 127.16.122.60:41831: connect: Connection refused (error 111)
02:12:36.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.415729 16952 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } attempt: 6
02:12:36.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:36.445921 16952 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.122.60:41831: Network error: Client connection negotiation failed: client connection to 127.16.122.60:41831: connect: Connection refused (error 111)
02:12:36.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:36.402634 17036 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 17027
02:12:36.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:36.500451 17027 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.504s	user 0.562s	sys 0.936s
02:12:36.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:36.500861 17027 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.504s	user 0.562s	sys 0.936s
02:12:36.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:34.996923 17038 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
02:12:36.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:36.501915 17039 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1504 milliseconds
02:12:36.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.503072 17027 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
02:12:36.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:36.503124 17040 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
02:12:36.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.506404 17027 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:12:36.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.508756 17027 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:12:36.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.510076 17027 hybrid_clock.cc:648] HybridClock initialized: now 1783476756510044 us; error 43 us; skew 500 ppm
02:12:36.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.510847 17027 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:12:36.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.516688 17027 webserver.cc:533] Webserver started at http://127.16.122.60:45195/ using document root <none> and password file <none>
02:12:36.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.517531 17027 fs_manager.cc:362] Metadata directory not provided
02:12:36.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.517714 17027 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:12:36.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.518092 17027 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:12:36.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.522133 17027 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-2/data/instance:
02:12:36.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d"
02:12:36.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:36 on dist-test-slave-j8pn"
02:12:36.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.523162 17027 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-2/wal/instance:
02:12:36.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d"
02:12:36.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:36 on dist-test-slave-j8pn"
02:12:36.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.529976 17027 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.000s
02:12:36.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.535480 17054 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:12:36.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.536556 17027 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.000s
02:12:36.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.536849 17027 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-2/data,/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-2/wal
02:12:36.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d"
02:12:36.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:36 on dist-test-slave-j8pn"
02:12:36.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.537146 17027 fs_report.cc:389] FS layout report
02:12:36.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:12:36.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-2/wal
02:12:36.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-2/wal
02:12:36.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-2/data/data
02:12:36.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:12:36.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:12:36.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:12:36.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:12:36.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:12:36.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:12:36.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:12:36.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:12:36.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:12:36.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:12:36.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:12:36.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.614411 17027 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:12:36.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.616338 17027 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:12:36.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.616891 17027 kserver.cc:163] Server-wide thread pool size limit: 3276
02:12:36.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.683629 17027 rpc_server.cc:307] RPC server started. Bound to: 127.16.122.60:41831
02:12:36.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.683728 17105 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.16.122.60:41831 every 8 connection(s)
02:12:36.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.686169 17027 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-2/data/info.pb
02:12:36.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.688016 16872 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu as pid 17027
02:12:36.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.688370 16872 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster1265536155616099569/master-2/wal/instance
02:12:36.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.692179 17106 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:12:36.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.704255 17106 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.122.62" port: 46625 } has no permanent_uuid. Determining permanent_uuid...
02:12:36.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.721683 17106 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 } has no permanent_uuid. Determining permanent_uuid...
02:12:36.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.732374 17106 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } has no permanent_uuid. Determining permanent_uuid...
02:12:36.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.745393 16872 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:12:36.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.749411 17106 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d: Bootstrap starting.
02:12:36.756 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:12:36.756 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:12:36.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.756865 17106 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d: Neither blocks nor log segments found. Creating new log.
02:12:36.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.758967 17106 log.cc:826] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d: Log is configured to *not* fsync() on all Append() calls
02:12:36.757 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.16.122.62"
      port: 46625
    }
    bound_http_address {
      host: "127.16.122.62"
      port: 35697
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.16.122.61"
      port: 33585
    }
    bound_http_address {
      host: "127.16.122.61"
      port: 37605
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.16.122.60"
      port: 41831
    }
    bound_http_address {
      host: "127.16.122.60"
      port: 45195
    }
  }
}

02:12:36.760 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

02:12:36.761 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:12:36.763 [INFO - Metastore-Handler-Pool: Thread-135] (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)	
02:12:36.765 [INFO - Metastore-Handler-Pool: Thread-135] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:12:36.766 [INFO - Metastore-Handler-Pool: Thread-135] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:12:36.766 [INFO - Metastore-Handler-Pool: Thread-135] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7c33b60d, with PersistenceManager: null will be shutdown
02:12:36.766 [INFO - Metastore-Handler-Pool: Thread-135] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7c33b60d, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5a27d18 created in the thread with id: 135
02:12:36.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.769661 17106 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d: No bootstrap required, opened a new log
02:12:36.781 [INFO - Metastore-Handler-Pool: Thread-135] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7c33b60d
02:12:36.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.794374 17106 raft_consensus.cc:359] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "baca768849014f3ba840149bad12a5a9" member_type: VOTER last_known_addr { host: "127.16.122.62" port: 46625 } } peers { permanent_uuid: "a5d9641c2ef7438b940858b07a412d6b" member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 } } peers { permanent_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } }
02:12:36.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.795264 17106 raft_consensus.cc:385] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:12:36.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.795565 17106 raft_consensus.cc:740] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: acb9fb66eb2b46c0a7ce531d9a7a389d, State: Initialized, Role: FOLLOWER
02:12:36.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.796579 17106 consensus_queue.cc:260] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d [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: "baca768849014f3ba840149bad12a5a9" member_type: VOTER last_known_addr { host: "127.16.122.62" port: 46625 } } peers { permanent_uuid: "a5d9641c2ef7438b940858b07a412d6b" member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 } } peers { permanent_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } }
02:12:36.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.799646 17114 sys_catalog.cc:455] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d [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: "baca768849014f3ba840149bad12a5a9" member_type: VOTER last_known_addr { host: "127.16.122.62" port: 46625 } } peers { permanent_uuid: "a5d9641c2ef7438b940858b07a412d6b" member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 } } peers { permanent_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } } }
02:12:36.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.800627 17114 sys_catalog.cc:458] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d [sys.catalog]: This master's current role is: FOLLOWER
02:12:36.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.801507 17106 sys_catalog.cc:565] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d [sys.catalog]: configured and running, proceeding with master startup.
02:12:36.827 [INFO - Metastore-Handler-Pool: Thread-137] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:12:36.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:36.828474 17125 client.h:373] Failed to connect to Hive Metastore (localhost:36149): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:36.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:36.872385 17060 tablet.cc:2406] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:12:36.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:36.884107 17130 catalog_manager.cc:1594] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:12:36.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:36.884814 17130 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:12:36.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.880970 17027 master_runner.cc:187] Error getting master registration for 127.16.122.62:46625: OK, instance_id { permanent_uuid: "baca768849014f3ba840149bad12a5a9" instance_seqno: 1783476752736472 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:12:36.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.910646 17027 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:12:36.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.972822 17026 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } attempt: 7
02:12:36.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.996042 17026 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a5d9641c2ef7438b940858b07a412d6b: Bootstrap starting.
02:12:37.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.998219 17114 raft_consensus.cc:493] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:12:37.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:36.998797 17114 raft_consensus.cc:515] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "baca768849014f3ba840149bad12a5a9" member_type: VOTER last_known_addr { host: "127.16.122.62" port: 46625 } } peers { permanent_uuid: "a5d9641c2ef7438b940858b07a412d6b" member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 } } peers { permanent_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } }
02:12:37.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.001410 17114 leader_election.cc:290] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers baca768849014f3ba840149bad12a5a9 (127.16.122.62:46625), a5d9641c2ef7438b940858b07a412d6b (127.16.122.61:33585)
02:12:37.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.005195 17026 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a5d9641c2ef7438b940858b07a412d6b: Neither blocks nor log segments found. Creating new log.
02:12:37.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.007877 17026 log.cc:826] T 00000000000000000000000000000000 P a5d9641c2ef7438b940858b07a412d6b: Log is configured to *not* fsync() on all Append() calls
02:12:37.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.027978 17026 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a5d9641c2ef7438b940858b07a412d6b: No bootstrap required, opened a new log
02:12:37.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.077172 17026 raft_consensus.cc:359] T 00000000000000000000000000000000 P a5d9641c2ef7438b940858b07a412d6b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "baca768849014f3ba840149bad12a5a9" member_type: VOTER last_known_addr { host: "127.16.122.62" port: 46625 } } peers { permanent_uuid: "a5d9641c2ef7438b940858b07a412d6b" member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 } } peers { permanent_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } }
02:12:37.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.090941 17026 raft_consensus.cc:385] T 00000000000000000000000000000000 P a5d9641c2ef7438b940858b07a412d6b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:12:37.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.091588 17026 raft_consensus.cc:740] T 00000000000000000000000000000000 P a5d9641c2ef7438b940858b07a412d6b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a5d9641c2ef7438b940858b07a412d6b, State: Initialized, Role: FOLLOWER
02:12:37.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.092832 17026 consensus_queue.cc:260] T 00000000000000000000000000000000 P a5d9641c2ef7438b940858b07a412d6b [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: "baca768849014f3ba840149bad12a5a9" member_type: VOTER last_known_addr { host: "127.16.122.62" port: 46625 } } peers { permanent_uuid: "a5d9641c2ef7438b940858b07a412d6b" member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 } } peers { permanent_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } }
02:12:37.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.101532 17134 sys_catalog.cc:455] T 00000000000000000000000000000000 P a5d9641c2ef7438b940858b07a412d6b [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: "baca768849014f3ba840149bad12a5a9" member_type: VOTER last_known_addr { host: "127.16.122.62" port: 46625 } } peers { permanent_uuid: "a5d9641c2ef7438b940858b07a412d6b" member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 } } peers { permanent_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } } }
02:12:37.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.102380 17134 sys_catalog.cc:458] T 00000000000000000000000000000000 P a5d9641c2ef7438b940858b07a412d6b [sys.catalog]: This master's current role is: FOLLOWER
02:12:37.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.103974 17026 sys_catalog.cc:565] T 00000000000000000000000000000000 P a5d9641c2ef7438b940858b07a412d6b [sys.catalog]: configured and running, proceeding with master startup.
02:12:37.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.104172 17001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a5d9641c2ef7438b940858b07a412d6b" is_pre_election: true
02:12:37.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.105015 17001 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a5d9641c2ef7438b940858b07a412d6b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate acb9fb66eb2b46c0a7ce531d9a7a389d in term 0.
02:12:37.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.106626 17056 leader_election.cc:304] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d [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: a5d9641c2ef7438b940858b07a412d6b, acb9fb66eb2b46c0a7ce531d9a7a389d; no voters: 
02:12:37.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.107702 17114 raft_consensus.cc:2804] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d [term 0 FOLLOWER]: Leader pre-election won for term 1
02:12:37.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.108065 17114 raft_consensus.cc:493] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:12:37.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.108362 17114 raft_consensus.cc:3060] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d [term 0 FOLLOWER]: Advancing to term 1
02:12:37.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.122949 17114 raft_consensus.cc:515] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "baca768849014f3ba840149bad12a5a9" member_type: VOTER last_known_addr { host: "127.16.122.62" port: 46625 } } peers { permanent_uuid: "a5d9641c2ef7438b940858b07a412d6b" member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 } } peers { permanent_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } }
02:12:37.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.134406 17001 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a5d9641c2ef7438b940858b07a412d6b"
02:12:37.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.135093 17001 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a5d9641c2ef7438b940858b07a412d6b [term 0 FOLLOWER]: Advancing to term 1
02:12:37.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.135914 17114 leader_election.cc:290] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d [CANDIDATE]: Term 1 election: Requested vote from peers baca768849014f3ba840149bad12a5a9 (127.16.122.62:46625), a5d9641c2ef7438b940858b07a412d6b (127.16.122.61:33585)
02:12:37.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.142087 17001 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a5d9641c2ef7438b940858b07a412d6b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate acb9fb66eb2b46c0a7ce531d9a7a389d in term 1.
02:12:37.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.143605 17056 leader_election.cc:304] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d [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: a5d9641c2ef7438b940858b07a412d6b, acb9fb66eb2b46c0a7ce531d9a7a389d; no voters: 
02:12:37.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.144649 17114 raft_consensus.cc:2804] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d [term 1 FOLLOWER]: Leader election won for term 1
02:12:37.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.147500 17114 raft_consensus.cc:697] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d [term 1 LEADER]: Becoming Leader. State: Replica: acb9fb66eb2b46c0a7ce531d9a7a389d, State: Running, Role: LEADER
02:12:37.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.148650 17114 consensus_queue.cc:237] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d [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: "baca768849014f3ba840149bad12a5a9" member_type: VOTER last_known_addr { host: "127.16.122.62" port: 46625 } } peers { permanent_uuid: "a5d9641c2ef7438b940858b07a412d6b" member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 } } peers { permanent_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } }
02:12:37.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.165905 17138 sys_catalog.cc:455] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d [sys.catalog]: SysCatalogTable state changed. Reason: New leader acb9fb66eb2b46c0a7ce531d9a7a389d. Latest consensus state: current_term: 1 leader_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "baca768849014f3ba840149bad12a5a9" member_type: VOTER last_known_addr { host: "127.16.122.62" port: 46625 } } peers { permanent_uuid: "a5d9641c2ef7438b940858b07a412d6b" member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 } } peers { permanent_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } } }
02:12:37.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.166733 17138 sys_catalog.cc:458] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d [sys.catalog]: This master's current role is: LEADER
02:12:37.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.178035 17141 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
02:12:37.193 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.193259 17141 catalog_manager.cc:1520] Initializing Kudu cluster ID...
02:12:37.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.229681 17001 raft_consensus.cc:1275] T 00000000000000000000000000000000 P a5d9641c2ef7438b940858b07a412d6b [term 1 FOLLOWER]: Refusing update from remote peer acb9fb66eb2b46c0a7ce531d9a7a389d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:12:37.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.232749 17138 consensus_queue.cc:1048] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d [LEADER]: Connected to new peer: Peer: permanent_uuid: "a5d9641c2ef7438b940858b07a412d6b" member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:12:37.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.286382 17134 sys_catalog.cc:455] T 00000000000000000000000000000000 P a5d9641c2ef7438b940858b07a412d6b [sys.catalog]: SysCatalogTable state changed. Reason: New leader acb9fb66eb2b46c0a7ce531d9a7a389d. Latest consensus state: current_term: 1 leader_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "baca768849014f3ba840149bad12a5a9" member_type: VOTER last_known_addr { host: "127.16.122.62" port: 46625 } } peers { permanent_uuid: "a5d9641c2ef7438b940858b07a412d6b" member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 } } peers { permanent_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } } }
02:12:37.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.287547 17134 sys_catalog.cc:458] T 00000000000000000000000000000000 P a5d9641c2ef7438b940858b07a412d6b [sys.catalog]: This master's current role is: FOLLOWER
02:12:37.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:37.294735 16980 tablet.cc:2406] T 00000000000000000000000000000000 P a5d9641c2ef7438b940858b07a412d6b: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:12:37.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.307078 17147 mvcc.cc:204] Tried to move back new op lower bound from 7305120797572669440 to 7305120797293211648. Current Snapshot: MvccSnapshot[applied={T|T < 7305120797572669440}]
02:12:37.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.314536 17134 sys_catalog.cc:455] T 00000000000000000000000000000000 P a5d9641c2ef7438b940858b07a412d6b [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "baca768849014f3ba840149bad12a5a9" member_type: VOTER last_known_addr { host: "127.16.122.62" port: 46625 } } peers { permanent_uuid: "a5d9641c2ef7438b940858b07a412d6b" member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 } } peers { permanent_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } } }
02:12:37.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.315275 17134 sys_catalog.cc:458] T 00000000000000000000000000000000 P a5d9641c2ef7438b940858b07a412d6b [sys.catalog]: This master's current role is: FOLLOWER
02:12:37.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.318251 17114 sys_catalog.cc:455] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "baca768849014f3ba840149bad12a5a9" member_type: VOTER last_known_addr { host: "127.16.122.62" port: 46625 } } peers { permanent_uuid: "a5d9641c2ef7438b940858b07a412d6b" member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 } } peers { permanent_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } } }
02:12:37.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.318993 17114 sys_catalog.cc:458] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d [sys.catalog]: This master's current role is: LEADER
02:12:37.323 [INFO - Metastore-Handler-Pool: Thread-138] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:12:37.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:37.324072 17151 client.h:373] Failed to connect to Hive Metastore (localhost:36149): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:37.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.325970 17158 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
02:12:37.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.328404 17141 catalog_manager.cc:1383] Generated new cluster ID: c3331650dad64c2ebd484f5eebda71a3
02:12:37.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.328692 17141 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
02:12:37.360 [WARN - Metastore-Handler-Pool: Thread-135] (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.
02:12:37.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.338683 16953 master_runner.cc:187] Error getting master registration for 127.16.122.62:46625: OK, instance_id { permanent_uuid: "baca768849014f3ba840149bad12a5a9" instance_seqno: 1783476752736472 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:12:37.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.385193 16953 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:12:37.396 [WARN - Metastore-Handler-Pool: Thread-135] (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.
02:12:37.396 [WARN - Metastore-Handler-Pool: Thread-135] (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.
02:12:37.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.411082 17141 catalog_manager.cc:1406] Generated new certificate authority record
02:12:37.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.413316 17141 catalog_manager.cc:1540] Loading token signing keys...
02:12:37.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.447154 17141 catalog_manager.cc:6070] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d: Generated new TSK 0
02:12:37.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.448292 17141 catalog_manager.cc:1550] Initializing in-progress tserver states...
02:12:37.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.452344 17141 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
02:12:37.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.457255 17141 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
02:12:37.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.479367 16952 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } attempt: 7
02:12:37.514 [INFO - Metastore-Handler-Pool: Thread-135] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
02:12:37.529 [INFO - Metastore-Handler-Pool: Thread-135] (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/hive7494739938976466114/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)
02:12:37.531 [INFO - Metastore-Handler-Pool: Thread-135] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive7494739938976466114/external-warehouse/legacy_table
02:12:37.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.536439 16952 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P baca768849014f3ba840149bad12a5a9: Bootstrap starting.
02:12:37.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.543697 16952 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P baca768849014f3ba840149bad12a5a9: Neither blocks nor log segments found. Creating new log.
02:12:37.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.545884 16952 log.cc:826] T 00000000000000000000000000000000 P baca768849014f3ba840149bad12a5a9: Log is configured to *not* fsync() on all Append() calls
02:12:37.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.552958 16952 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P baca768849014f3ba840149bad12a5a9: No bootstrap required, opened a new log
02:12:37.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.580057 16952 raft_consensus.cc:359] T 00000000000000000000000000000000 P baca768849014f3ba840149bad12a5a9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "baca768849014f3ba840149bad12a5a9" member_type: VOTER last_known_addr { host: "127.16.122.62" port: 46625 } } peers { permanent_uuid: "a5d9641c2ef7438b940858b07a412d6b" member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 } } peers { permanent_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } }
02:12:37.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.581365 16952 raft_consensus.cc:385] T 00000000000000000000000000000000 P baca768849014f3ba840149bad12a5a9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:12:37.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.581660 16952 raft_consensus.cc:740] T 00000000000000000000000000000000 P baca768849014f3ba840149bad12a5a9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: baca768849014f3ba840149bad12a5a9, State: Initialized, Role: FOLLOWER
02:12:37.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.582566 16952 consensus_queue.cc:260] T 00000000000000000000000000000000 P baca768849014f3ba840149bad12a5a9 [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: "baca768849014f3ba840149bad12a5a9" member_type: VOTER last_known_addr { host: "127.16.122.62" port: 46625 } } peers { permanent_uuid: "a5d9641c2ef7438b940858b07a412d6b" member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 } } peers { permanent_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } }
02:12:37.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.597734 17165 sys_catalog.cc:455] T 00000000000000000000000000000000 P baca768849014f3ba840149bad12a5a9 [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: "baca768849014f3ba840149bad12a5a9" member_type: VOTER last_known_addr { host: "127.16.122.62" port: 46625 } } peers { permanent_uuid: "a5d9641c2ef7438b940858b07a412d6b" member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 } } peers { permanent_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } } }
02:12:37.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.598559 17165 sys_catalog.cc:458] T 00000000000000000000000000000000 P baca768849014f3ba840149bad12a5a9 [sys.catalog]: This master's current role is: FOLLOWER
02:12:37.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.599445 16952 sys_catalog.cc:565] T 00000000000000000000000000000000 P baca768849014f3ba840149bad12a5a9 [sys.catalog]: configured and running, proceeding with master startup.
02:12:37.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.600024 16925 raft_consensus.cc:3060] T 00000000000000000000000000000000 P baca768849014f3ba840149bad12a5a9 [term 0 FOLLOWER]: Advancing to term 1
02:12:37.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.603350 16927 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "baca768849014f3ba840149bad12a5a9" is_pre_election: true
02:12:37.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.605130 16926 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "baca768849014f3ba840149bad12a5a9"
02:12:37.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.611294 16925 raft_consensus.cc:1275] T 00000000000000000000000000000000 P baca768849014f3ba840149bad12a5a9 [term 1 FOLLOWER]: Refusing update from remote peer acb9fb66eb2b46c0a7ce531d9a7a389d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:12:37.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.613041 17155 consensus_queue.cc:1048] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d [LEADER]: Connected to new peer: Peer: permanent_uuid: "baca768849014f3ba840149bad12a5a9" member_type: VOTER last_known_addr { host: "127.16.122.62" port: 46625 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:12:37.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.716475 17165 sys_catalog.cc:455] T 00000000000000000000000000000000 P baca768849014f3ba840149bad12a5a9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader acb9fb66eb2b46c0a7ce531d9a7a389d. Latest consensus state: current_term: 1 leader_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "baca768849014f3ba840149bad12a5a9" member_type: VOTER last_known_addr { host: "127.16.122.62" port: 46625 } } peers { permanent_uuid: "a5d9641c2ef7438b940858b07a412d6b" member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 } } peers { permanent_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } } }
02:12:37.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.717871 17165 sys_catalog.cc:458] T 00000000000000000000000000000000 P baca768849014f3ba840149bad12a5a9 [sys.catalog]: This master's current role is: FOLLOWER
02:12:37.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.718712 17176 sys_catalog.cc:455] T 00000000000000000000000000000000 P baca768849014f3ba840149bad12a5a9 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "baca768849014f3ba840149bad12a5a9" member_type: VOTER last_known_addr { host: "127.16.122.62" port: 46625 } } peers { permanent_uuid: "a5d9641c2ef7438b940858b07a412d6b" member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 } } peers { permanent_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } } }
02:12:37.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.719486 17176 sys_catalog.cc:458] T 00000000000000000000000000000000 P baca768849014f3ba840149bad12a5a9 [sys.catalog]: This master's current role is: FOLLOWER
02:12:37.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:37.758100 17185 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
02:12:37.758 [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=	
02:12:37.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:37.762413 17181 client.h:373] Failed to connect to Hive Metastore (localhost:36149): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:37.801 [INFO - Metastore-Handler-Pool: Thread-135] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
02:12:37.842 [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=	
02:12:37.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:37.843277 17125 client.h:373] Failed to connect to Hive Metastore (localhost:36149): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:37.867 [INFO - Metastore-Handler-Pool: Thread-135] (HMSHandler.java:3711) Skipping translation for processor with null
02:12:37.876 [INFO - Metastore-Handler-Pool: Thread-135] (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	
02:12:37.905 [INFO - Metastore-Handler-Pool: Thread-135] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
02:12:38.009 [INFO - Metastore-Handler-Pool: Thread-135] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
02:12:38.010 [INFO - Metastore-Handler-Pool: Thread-135] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
02:12:38.162 [INFO - Metastore-Handler-Pool: Thread-135] (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	
02:12:38.214 [INFO - Metastore-Handler-Pool: Thread-135] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
02:12:38.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:38.238224 17155 sys_catalog.cc:455] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "baca768849014f3ba840149bad12a5a9" member_type: VOTER last_known_addr { host: "127.16.122.62" port: 46625 } } peers { permanent_uuid: "a5d9641c2ef7438b940858b07a412d6b" member_type: VOTER last_known_addr { host: "127.16.122.61" port: 33585 } } peers { permanent_uuid: "acb9fb66eb2b46c0a7ce531d9a7a389d" member_type: VOTER last_known_addr { host: "127.16.122.60" port: 41831 } } }
02:12:38.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:38.239400 17155 sys_catalog.cc:458] T 00000000000000000000000000000000 P acb9fb66eb2b46c0a7ce531d9a7a389d [sys.catalog]: This master's current role is: LEADER
02:12:38.312 [INFO - Metastore-Handler-Pool: Thread-135] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
02:12:38.331 [INFO - Metastore-Handler-Pool: Thread-135] (HMSHandler.java:3711) Skipping translation for processor with null
02:12:38.337 [INFO - Metastore-Handler-Pool: Thread-135] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
02:12:38.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:38.346374 17158 catalog_manager.cc:1295] Loaded cluster ID: c3331650dad64c2ebd484f5eebda71a3
02:12:38.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:38.346978 17158 catalog_manager.cc:1588] T 00000000000000000000000000000000 P a5d9641c2ef7438b940858b07a412d6b: loading cluster ID for follower catalog manager: success
02:12:38.351 [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=	
02:12:38.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:38.352080 17151 client.h:373] Failed to connect to Hive Metastore (localhost:36149): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:38.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:38.356768 17158 catalog_manager.cc:1610] T 00000000000000000000000000000000 P a5d9641c2ef7438b940858b07a412d6b: acquiring CA information for follower catalog manager: success
02:12:38.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:38.362032 17158 catalog_manager.cc:1638] T 00000000000000000000000000000000 P a5d9641c2ef7438b940858b07a412d6b: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:12:38.542 [WARN - Metastore-Handler-Pool: Thread-135] (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.
02:12:38.779 [INFO - Metastore-Handler-Pool: Thread-144] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:12:38.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:38.780260 17181 client.h:373] Failed to connect to Hive Metastore (localhost:36149): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:38.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:38.783013 17185 catalog_manager.cc:1295] Loaded cluster ID: c3331650dad64c2ebd484f5eebda71a3
02:12:38.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:38.783277 17185 catalog_manager.cc:1588] T 00000000000000000000000000000000 P baca768849014f3ba840149bad12a5a9: loading cluster ID for follower catalog manager: success
02:12:38.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:38.790057 17185 catalog_manager.cc:1610] T 00000000000000000000000000000000 P baca768849014f3ba840149bad12a5a9: acquiring CA information for follower catalog manager: success
02:12:38.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:38.805289 17185 catalog_manager.cc:1638] T 00000000000000000000000000000000 P baca768849014f3ba840149bad12a5a9: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:12:38.879 [INFO - Metastore-Handler-Pool: Thread-145] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:12:38.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:38.881055 17125 client.h:373] Failed to connect to Hive Metastore (localhost:36149): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:38.892 [WARN - Metastore-Handler-Pool: Thread-135] (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.
02:12:39.039 [WARN - Metastore-Handler-Pool: Thread-135] (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.
02:12:39.371 [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=	
02:12:39.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:39.379087 17151 client.h:373] Failed to connect to Hive Metastore (localhost:36149): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:39.453 [INFO - Metastore-Handler-Pool: Thread-135] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:12:39.454 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:12:39.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:39.455178 16872 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu with pid 16884
02:12:39.456 [INFO - Metastore-Handler-Pool: Thread-135] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:12:39.456 [INFO - Metastore-Handler-Pool: Thread-135] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7c33b60d, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5a27d18 will be shutdown
02:12:39.456 [INFO - Metastore-Handler-Pool: Thread-135] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:12:39.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:39.487674 16872 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu with pid 16953
02:12:39.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:39.518564 16872 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu with pid 17027
02:12:40.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:12:40Z chronyd exiting
.02:12:41.623 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:12:41.624 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:12:41.624 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:12:41.641 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive8246295356682752238
02:12:41.642 [INFO - Thread-104] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:12:41.643 [INFO - Thread-104] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:12:41.645 [INFO - Thread-104] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:12:41.645 [INFO - Thread-104] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:12:41.645 [INFO - Thread-104] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:12:41.646 [INFO - Thread-104] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:12:41.647 [INFO - Thread-104] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:12:41.647 [INFO - Thread-104] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:12:41.648 [INFO - Thread-104] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:12:41.648 [INFO - Thread-104] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:12:41.649 [INFO - Thread-104] (HikariDataSource.java:80) objectstore - Starting...
02:12:41.701 [INFO - Thread-104] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:12:41.702 [INFO - Thread-104] (HikariDataSource.java:82) objectstore - Start completed.
02:12:41.702 [INFO - Thread-104] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:12:41.703 [INFO - Thread-104] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:12:41.705 [INFO - Thread-104] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:12:41.705 [INFO - Thread-104] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:12:41.717 [INFO - Thread-104] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:12:41.718 [INFO - Thread-104] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:12:41.718 [INFO - Thread-104] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:12:41.741 [WARN - Thread-104] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:12:41.742 [WARN - Thread-104] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:12:41.743 [WARN - Thread-104] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:12:41.743 [WARN - Thread-104] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:12:41.743 [WARN - Thread-104] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:12:41.743 [WARN - Thread-104] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:12:41.909 [INFO - Thread-104] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:12:41.909 [INFO - Thread-104] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@627de184, with PersistenceManager: null will be shutdown
02:12:41.909 [INFO - Thread-104] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@627de184, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@17296bc2 created in the thread with id: 147
02:12:41.910 [WARN - Thread-104] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
02:12:41.911 [INFO - Thread-104] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@627de184
02:12:42.006 [INFO - Thread-104] (HMSHandler.java:595) Started creating a default database with name: default
02:12:42.025 [INFO - Thread-104] (HMSHandler.java:605) Successfully created a default database with name: default
02:12:42.053 [INFO - Thread-104] (HMSHandler.java:668) Added admin role in metastore
02:12:42.055 [INFO - Thread-104] (HMSHandler.java:677) Added public role in metastore
02:12:42.089 [INFO - Thread-104] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:12:42.089 [INFO - Thread-104] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:12:42.090 [INFO - Thread-104] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:12:42.090 [INFO - Thread-104] (HiveMetaStore.java:697) Direct SQL optimization = true
02:12:42.091 [WARN - Thread-104] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
02:12:42.091 [INFO - Thread-104] (HiveMetaStore.java:632) Started the new metaserver on port [36505]...
02:12:42.091 [INFO - Thread-104] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:12:42.091 [INFO - Thread-104] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:12:42.091 [INFO - Thread-104] (HiveMetaStore.java:635) TCP keepalive = true
02:12:42.091 [INFO - Thread-104] (HiveMetaStore.java:636) Enable SSL = false
02:12:42.644 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:12:42.644 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:12:42.646 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:12:42.647 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:12:42.647 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:36505]
02:12:42.648 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:36505) in binary transport mode
02:12:42.648 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:36505) current connections: 1
02:12:42.649 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskV48nXE/test-tmp
02:12:42.650 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
02:12:42.650 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskV48nXE/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
02:12:42.652 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:36505"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

02:12:42.965 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:12:42.965 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

02:12:42.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:42.968946 17222 mini_oidc.cc:150] Starting JWKS server
02:12:42.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:42.971932 17222 webserver.cc:533] Webserver started at http://127.0.0.1:36503/ using document root <none> and password file <none>
02:12:42.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:42.972348 17222 mini_oidc.cc:186] Starting OIDC Discovery server
02:12:42.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:42.973915 17222 webserver.cc:533] Webserver started at http://127.0.0.1:43281/ using document root <none> and password file <none>
02:12:43.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:12:43Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:12:43.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:12:43Z Disabled control of system clock
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:43.029703 17222 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-0/wal
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-0/data
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-0/logs
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-0/data/info.pb
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.209.190:39183
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.209.190
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.209.148:33561
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.209.190:39183,127.16.209.189:45369,127.16.209.188:37411
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:12:43.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36503/jwks.json
02:12:43.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36505 with env {}
02:12:43.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:43.319453 17234 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:12:43.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:43.320013 17234 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:12:43.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:43.320467 17234 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:12:43.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:43.352747 17234 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:12:43.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:43.353029 17234 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:12:43.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:43.353220 17234 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:12:43.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:43.353420 17234 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:12:43.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:43.353609 17234 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:12:43.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:43.353821 17234 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36503/jwks.json
02:12:43.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:43.390465 17234 master_runner.cc:387] Master server non-default flags:
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.209.148:33561
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-0/data
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-0/wal
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36505
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.209.190:39183,127.16.209.189:45369,127.16.209.188:37411
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.209.190:39183
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36503/jwks.json
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-0/data/info.pb
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.209.190
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-0/logs
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:34 UTC on e7f111948823
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12767
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:43.391769 17234 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:12:43.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:43.393296 17234 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:12:43.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:43.404260 17241 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
02:12:44.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:44.806502 17239 debug-util.cc:398] Leaking SignalData structure 0x7b08000376e0 after lost signal to thread 17234
02:12:44.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:44.947816 17234 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.544s	user 0.705s	sys 0.839s
02:12:44.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:44.948138 17234 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.545s	user 0.705s	sys 0.839s
02:12:44.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:43.404338 17240 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
02:12:44.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:44.950098 17243 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
02:12:44.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:44.953316 17242 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1544 milliseconds
02:12:44.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:44.953410 17234 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
02:12:44.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:44.954702 17234 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:12:44.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:44.957145 17234 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:12:44.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:44.958491 17234 hybrid_clock.cc:648] HybridClock initialized: now 1783476764958448 us; error 44 us; skew 500 ppm
02:12:44.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:44.959359 17234 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:12:44.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:44.965188 17234 webserver.cc:533] Webserver started at http://127.16.209.190:42799/ using document root <none> and password file <none>
02:12:44.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:44.966137 17234 fs_manager.cc:362] Metadata directory not provided
02:12:44.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:44.966357 17234 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:12:44.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:44.966910 17234 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:12:44.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:44.971053 17234 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-0/data/instance:
02:12:44.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ffe828a6f0f94ab7ba128da27eb8d8b3"
02:12:44.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:44 on dist-test-slave-j8pn"
02:12:44.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:44.972216 17234 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-0/wal/instance:
02:12:44.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ffe828a6f0f94ab7ba128da27eb8d8b3"
02:12:44.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:44 on dist-test-slave-j8pn"
02:12:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:44.979266 17234 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.004s	sys 0.004s
02:12:44.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:44.984861 17250 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:12:44.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:44.985936 17234 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.003s
02:12:44.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:44.986294 17234 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-0/data,/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-0/wal
02:12:44.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ffe828a6f0f94ab7ba128da27eb8d8b3"
02:12:44.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:44 on dist-test-slave-j8pn"
02:12:44.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:44.986635 17234 fs_report.cc:389] FS layout report
02:12:44.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:12:44.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-0/wal
02:12:44.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-0/wal
02:12:44.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-0/data/data
02:12:44.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:12:44.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:12:44.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:12:44.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:12:44.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:12:44.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:12:44.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:12:44.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:12:44.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:12:44.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:12:44.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:12:45.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:45.031672 17234 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:12:45.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:45.033207 17234 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:12:45.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:45.033690 17234 kserver.cc:163] Server-wide thread pool size limit: 3276
02:12:45.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:45.100662 17234 rpc_server.cc:307] RPC server started. Bound to: 127.16.209.190:39183
02:12:45.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:45.100739 17301 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.16.209.190:39183 every 8 connection(s)
02:12:45.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:45.103456 17234 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-0/data/info.pb
02:12:45.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:45.108958 17302 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:12:45.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:45.113438 17222 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu as pid 17234
02:12:45.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:45.113858 17222 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-0/wal/instance
02:12:45.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:45.117313 17222 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:12:45.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:12:45.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-1/wal
02:12:45.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-1/data
02:12:45.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:12:45.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:12:45.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:12:45.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:12:45.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:12:45.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:12:45.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-1/logs
02:12:45.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-1/data/info.pb
02:12:45.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:12:45.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:12:45.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:12:45.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:12:45.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:12:45.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:12:45.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:12:45.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:12:45.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:12:45.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:12:45.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:12:45.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:12:45.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.209.189:45369
02:12:45.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.209.189
02:12:45.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:12:45.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.209.148:33561
02:12:45.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:12:45.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:12:45.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:12:45.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:12:45.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.209.190:39183,127.16.209.189:45369,127.16.209.188:37411
02:12:45.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:12:45.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36503/jwks.json
02:12:45.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36505 with env {}
02:12:45.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:45.120182 17302 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.209.190" port: 39183 } has no permanent_uuid. Determining permanent_uuid...
02:12:45.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:45.152076 17302 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 } has no permanent_uuid. Determining permanent_uuid...
02:12:45.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:45.155247 17254 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.16.209.189:45369: connect: Connection refused (error 111)
02:12:45.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:45.159466 17302 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.209.189:45369: Network error: Client connection negotiation failed: client connection to 127.16.209.189:45369: connect: Connection refused (error 111)
02:12:45.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:45.209062 17302 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 } attempt: 1
02:12:45.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:45.213265 17302 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.209.189:45369: Network error: Client connection negotiation failed: client connection to 127.16.209.189:45369: connect: Connection refused (error 111)
02:12:45.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:45.281709 17302 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 } attempt: 2
02:12:45.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:45.286022 17302 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.209.189:45369: Network error: Client connection negotiation failed: client connection to 127.16.209.189:45369: connect: Connection refused (error 111)
02:12:45.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:45.377499 17302 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 } attempt: 3
02:12:45.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:45.381744 17302 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.209.189:45369: Network error: Client connection negotiation failed: client connection to 127.16.209.189:45369: connect: Connection refused (error 111)
02:12:45.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:45.423681 17303 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:12:45.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:45.424218 17303 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:12:45.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:45.424667 17303 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:12:45.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:45.457039 17303 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:12:45.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:45.457324 17303 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:12:45.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:45.457515 17303 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:12:45.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:45.457700 17303 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:12:45.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:45.457899 17303 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:12:45.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:45.458042 17303 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36503/jwks.json
02:12:45.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:45.494545 17303 master_runner.cc:387] Master server non-default flags:
02:12:45.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:12:45.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.209.148:33561
02:12:45.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:12:45.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:12:45.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-1/data
02:12:45.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-1/wal
02:12:45.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36505
02:12:45.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:12:45.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.209.190:39183,127.16.209.189:45369,127.16.209.188:37411
02:12:45.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:12:45.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:12:45.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:12:45.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.209.189:45369
02:12:45.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:12:45.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:12:45.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:12:45.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36503/jwks.json
02:12:45.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:12:45.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:12:45.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-1/data/info.pb
02:12:45.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.209.189
02:12:45.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:12:45.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:12:45.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:12:45.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:12:45.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:12:45.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:12:45.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-1/logs
02:12:45.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:12:45.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:12:45.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:12:45.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:12:45.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:12:45.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:12:45.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:12:45.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:34 UTC on e7f111948823
02:12:45.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12767
02:12:45.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:12:45.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:45.495965 17303 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:12:45.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:45.497548 17303 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:12:45.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:45.508263 17312 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
02:12:45.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:45.525192 17302 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 } attempt: 4
02:12:45.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:45.531566 17302 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.209.189:45369: Network error: Client connection negotiation failed: client connection to 127.16.209.189:45369: connect: Connection refused (error 111)
02:12:45.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:45.831060 17302 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 } attempt: 5
02:12:45.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:45.838248 17302 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.209.189:45369: Network error: Client connection negotiation failed: client connection to 127.16.209.189:45369: connect: Connection refused (error 111)
02:12:46.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.385741 17302 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 } attempt: 6
02:12:46.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:46.410071 17302 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.209.189:45369: Network error: Client connection negotiation failed: client connection to 127.16.209.189:45369: connect: Connection refused (error 111)
02:12:46.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:45.508751 17313 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
02:12:46.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:46.693403 17315 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
02:12:46.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:46.696036 17314 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1182 milliseconds
02:12:46.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:46.698982 17303 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.191s	user 0.372s	sys 0.793s
02:12:46.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:46.699299 17303 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.192s	user 0.372s	sys 0.793s
02:12:46.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.699555 17303 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
02:12:46.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.700991 17303 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:12:46.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.704061 17303 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:12:46.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.705479 17303 hybrid_clock.cc:648] HybridClock initialized: now 1783476766705361 us; error 112 us; skew 500 ppm
02:12:46.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.706528 17303 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:12:46.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.714804 17303 webserver.cc:533] Webserver started at http://127.16.209.189:34277/ using document root <none> and password file <none>
02:12:46.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.716066 17303 fs_manager.cc:362] Metadata directory not provided
02:12:46.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.716347 17303 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:12:46.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.716866 17303 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:12:46.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.722832 17303 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-1/data/instance:
02:12:46.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "79d493a0a1524ee5ac5ec6982913b709"
02:12:46.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:46 on dist-test-slave-j8pn"
02:12:46.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.724277 17303 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-1/wal/instance:
02:12:46.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "79d493a0a1524ee5ac5ec6982913b709"
02:12:46.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:46 on dist-test-slave-j8pn"
02:12:46.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.733789 17303 fs_manager.cc:696] Time spent creating directory manager: real 0.009s	user 0.009s	sys 0.001s
02:12:46.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.741212 17324 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:12:46.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.743683 17303 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.004s	sys 0.002s
02:12:46.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.744086 17303 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-1/data,/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-1/wal
02:12:46.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "79d493a0a1524ee5ac5ec6982913b709"
02:12:46.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:46 on dist-test-slave-j8pn"
02:12:46.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.744532 17303 fs_report.cc:389] FS layout report
02:12:46.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:12:46.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-1/wal
02:12:46.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-1/wal
02:12:46.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-1/data/data
02:12:46.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:12:46.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:12:46.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:12:46.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:12:46.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:12:46.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:12:46.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:12:46.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:12:46.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:12:46.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:12:46.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:12:46.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.823189 17303 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:12:46.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.825042 17303 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:12:46.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.825440 17303 kserver.cc:163] Server-wide thread pool size limit: 3276
02:12:46.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.892891 17303 rpc_server.cc:307] RPC server started. Bound to: 127.16.209.189:45369
02:12:46.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.893002 17375 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.16.209.189:45369 every 8 connection(s)
02:12:46.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.895790 17303 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-1/data/info.pb
02:12:46.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.899125 17222 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu as pid 17303
02:12:46.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.899581 17222 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-1/wal/instance
02:12:46.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.902437 17222 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:12:46.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:12:46.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-2/wal
02:12:46.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-2/data
02:12:46.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:12:46.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-2/logs
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-2/data/info.pb
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.209.188:37411
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.209.188
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.209.148:33561
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.209.190:39183,127.16.209.189:45369,127.16.209.188:37411
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36503/jwks.json
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36505 with env {}
02:12:46.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.902979 17376 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:12:46.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.916989 17376 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.209.190" port: 39183 } has no permanent_uuid. Determining permanent_uuid...
02:12:46.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.938583 17376 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 } has no permanent_uuid. Determining permanent_uuid...
02:12:46.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:46.953413 17376 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } has no permanent_uuid. Determining permanent_uuid...
02:12:46.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:46.956305 17328 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.16.209.188:37411: connect: Connection refused (error 111)
02:12:46.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:46.960573 17376 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.209.188:37411: Network error: Client connection negotiation failed: client connection to 127.16.209.188:37411: connect: Connection refused (error 111)
02:12:47.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:47.010057 17376 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } attempt: 1
02:12:47.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:47.014667 17376 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.209.188:37411: Network error: Client connection negotiation failed: client connection to 127.16.209.188:37411: connect: Connection refused (error 111)
02:12:47.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:47.083124 17376 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } attempt: 2
02:12:47.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:47.087718 17376 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.209.188:37411: Network error: Client connection negotiation failed: client connection to 127.16.209.188:37411: connect: Connection refused (error 111)
02:12:47.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:47.179121 17376 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } attempt: 3
02:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:47.183573 17376 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.209.188:37411: Network error: Client connection negotiation failed: client connection to 127.16.209.188:37411: connect: Connection refused (error 111)
02:12:47.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:47.211267 17377 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:12:47.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:47.211920 17377 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:12:47.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:47.212471 17377 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:12:47.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:47.245100 17377 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:12:47.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:47.245474 17377 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:12:47.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:47.245786 17377 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:12:47.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:47.246093 17377 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:12:47.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:47.246400 17377 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:12:47.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:47.246627 17377 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36503/jwks.json
02:12:47.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:47.282341 17377 master_runner.cc:387] Master server non-default flags:
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.16.209.148:33561
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-2/data
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-2/wal
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36505
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.16.209.190:39183,127.16.209.189:45369,127.16.209.188:37411
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.16.209.188:37411
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36503/jwks.json
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-2/data/info.pb
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.16.209.188
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-2/logs
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:12:47.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:12:47.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:34 UTC on e7f111948823
02:12:47.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12767
02:12:47.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:12:47.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:47.284045 17377 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:12:47.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:47.285729 17377 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:12:47.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:47.297049 17388 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
02:12:47.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:47.326946 17376 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } attempt: 4
02:12:47.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:47.331059 17376 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.209.188:37411: Network error: Client connection negotiation failed: client connection to 127.16.209.188:37411: connect: Connection refused (error 111)
02:12:47.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:47.470575 17302 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 } attempt: 7
02:12:47.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:47.482650 17302 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } has no permanent_uuid. Determining permanent_uuid...
02:12:47.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:47.488404 17302 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.209.188:37411: Network error: Client connection negotiation failed: client connection to 127.16.209.188:37411: connect: Connection refused (error 111)
02:12:47.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:47.546829 17302 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } attempt: 1
02:12:47.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:47.551251 17302 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.209.188:37411: Network error: Client connection negotiation failed: client connection to 127.16.209.188:37411: connect: Connection refused (error 111)
02:12:47.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:47.630584 17376 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } attempt: 5
02:12:47.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:47.632627 17302 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } attempt: 2
02:12:47.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:47.635432 17376 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.209.188:37411: Network error: Client connection negotiation failed: client connection to 127.16.209.188:37411: connect: Connection refused (error 111)
02:12:47.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:47.637517 17302 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.209.188:37411: Network error: Client connection negotiation failed: client connection to 127.16.209.188:37411: connect: Connection refused (error 111)
02:12:47.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:47.722910 17302 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } attempt: 3
02:12:47.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:47.727352 17302 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.209.188:37411: Network error: Client connection negotiation failed: client connection to 127.16.209.188:37411: connect: Connection refused (error 111)
02:12:47.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:47.867733 17302 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } attempt: 4
02:12:47.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:47.872082 17302 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.209.188:37411: Network error: Client connection negotiation failed: client connection to 127.16.209.188:37411: connect: Connection refused (error 111)
02:12:48.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.155476 17302 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } attempt: 5
02:12:48.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:48.160205 17302 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.209.188:37411: Network error: Client connection negotiation failed: client connection to 127.16.209.188:37411: connect: Connection refused (error 111)
02:12:48.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.182956 17376 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } attempt: 6
02:12:48.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:48.189944 17376 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.16.209.188:37411: Network error: Client connection negotiation failed: client connection to 127.16.209.188:37411: connect: Connection refused (error 111)
02:12:48.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:47.301638 17387 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
02:12:48.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:47.304013 17390 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
02:12:48.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:48.404661 17389 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Connection time-out
02:12:48.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.404778 17377 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
02:12:48.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.408923 17377 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:12:48.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.411710 17377 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:12:48.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.413115 17377 hybrid_clock.cc:648] HybridClock initialized: now 1783476768413073 us; error 51 us; skew 500 ppm
02:12:48.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.413873 17377 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:12:48.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.420339 17377 webserver.cc:533] Webserver started at http://127.16.209.188:36727/ using document root <none> and password file <none>
02:12:48.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.421223 17377 fs_manager.cc:362] Metadata directory not provided
02:12:48.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.421415 17377 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:12:48.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.421813 17377 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:12:48.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.425909 17377 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-2/data/instance:
02:12:48.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fca3d014c0ca43f5b1aa0e356f1d7783"
02:12:48.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:48 on dist-test-slave-j8pn"
02:12:48.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.427000 17377 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-2/wal/instance:
02:12:48.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fca3d014c0ca43f5b1aa0e356f1d7783"
02:12:48.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:48 on dist-test-slave-j8pn"
02:12:48.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.434298 17377 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.000s
02:12:48.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.440326 17402 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:12:48.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.441525 17377 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
02:12:48.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.441928 17377 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-2/data,/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-2/wal
02:12:48.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fca3d014c0ca43f5b1aa0e356f1d7783"
02:12:48.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:48 on dist-test-slave-j8pn"
02:12:48.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.442274 17377 fs_report.cc:389] FS layout report
02:12:48.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:12:48.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-2/wal
02:12:48.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-2/wal
02:12:48.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-2/data/data
02:12:48.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:12:48.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:12:48.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:12:48.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:12:48.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:12:48.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:12:48.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:12:48.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:12:48.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:12:48.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:12:48.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:12:48.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.502197 17377 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:12:48.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.503715 17377 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:12:48.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.504123 17377 kserver.cc:163] Server-wide thread pool size limit: 3276
02:12:48.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.573596 17377 rpc_server.cc:307] RPC server started. Bound to: 127.16.209.188:37411
02:12:48.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.573670 17453 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.16.209.188:37411 every 8 connection(s)
02:12:48.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.576387 17377 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-2/data/info.pb
02:12:48.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.581876 17454 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:12:48.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.585062 17222 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu as pid 17377
02:12:48.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.585410 17222 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster14368137607479463495/master-2/wal/instance
02:12:48.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.594307 17454 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.209.190" port: 39183 } has no permanent_uuid. Determining permanent_uuid...
02:12:48.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.612025 17454 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 } has no permanent_uuid. Determining permanent_uuid...
02:12:48.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.623291 17454 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } has no permanent_uuid. Determining permanent_uuid...
02:12:48.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.639938 17454 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783: Bootstrap starting.
02:12:48.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.643541 17222 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:12:48.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.645926 17454 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783: Neither blocks nor log segments found. Creating new log.
02:12:48.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.647738 17454 log.cc:826] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783: Log is configured to *not* fsync() on all Append() calls
02:12:48.651 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:12:48.651 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:12:48.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.652136 17454 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783: No bootstrap required, opened a new log
02:12:48.652 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.16.209.190"
      port: 39183
    }
    bound_http_address {
      host: "127.16.209.190"
      port: 42799
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.16.209.189"
      port: 45369
    }
    bound_http_address {
      host: "127.16.209.189"
      port: 34277
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.16.209.188"
      port: 37411
    }
    bound_http_address {
      host: "127.16.209.188"
      port: 36727
    }
  }
}

02:12:48.653 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

02:12:48.653 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:12:48.654 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=f43dd026-f196-4b69-9a7a-c25f3e1a1571, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.16.209.188:37411,127.16.209.190:39183,127.16.209.189:45369}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:12:48.655 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:12:48.656 [INFO - Metastore-Handler-Pool: Thread-168] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:12:48.656 [INFO - Metastore-Handler-Pool: Thread-168] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4748f3f7, with PersistenceManager: null will be shutdown
02:12:48.656 [INFO - Metastore-Handler-Pool: Thread-168] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4748f3f7, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5f573ae2 created in the thread with id: 168
02:12:48.660 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4748f3f7
02:12:48.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.670835 17454 raft_consensus.cc:359] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ffe828a6f0f94ab7ba128da27eb8d8b3" member_type: VOTER last_known_addr { host: "127.16.209.190" port: 39183 } } peers { permanent_uuid: "79d493a0a1524ee5ac5ec6982913b709" member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 } } peers { permanent_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } }
02:12:48.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.671504 17454 raft_consensus.cc:385] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:12:48.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.671787 17454 raft_consensus.cc:740] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fca3d014c0ca43f5b1aa0e356f1d7783, State: Initialized, Role: FOLLOWER
02:12:48.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.672652 17454 consensus_queue.cc:260] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783 [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: "ffe828a6f0f94ab7ba128da27eb8d8b3" member_type: VOTER last_known_addr { host: "127.16.209.190" port: 39183 } } peers { permanent_uuid: "79d493a0a1524ee5ac5ec6982913b709" member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 } } peers { permanent_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } }
02:12:48.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.675272 17462 sys_catalog.cc:455] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783 [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: "ffe828a6f0f94ab7ba128da27eb8d8b3" member_type: VOTER last_known_addr { host: "127.16.209.190" port: 39183 } } peers { permanent_uuid: "79d493a0a1524ee5ac5ec6982913b709" member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 } } peers { permanent_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } } }
02:12:48.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.676133 17462 sys_catalog.cc:458] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783 [sys.catalog]: This master's current role is: FOLLOWER
02:12:48.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.676641 17454 sys_catalog.cc:565] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783 [sys.catalog]: configured and running, proceeding with master startup.
02:12:48.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.686825 17462 raft_consensus.cc:493] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:12:48.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.687656 17462 raft_consensus.cc:515] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ffe828a6f0f94ab7ba128da27eb8d8b3" member_type: VOTER last_known_addr { host: "127.16.209.190" port: 39183 } } peers { permanent_uuid: "79d493a0a1524ee5ac5ec6982913b709" member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 } } peers { permanent_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } }
02:12:48.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.691473 17462 leader_election.cc:290] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ffe828a6f0f94ab7ba128da27eb8d8b3 (127.16.209.190:39183), 79d493a0a1524ee5ac5ec6982913b709 (127.16.209.189:45369)
02:12:48.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.712561 17302 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } attempt: 6
02:12:48.726 [INFO - Metastore-Handler-Pool: Thread-170] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:12:48.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:48.728317 17473 client.h:373] Failed to connect to Hive Metastore (localhost:36505): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:48.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:48.742264 17478 catalog_manager.cc:1594] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:12:48.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:48.742846 17478 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:12:48.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.751770 17302 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ffe828a6f0f94ab7ba128da27eb8d8b3: Bootstrap starting.
02:12:48.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:48.763159 17408 tablet.cc:2406] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:12:48.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.770453 17302 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ffe828a6f0f94ab7ba128da27eb8d8b3: Neither blocks nor log segments found. Creating new log.
02:12:48.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.785463 17302 log.cc:826] T 00000000000000000000000000000000 P ffe828a6f0f94ab7ba128da27eb8d8b3: Log is configured to *not* fsync() on all Append() calls
02:12:48.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.740432 17377 master_runner.cc:187] Error getting master registration for 127.16.209.190:39183: OK, instance_id { permanent_uuid: "ffe828a6f0f94ab7ba128da27eb8d8b3" instance_seqno: 1783476765083010 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:12:48.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.810761 17377 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:12:48.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.812417 17302 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ffe828a6f0f94ab7ba128da27eb8d8b3: No bootstrap required, opened a new log
02:12:48.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.841621 17302 raft_consensus.cc:359] T 00000000000000000000000000000000 P ffe828a6f0f94ab7ba128da27eb8d8b3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ffe828a6f0f94ab7ba128da27eb8d8b3" member_type: VOTER last_known_addr { host: "127.16.209.190" port: 39183 } } peers { permanent_uuid: "79d493a0a1524ee5ac5ec6982913b709" member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 } } peers { permanent_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } }
02:12:48.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.842833 17302 raft_consensus.cc:385] T 00000000000000000000000000000000 P ffe828a6f0f94ab7ba128da27eb8d8b3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:12:48.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.843331 17302 raft_consensus.cc:740] T 00000000000000000000000000000000 P ffe828a6f0f94ab7ba128da27eb8d8b3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ffe828a6f0f94ab7ba128da27eb8d8b3, State: Initialized, Role: FOLLOWER
02:12:48.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.844818 17302 consensus_queue.cc:260] T 00000000000000000000000000000000 P ffe828a6f0f94ab7ba128da27eb8d8b3 [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: "ffe828a6f0f94ab7ba128da27eb8d8b3" member_type: VOTER last_known_addr { host: "127.16.209.190" port: 39183 } } peers { permanent_uuid: "79d493a0a1524ee5ac5ec6982913b709" member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 } } peers { permanent_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } }
02:12:48.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.859905 17481 sys_catalog.cc:455] T 00000000000000000000000000000000 P ffe828a6f0f94ab7ba128da27eb8d8b3 [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: "ffe828a6f0f94ab7ba128da27eb8d8b3" member_type: VOTER last_known_addr { host: "127.16.209.190" port: 39183 } } peers { permanent_uuid: "79d493a0a1524ee5ac5ec6982913b709" member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 } } peers { permanent_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } } }
02:12:48.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.860805 17481 sys_catalog.cc:458] T 00000000000000000000000000000000 P ffe828a6f0f94ab7ba128da27eb8d8b3 [sys.catalog]: This master's current role is: FOLLOWER
02:12:48.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.862345 17302 sys_catalog.cc:565] T 00000000000000000000000000000000 P ffe828a6f0f94ab7ba128da27eb8d8b3 [sys.catalog]: configured and running, proceeding with master startup.
02:12:48.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.862488 17277 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ffe828a6f0f94ab7ba128da27eb8d8b3" is_pre_election: true
02:12:48.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.863413 17277 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ffe828a6f0f94ab7ba128da27eb8d8b3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fca3d014c0ca43f5b1aa0e356f1d7783 in term 0.
02:12:48.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.865491 17406 leader_election.cc:304] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783 [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: fca3d014c0ca43f5b1aa0e356f1d7783, ffe828a6f0f94ab7ba128da27eb8d8b3; no voters: 
02:12:48.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.866459 17462 raft_consensus.cc:2804] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783 [term 0 FOLLOWER]: Leader pre-election won for term 1
02:12:48.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.867298 17462 raft_consensus.cc:493] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:12:48.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.867643 17462 raft_consensus.cc:3060] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783 [term 0 FOLLOWER]: Advancing to term 1
02:12:48.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.901274 17462 raft_consensus.cc:515] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ffe828a6f0f94ab7ba128da27eb8d8b3" member_type: VOTER last_known_addr { host: "127.16.209.190" port: 39183 } } peers { permanent_uuid: "79d493a0a1524ee5ac5ec6982913b709" member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 } } peers { permanent_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } }
02:12:48.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.913060 17277 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ffe828a6f0f94ab7ba128da27eb8d8b3"
02:12:48.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.915372 17277 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ffe828a6f0f94ab7ba128da27eb8d8b3 [term 0 FOLLOWER]: Advancing to term 1
02:12:48.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.931361 17462 leader_election.cc:290] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783 [CANDIDATE]: Term 1 election: Requested vote from peers ffe828a6f0f94ab7ba128da27eb8d8b3 (127.16.209.190:39183), 79d493a0a1524ee5ac5ec6982913b709 (127.16.209.189:45369)
02:12:48.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.943192 17277 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ffe828a6f0f94ab7ba128da27eb8d8b3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fca3d014c0ca43f5b1aa0e356f1d7783 in term 1.
02:12:48.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.945529 17406 leader_election.cc:304] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783 [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: fca3d014c0ca43f5b1aa0e356f1d7783, ffe828a6f0f94ab7ba128da27eb8d8b3; no voters: 
02:12:48.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.946954 17462 raft_consensus.cc:2804] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783 [term 1 FOLLOWER]: Leader election won for term 1
02:12:48.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.963737 17462 raft_consensus.cc:697] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783 [term 1 LEADER]: Becoming Leader. State: Replica: fca3d014c0ca43f5b1aa0e356f1d7783, State: Running, Role: LEADER
02:12:48.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.965001 17462 consensus_queue.cc:237] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783 [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: "ffe828a6f0f94ab7ba128da27eb8d8b3" member_type: VOTER last_known_addr { host: "127.16.209.190" port: 39183 } } peers { permanent_uuid: "79d493a0a1524ee5ac5ec6982913b709" member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 } } peers { permanent_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } }
02:12:48.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.988098 17490 sys_catalog.cc:455] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783 [sys.catalog]: SysCatalogTable state changed. Reason: New leader fca3d014c0ca43f5b1aa0e356f1d7783. Latest consensus state: current_term: 1 leader_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ffe828a6f0f94ab7ba128da27eb8d8b3" member_type: VOTER last_known_addr { host: "127.16.209.190" port: 39183 } } peers { permanent_uuid: "79d493a0a1524ee5ac5ec6982913b709" member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 } } peers { permanent_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } } }
02:12:48.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:48.989914 17490 sys_catalog.cc:458] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783 [sys.catalog]: This master's current role is: LEADER
02:12:49.026 [INFO - Metastore-Handler-Pool: Thread-171] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:12:49.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:49.029965 17494 client.h:373] Failed to connect to Hive Metastore (localhost:36505): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:49.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.031272 17495 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
02:12:49.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.041365 17495 catalog_manager.cc:1520] Initializing Kudu cluster ID...
02:12:49.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:49.048367 17256 tablet.cc:2406] T 00000000000000000000000000000000 P ffe828a6f0f94ab7ba128da27eb8d8b3: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:12:49.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.066814 17277 raft_consensus.cc:1275] T 00000000000000000000000000000000 P ffe828a6f0f94ab7ba128da27eb8d8b3 [term 1 FOLLOWER]: Refusing update from remote peer fca3d014c0ca43f5b1aa0e356f1d7783: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:12:49.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.068666 17490 consensus_queue.cc:1048] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ffe828a6f0f94ab7ba128da27eb8d8b3" member_type: VOTER last_known_addr { host: "127.16.209.190" port: 39183 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:12:49.141 [WARN - Metastore-Handler-Pool: Thread-168] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:12:49.148 [WARN - Metastore-Handler-Pool: Thread-168] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:12:49.148 [WARN - Metastore-Handler-Pool: Thread-168] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:12:49.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:49.171162 17498 catalog_manager.cc:1594] T 00000000000000000000000000000000 P ffe828a6f0f94ab7ba128da27eb8d8b3: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:12:49.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:49.171818 17498 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:12:49.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.062238 17234 master_runner.cc:187] Error getting master registration for 127.16.209.189:45369: OK, instance_id { permanent_uuid: "79d493a0a1524ee5ac5ec6982913b709" instance_seqno: 1783476766874350 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:12:49.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.240087 17234 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:12:49.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.251742 17481 sys_catalog.cc:455] T 00000000000000000000000000000000 P ffe828a6f0f94ab7ba128da27eb8d8b3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader fca3d014c0ca43f5b1aa0e356f1d7783. Latest consensus state: current_term: 1 leader_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ffe828a6f0f94ab7ba128da27eb8d8b3" member_type: VOTER last_known_addr { host: "127.16.209.190" port: 39183 } } peers { permanent_uuid: "79d493a0a1524ee5ac5ec6982913b709" member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 } } peers { permanent_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } } }
02:12:49.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.252477 17481 sys_catalog.cc:458] T 00000000000000000000000000000000 P ffe828a6f0f94ab7ba128da27eb8d8b3 [sys.catalog]: This master's current role is: FOLLOWER
02:12:49.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.252909 17376 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } attempt: 7
02:12:49.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.266265 17500 mvcc.cc:204] Tried to move back new op lower bound from 7305120846071422976 to 7305120845692805120. Current Snapshot: MvccSnapshot[applied={T|T < 7305120846071422976}]
02:12:49.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.317744 17495 catalog_manager.cc:1383] Generated new cluster ID: 407fda192d9c4db7bedf3a79019928c9
02:12:49.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.318106 17495 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
02:12:49.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.324110 17481 sys_catalog.cc:455] T 00000000000000000000000000000000 P ffe828a6f0f94ab7ba128da27eb8d8b3 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ffe828a6f0f94ab7ba128da27eb8d8b3" member_type: VOTER last_known_addr { host: "127.16.209.190" port: 39183 } } peers { permanent_uuid: "79d493a0a1524ee5ac5ec6982913b709" member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 } } peers { permanent_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } } }
02:12:49.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.324834 17481 sys_catalog.cc:458] T 00000000000000000000000000000000 P ffe828a6f0f94ab7ba128da27eb8d8b3 [sys.catalog]: This master's current role is: FOLLOWER
02:12:49.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.317787 17490 sys_catalog.cc:455] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ffe828a6f0f94ab7ba128da27eb8d8b3" member_type: VOTER last_known_addr { host: "127.16.209.190" port: 39183 } } peers { permanent_uuid: "79d493a0a1524ee5ac5ec6982913b709" member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 } } peers { permanent_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } } }
02:12:49.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.345579 17490 sys_catalog.cc:458] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783 [sys.catalog]: This master's current role is: LEADER
02:12:49.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.357389 17376 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 79d493a0a1524ee5ac5ec6982913b709: Bootstrap starting.
02:12:49.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.375908 17495 catalog_manager.cc:1406] Generated new certificate authority record
02:12:49.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.378163 17495 catalog_manager.cc:1540] Loading token signing keys...
02:12:49.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.389053 17376 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 79d493a0a1524ee5ac5ec6982913b709: Neither blocks nor log segments found. Creating new log.
02:12:49.399 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:12:49.405 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive8246295356682752238/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=f43dd026-f196-4b69-9a7a-c25f3e1a1571, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.16.209.188:37411,127.16.209.190:39183,127.16.209.189:45369}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:12:49.420 [INFO - Metastore-Handler-Pool: Thread-168] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8246295356682752238/external-warehouse/table
02:12:49.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.436054 17376 log.cc:826] T 00000000000000000000000000000000 P 79d493a0a1524ee5ac5ec6982913b709: Log is configured to *not* fsync() on all Append() calls
02:12:49.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.457875 17376 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 79d493a0a1524ee5ac5ec6982913b709: No bootstrap required, opened a new log
02:12:49.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.475203 17495 catalog_manager.cc:6070] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783: Generated new TSK 0
02:12:49.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.479162 17495 catalog_manager.cc:1550] Initializing in-progress tserver states...
02:12:49.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.483569 17495 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
02:12:49.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.513007 17495 catalog_manager.cc:5919] Last processed Hive Metastore notification event ID: -1
02:12:49.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.554824 17376 raft_consensus.cc:359] T 00000000000000000000000000000000 P 79d493a0a1524ee5ac5ec6982913b709 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ffe828a6f0f94ab7ba128da27eb8d8b3" member_type: VOTER last_known_addr { host: "127.16.209.190" port: 39183 } } peers { permanent_uuid: "79d493a0a1524ee5ac5ec6982913b709" member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 } } peers { permanent_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } }
02:12:49.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.564610 17376 raft_consensus.cc:385] T 00000000000000000000000000000000 P 79d493a0a1524ee5ac5ec6982913b709 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:12:49.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.565207 17376 raft_consensus.cc:740] T 00000000000000000000000000000000 P 79d493a0a1524ee5ac5ec6982913b709 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 79d493a0a1524ee5ac5ec6982913b709, State: Initialized, Role: FOLLOWER
02:12:49.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.566430 17376 consensus_queue.cc:260] T 00000000000000000000000000000000 P 79d493a0a1524ee5ac5ec6982913b709 [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: "ffe828a6f0f94ab7ba128da27eb8d8b3" member_type: VOTER last_known_addr { host: "127.16.209.190" port: 39183 } } peers { permanent_uuid: "79d493a0a1524ee5ac5ec6982913b709" member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 } } peers { permanent_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } }
02:12:49.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.575431 17514 sys_catalog.cc:455] T 00000000000000000000000000000000 P 79d493a0a1524ee5ac5ec6982913b709 [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: "ffe828a6f0f94ab7ba128da27eb8d8b3" member_type: VOTER last_known_addr { host: "127.16.209.190" port: 39183 } } peers { permanent_uuid: "79d493a0a1524ee5ac5ec6982913b709" member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 } } peers { permanent_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } } }
02:12:49.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.577790 17514 sys_catalog.cc:458] T 00000000000000000000000000000000 P 79d493a0a1524ee5ac5ec6982913b709 [sys.catalog]: This master's current role is: FOLLOWER
02:12:49.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.593314 17376 sys_catalog.cc:565] T 00000000000000000000000000000000 P 79d493a0a1524ee5ac5ec6982913b709 [sys.catalog]: configured and running, proceeding with master startup.
02:12:49.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.593474 17351 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "79d493a0a1524ee5ac5ec6982913b709" is_pre_election: true
02:12:49.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.594362 17351 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 79d493a0a1524ee5ac5ec6982913b709 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fca3d014c0ca43f5b1aa0e356f1d7783 in term 0.
02:12:49.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.595647 17350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "79d493a0a1524ee5ac5ec6982913b709"
02:12:49.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.596216 17350 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 79d493a0a1524ee5ac5ec6982913b709 [term 0 FOLLOWER]: Advancing to term 1
02:12:49.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.602715 17350 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 79d493a0a1524ee5ac5ec6982913b709 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fca3d014c0ca43f5b1aa0e356f1d7783 in term 1.
02:12:49.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.604969 17349 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 79d493a0a1524ee5ac5ec6982913b709 [term 1 FOLLOWER]: Refusing update from remote peer fca3d014c0ca43f5b1aa0e356f1d7783: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:12:49.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.610105 17462 consensus_queue.cc:1048] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783 [LEADER]: Connected to new peer: Peer: permanent_uuid: "79d493a0a1524ee5ac5ec6982913b709" member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:12:49.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.677628 17514 sys_catalog.cc:455] T 00000000000000000000000000000000 P 79d493a0a1524ee5ac5ec6982913b709 [sys.catalog]: SysCatalogTable state changed. Reason: New leader fca3d014c0ca43f5b1aa0e356f1d7783. Latest consensus state: current_term: 1 leader_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ffe828a6f0f94ab7ba128da27eb8d8b3" member_type: VOTER last_known_addr { host: "127.16.209.190" port: 39183 } } peers { permanent_uuid: "79d493a0a1524ee5ac5ec6982913b709" member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 } } peers { permanent_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } } }
02:12:49.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.678382 17514 sys_catalog.cc:458] T 00000000000000000000000000000000 P 79d493a0a1524ee5ac5ec6982913b709 [sys.catalog]: This master's current role is: FOLLOWER
02:12:49.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.679332 17523 sys_catalog.cc:455] T 00000000000000000000000000000000 P 79d493a0a1524ee5ac5ec6982913b709 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ffe828a6f0f94ab7ba128da27eb8d8b3" member_type: VOTER last_known_addr { host: "127.16.209.190" port: 39183 } } peers { permanent_uuid: "79d493a0a1524ee5ac5ec6982913b709" member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 } } peers { permanent_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } } }
02:12:49.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.680208 17523 sys_catalog.cc:458] T 00000000000000000000000000000000 P 79d493a0a1524ee5ac5ec6982913b709 [sys.catalog]: This master's current role is: FOLLOWER
02:12:49.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:49.712183 17534 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
02:12:49.713 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:12:49.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:49.718675 17530 client.h:373] Failed to connect to Hive Metastore (localhost:36505): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:49.744 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:12:49.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:49.745627 17473 client.h:373] Failed to connect to Hive Metastore (localhost:36505): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:49.839 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:12:49.921 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:3711) Skipping translation for processor with null
02:12:49.922 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:12:49.930 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
02:12:49.946 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive8246295356682752238/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)
02:12:49.948 [INFO - Metastore-Handler-Pool: Thread-168] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8246295356682752238/external-warehouse/legacy_table
02:12:49.999 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
02:12:50.013 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:3711) Skipping translation for processor with null
02:12:50.017 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:12:50.043 [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=	
02:12:50.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:50.044226 17494 client.h:373] Failed to connect to Hive Metastore (localhost:36505): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:50.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:50.047853 17462 sys_catalog.cc:455] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ffe828a6f0f94ab7ba128da27eb8d8b3" member_type: VOTER last_known_addr { host: "127.16.209.190" port: 39183 } } peers { permanent_uuid: "79d493a0a1524ee5ac5ec6982913b709" member_type: VOTER last_known_addr { host: "127.16.209.189" port: 45369 } } peers { permanent_uuid: "fca3d014c0ca43f5b1aa0e356f1d7783" member_type: VOTER last_known_addr { host: "127.16.209.188" port: 37411 } } }
02:12:50.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:50.048590 17462 sys_catalog.cc:458] T 00000000000000000000000000000000 P fca3d014c0ca43f5b1aa0e356f1d7783 [sys.catalog]: This master's current role is: LEADER
02:12:50.059 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:12:50.107 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
02:12:50.107 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:12:50.139 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:12:50.159 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:12:50.170 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
02:12:50.170 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:12:50.180 [DEBUG - Metastore-Handler-Pool: Thread-168] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
02:12:50.182 [DEBUG - Metastore-Handler-Pool: Thread-168] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
02:12:50.183 [DEBUG - Metastore-Handler-Pool: Thread-168] (Connection.java:748) [peer master-127.16.209.188:37411(127.16.209.188:37411)] connecting to peer
02:12:50.184 [DEBUG - Metastore-Handler-Pool: Thread-168] (Connection.java:748) [peer master-127.16.209.190:39183(127.16.209.190:39183)] connecting to peer
02:12:50.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:50.188948 17498 catalog_manager.cc:1295] Loaded cluster ID: 407fda192d9c4db7bedf3a79019928c9
02:12:50.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:50.189232 17498 catalog_manager.cc:1588] T 00000000000000000000000000000000 P ffe828a6f0f94ab7ba128da27eb8d8b3: loading cluster ID for follower catalog manager: success
02:12:50.192 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.16.209.188:37411(127.16.209.188:37411)] Successfully connected to peer
02:12:50.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:50.202914 17498 catalog_manager.cc:1610] T 00000000000000000000000000000000 P ffe828a6f0f94ab7ba128da27eb8d8b3: acquiring CA information for follower catalog manager: success
02:12:50.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:50.212692 17498 catalog_manager.cc:1638] T 00000000000000000000000000000000 P ffe828a6f0f94ab7ba128da27eb8d8b3: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:12:50.222 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.16.209.188
02:12:50.226 [DEBUG - Metastore-Handler-Pool: Thread-168] (Connection.java:748) [peer master-127.16.209.189:45369(127.16.209.189:45369)] connecting to peer
02:12:50.231 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.16.209.190:39183(127.16.209.190:39183)] Successfully connected to peer
02:12:50.232 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.16.209.189:45369(127.16.209.189:45369)] Successfully connected to peer
02:12:50.248 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:12:50.254 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.16.209.190
02:12:50.256 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.16.209.189
02:12:50.274 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:12:50.279 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x2bada347, L:/127.0.0.1:50400 - R:/127.16.209.189:45369] using SASL/PLAIN
02:12:50.284 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x2dd230b6, L:/127.0.0.1:56132 - R:/127.16.209.188:37411] using SASL/PLAIN
02:12:50.288 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:12:50.292 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x31f7d771, L:/127.0.0.1:38976 - R:/127.16.209.190:39183] using SASL/PLAIN
02:12:50.295 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
02:12:50.296 [ERROR - Metastore-Handler-Pool: Thread-168] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:12:50.297 [ERROR - Metastore-Handler-Pool: Thread-168] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the existing HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:297)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$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)

02:12:50.298 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:12:50.309 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:12:50.356 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
02:12:50.356 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:12:50.375 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:12:50.413 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:12:50.437 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
02:12:50.437 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:12:50.454 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:12:50.493 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:12:50.523 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
02:12:50.523 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:12:50.531 [ERROR - Metastore-Handler-Pool: Thread-168] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:12:50.533 [ERROR - Metastore-Handler-Pool: Thread-168] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a Kudu storage handler property (storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkKuduProperties(KuduMetastorePlugin.java:374)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:289)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$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)

02:12:50.534 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:12:50.545 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:12:50.556 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
02:12:50.556 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:12:50.561 [ERROR - Metastore-Handler-Pool: Thread-168] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:12:50.563 [ERROR - Metastore-Handler-Pool: Thread-168] (RetryingHMSHandler.java:148) MetaException(message:Kudu table type may not be altered)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:258)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$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)

02:12:50.564 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:12:50.578 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:12:50.625 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
02:12:50.625 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:12:50.635 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:12:50.663 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:12:50.675 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
02:12:50.675 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:12:50.689 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:12:50.703 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:12:50.728 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
02:12:50.729 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:12:50.739 [INFO - Metastore-Handler-Pool: Thread-182] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:12:50.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:50.740324 17530 client.h:373] Failed to connect to Hive Metastore (localhost:36505): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:50.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:50.744191 17534 catalog_manager.cc:1295] Loaded cluster ID: 407fda192d9c4db7bedf3a79019928c9
02:12:50.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:50.744491 17534 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 79d493a0a1524ee5ac5ec6982913b709: loading cluster ID for follower catalog manager: success
02:12:50.747 [ERROR - Metastore-Handler-Pool: Thread-168] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:12:50.749 [ERROR - Metastore-Handler-Pool: Thread-168] (RetryingHMSHandler.java:148) MetaException(message:Kudu table type may not be altered)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:258)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$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)

02:12:50.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:50.757376 17534 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 79d493a0a1524ee5ac5ec6982913b709: acquiring CA information for follower catalog manager: success
02:12:50.758 [INFO - Metastore-Handler-Pool: Thread-183] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:12:50.760 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:12:50.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:50.759505 17473 client.h:373] Failed to connect to Hive Metastore (localhost:36505): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:50.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:50.786691 17534 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 79d493a0a1524ee5ac5ec6982913b709: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:12:50.797 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:12:50.810 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
02:12:50.811 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:12:50.834 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:12:50.857 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:12:50.879 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
02:12:50.879 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:12:50.927 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:12:50.975 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:12:51.018 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
02:12:51.018 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:12:51.048 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:12:51.059 [INFO - Metastore-Handler-Pool: Thread-184] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:12:51.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:51.060232 17494 client.h:373] Failed to connect to Hive Metastore (localhost:36505): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:51.079 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:12:51.107 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
02:12:51.107 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:12:51.310 [ERROR - Metastore-Handler-Pool: Thread-168] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:12:51.312 [ERROR - Metastore-Handler-Pool: Thread-168] (RetryingHMSHandler.java:148) MetaException(message:Kudu table columns may not be altered through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkOnlyKuduMasterCanAlterSchema(KuduMetastorePlugin.java:498)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:290)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$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)

02:12:51.323 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:12:51.393 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:12:51.443 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
02:12:51.443 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:12:51.476 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:12:51.519 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:12:51.566 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
02:12:51.566 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:12:51.598 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:12:51.613 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:12:51.643 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
02:12:51.643 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:12:51.657 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:12:51.679 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:3711) Skipping translation for processor with null
02:12:51.684 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:12:51.755 [INFO - Metastore-Handler-Pool: Thread-185] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:12:51.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:51.756381 17530 client.h:373] Failed to connect to Hive Metastore (localhost:36505): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:51.775 [INFO - Metastore-Handler-Pool: Thread-186] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
02:12:51.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:51.776126 17473 client.h:373] Failed to connect to Hive Metastore (localhost:36505): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:51.940 [WARN - Metastore-Handler-Pool: Thread-168] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:12:52.075 [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=	
02:12:52.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:52.076237 17494 client.h:373] Failed to connect to Hive Metastore (localhost:36505): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:52.246 [WARN - Metastore-Handler-Pool: Thread-168] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:12:52.293 [WARN - Metastore-Handler-Pool: Thread-168] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:12:52.420 [WARN - Metastore-Handler-Pool: Thread-168] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive8246295356682752238/warehouse/default/table
02:12:52.421 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:12:52.424 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:12:52.427 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive8246295356682752238/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)
02:12:52.428 [WARN - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:2452) Location: file:/tmp/hive8246295356682752238/external-warehouse/table specified for non-external table:table
02:12:52.430 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
02:12:52.430 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:12:52.468 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:12:52.489 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:3711) Skipping translation for processor with null
02:12:52.492 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:12:52.503 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:12:52.524 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
02:12:52.524 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:12:52.529 [ERROR - Metastore-Handler-Pool: Thread-168] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:12:52.533 [ERROR - Metastore-Handler-Pool: Thread-168] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$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)

02:12:52.534 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:12:52.552 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:12:52.594 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
02:12:52.595 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:12:52.599 [ERROR - Metastore-Handler-Pool: Thread-168] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
02:12:52.600 [ERROR - Metastore-Handler-Pool: Thread-168] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain the Kudu storage handler (storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:405)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$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)

02:12:52.607 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:12:52.618 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:12:52.636 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
02:12:52.636 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:12:52.660 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=legacy_table	
02:12:52.668 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
02:12:52.677 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
02:12:52.677 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
02:12:52.684 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:12:52.697 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:3711) Skipping translation for processor with null
02:12:52.699 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:12:52.753 [INFO - Metastore-Handler-Pool: Thread-168] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:12:52.758 [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=	
02:12:52.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:52.759423 17530 client.h:373] Failed to connect to Hive Metastore (localhost:36505): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:52.761 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=FALSE, EXTERNAL=TRUE, kudu.table_id=f43dd026-f196-4b69-9a7a-c25f3e1a1571, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.16.209.188:37411,127.16.209.190:39183,127.16.209.189:45369}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:12:52.762 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:12:52.764 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive8246295356682752238/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=f43dd026-f196-4b69-9a7a-c25f3e1a1571, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.16.209.188:37411,127.16.209.190:39183,127.16.209.189:45369}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:12:52.766 [INFO - Metastore-Handler-Pool: Thread-168] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive8246295356682752238/external-warehouse/table
02:12:52.784 [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=	
02:12:52.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:52.785188 17473 client.h:373] Failed to connect to Hive Metastore (localhost:36505): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
02:12:52.790 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:12:52.808 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:3711) Skipping translation for processor with null
02:12:52.819 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:12:52.832 [INFO - Metastore-Handler-Pool: Thread-168] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:12:52.841 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:473) Updating table stats for table
02:12:52.841 [INFO - Metastore-Handler-Pool: Thread-168] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:12:52.849 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:12:52.855 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:3711) Skipping translation for processor with null
02:12:52.856 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:12:52.903 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:12:52.904 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:12:52.904 [INFO - Metastore-Handler-Pool: Thread-168] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4748f3f7, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5f573ae2 will be shutdown
02:12:52.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:52.904312 17222 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu with pid 17234
02:12:52.905 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:12:52.944 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.16.209.190:39183(127.16.209.190:39183)] handling channelInactive
02:12:52.944 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.16.209.190:39183(127.16.209.190:39183)] cleaning up while in state READY due to: connection closed
02:12:52.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:52.947758 17222 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu with pid 17303
02:12:52.981 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.16.209.189:45369(127.16.209.189:45369)] handling channelInactive
02:12:52.981 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.16.209.189:45369(127.16.209.189:45369)] cleaning up while in state READY due to: connection closed
02:12:52.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:52.980882 17406 connection.cc:573] client connection to 127.16.209.189:45369 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
02:12:52.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:52.981354 17406 proxy.cc:239] Call had error, refreshing address and retrying: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
02:12:52.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:52.984440 17222 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu with pid 17377
02:12:53.008 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.16.209.188:37411(127.16.209.188:37411)] handling channelInactive
02:12:53.008 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.16.209.188:37411(127.16.209.188:37411)] cleaning up while in state READY due to: connection closed
02:12:54.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:12:54Z chronyd exiting
.02:12:55.066 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:12:55.067 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:12:55.067 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:12:55.092 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive2562771644616404679
02:12:55.093 [INFO - Thread-137] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:12:55.093 [INFO - Thread-137] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:12:55.095 [INFO - Thread-137] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:12:55.095 [INFO - Thread-137] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:12:55.096 [INFO - Thread-137] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:12:55.096 [INFO - Thread-137] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:12:55.098 [INFO - Thread-137] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:12:55.098 [INFO - Thread-137] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:12:55.099 [INFO - Thread-137] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:12:55.099 [INFO - Thread-137] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:12:55.101 [INFO - Thread-137] (HikariDataSource.java:80) objectstore - Starting...
02:12:55.172 [INFO - Thread-137] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:12:55.172 [INFO - Thread-137] (HikariDataSource.java:82) objectstore - Start completed.
02:12:55.173 [INFO - Thread-137] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:12:55.175 [INFO - Thread-137] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:12:55.184 [INFO - Thread-137] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:12:55.185 [INFO - Thread-137] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:12:55.206 [INFO - Thread-137] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:12:55.207 [INFO - Thread-137] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:12:55.207 [INFO - Thread-137] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:12:55.272 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:12:55.273 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:12:55.273 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:12:55.274 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:12:55.274 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:12:55.274 [WARN - Thread-137] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:12:55.443 [INFO - Thread-137] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:12:55.443 [INFO - Thread-137] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7db359bd, with PersistenceManager: null will be shutdown
02:12:55.444 [INFO - Thread-137] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7db359bd, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@e3ae518 created in the thread with id: 191
02:12:55.445 [WARN - Thread-137] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
02:12:55.445 [INFO - Thread-137] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@7db359bd
02:12:55.529 [INFO - Thread-137] (HMSHandler.java:595) Started creating a default database with name: default
02:12:55.547 [INFO - Thread-137] (HMSHandler.java:605) Successfully created a default database with name: default
02:12:55.565 [INFO - Thread-137] (HMSHandler.java:668) Added admin role in metastore
02:12:55.566 [INFO - Thread-137] (HMSHandler.java:677) Added public role in metastore
02:12:55.598 [INFO - Thread-137] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:12:55.598 [INFO - Thread-137] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:12:55.599 [INFO - Thread-137] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:12:55.599 [INFO - Thread-137] (HiveMetaStore.java:697) Direct SQL optimization = true
02:12:55.599 [WARN - Thread-137] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
02:12:55.599 [INFO - Thread-137] (HiveMetaStore.java:632) Started the new metaserver on port [44361]...
02:12:55.599 [INFO - Thread-137] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:12:55.599 [INFO - Thread-137] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:12:55.599 [INFO - Thread-137] (HiveMetaStore.java:635) TCP keepalive = true
02:12:55.599 [INFO - Thread-137] (HiveMetaStore.java:636) Enable SSL = false
02:12:56.095 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:12:56.095 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:12:56.096 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:12:56.098 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:12:56.098 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:44361]
02:12:56.098 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:44361) in binary transport mode
02:12:56.099 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:44361) current connections: 1
02:12:56.100 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskV48nXE/test-tmp
02:12:56.100 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
02:12:56.100 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskV48nXE/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
02:12:56.103 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:44361"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

02:12:56.428 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:12:56.428 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

02:12:56.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:56.431962 17584 mini_oidc.cc:150] Starting JWKS server
02:12:56.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:56.435292 17584 webserver.cc:533] Webserver started at http://127.0.0.1:40487/ using document root <none> and password file <none>
02:12:56.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:56.435716 17584 mini_oidc.cc:186] Starting OIDC Discovery server
02:12:56.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:56.437299 17584 webserver.cc:533] Webserver started at http://127.0.0.1:43807/ using document root <none> and password file <none>
02:12:56.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:12:56Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:12:56.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:12:56Z Disabled control of system clock
02:12:56.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:56.491482 17584 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-0/wal
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-0/data
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-0/logs
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-0/data/info.pb
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.44.62:34589
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.44.62
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.44.20:36697
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.44.62:34589,127.17.44.61:38079,127.17.44.60:36635
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40487/jwks.json
02:12:56.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44361 with env {}
02:12:56.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:56.778578 17596 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:12:56.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:56.779196 17596 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:12:56.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:56.779649 17596 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:12:56.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:56.811753 17596 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:12:56.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:56.812040 17596 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:12:56.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:56.812242 17596 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:12:56.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:56.812443 17596 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:12:56.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:56.812647 17596 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:12:56.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:56.812794 17596 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40487/jwks.json
02:12:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:56.849257 17596 master_runner.cc:387] Master server non-default flags:
02:12:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:12:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.44.20:36697
02:12:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:12:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:12:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-0/data
02:12:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-0/wal
02:12:56.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44361
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.44.62:34589,127.17.44.61:38079,127.17.44.60:36635
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.44.62:34589
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40487/jwks.json
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-0/data/info.pb
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.44.62
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-0/logs
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:34 UTC on e7f111948823
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12767
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:12:56.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:56.850536 17596 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:12:56.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:56.852145 17596 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:12:56.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:56.863540 17602 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
02:12:58.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:56.864034 17603 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
02:12:58.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:58.037968 17605 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
02:12:58.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:58.041363 17604 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1176 milliseconds
02:12:58.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:58.041550 17596 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.178s	user 0.452s	sys 0.718s
02:12:58.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:58.041885 17596 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.179s	user 0.452s	sys 0.718s
02:12:58.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.042094 17596 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
02:12:58.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.043203 17596 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:12:58.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.045680 17596 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:12:58.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.047027 17596 hybrid_clock.cc:648] HybridClock initialized: now 1783476778046987 us; error 53 us; skew 500 ppm
02:12:58.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.047858 17596 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:12:58.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.054997 17596 webserver.cc:533] Webserver started at http://127.17.44.62:39173/ using document root <none> and password file <none>
02:12:58.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.056031 17596 fs_manager.cc:362] Metadata directory not provided
02:12:58.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.056257 17596 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:12:58.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.056774 17596 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:12:58.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.060992 17596 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-0/data/instance:
02:12:58.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4295992d7cdc463ab437fda781eb4e60"
02:12:58.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:58 on dist-test-slave-j8pn"
02:12:58.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.062148 17596 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-0/wal/instance:
02:12:58.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4295992d7cdc463ab437fda781eb4e60"
02:12:58.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:58 on dist-test-slave-j8pn"
02:12:58.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.069550 17596 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.010s	sys 0.000s
02:12:58.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.075654 17612 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:12:58.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.076678 17596 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.002s
02:12:58.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.076956 17596 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-0/data,/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-0/wal
02:12:58.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4295992d7cdc463ab437fda781eb4e60"
02:12:58.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:58 on dist-test-slave-j8pn"
02:12:58.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.077252 17596 fs_report.cc:389] FS layout report
02:12:58.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:12:58.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-0/wal
02:12:58.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-0/wal
02:12:58.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-0/data/data
02:12:58.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:12:58.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:12:58.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:12:58.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:12:58.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:12:58.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:12:58.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:12:58.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:12:58.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:12:58.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:12:58.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:12:58.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.141286 17596 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:12:58.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.142689 17596 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:12:58.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.143128 17596 kserver.cc:163] Server-wide thread pool size limit: 3276
02:12:58.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.218730 17596 rpc_server.cc:307] RPC server started. Bound to: 127.17.44.62:34589
02:12:58.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.218834 17663 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.44.62:34589 every 8 connection(s)
02:12:58.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.221344 17596 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-0/data/info.pb
02:12:58.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.224018 17584 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu as pid 17596
02:12:58.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.224490 17584 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-0/wal/instance
02:12:58.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.226909 17664 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:12:58.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.227802 17584 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:12:58.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:12:58.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-1/wal
02:12:58.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-1/data
02:12:58.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:12:58.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:12:58.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:12:58.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:12:58.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:12:58.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:12:58.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-1/logs
02:12:58.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-1/data/info.pb
02:12:58.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:12:58.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:12:58.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:12:58.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:12:58.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:12:58.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:12:58.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:12:58.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:12:58.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:12:58.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:12:58.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:12:58.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:12:58.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.44.61:38079
02:12:58.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.44.61
02:12:58.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:12:58.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.44.20:36697
02:12:58.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:12:58.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:12:58.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:12:58.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:12:58.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.44.62:34589,127.17.44.61:38079,127.17.44.60:36635
02:12:58.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:12:58.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40487/jwks.json
02:12:58.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44361 with env {}
02:12:58.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.237715 17664 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.44.62" port: 34589 } has no permanent_uuid. Determining permanent_uuid...
02:12:58.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.261554 17664 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.44.61" port: 38079 } has no permanent_uuid. Determining permanent_uuid...
02:12:58.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:58.264261 17613 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.44.61:38079: connect: Connection refused (error 111)
02:12:58.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:58.268322 17664 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.44.61:38079: Network error: Client connection negotiation failed: client connection to 127.17.44.61:38079: connect: Connection refused (error 111)
02:12:58.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.317803 17664 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.44.61" port: 38079 } attempt: 1
02:12:58.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:58.321949 17664 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.44.61:38079: Network error: Client connection negotiation failed: client connection to 127.17.44.61:38079: connect: Connection refused (error 111)
02:12:58.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.390400 17664 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.44.61" port: 38079 } attempt: 2
02:12:58.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:58.394507 17664 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.44.61:38079: Network error: Client connection negotiation failed: client connection to 127.17.44.61:38079: connect: Connection refused (error 111)
02:12:58.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.486016 17664 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.44.61" port: 38079 } attempt: 3
02:12:58.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:58.490489 17664 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.44.61:38079: Network error: Client connection negotiation failed: client connection to 127.17.44.61:38079: connect: Connection refused (error 111)
02:12:58.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:58.522137 17665 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:12:58.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:58.522672 17665 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:12:58.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:58.523151 17665 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:12:58.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:58.555094 17665 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:12:58.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:58.555420 17665 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:12:58.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:58.555640 17665 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:12:58.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:58.555855 17665 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:12:58.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:58.556047 17665 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:12:58.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:58.556193 17665 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40487/jwks.json
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.592636 17665 master_runner.cc:387] Master server non-default flags:
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.44.20:36697
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-1/data
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-1/wal
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44361
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.44.62:34589,127.17.44.61:38079,127.17.44.60:36635
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.44.61:38079
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40487/jwks.json
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-1/data/info.pb
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.44.61
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-1/logs
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:34 UTC on e7f111948823
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12767
02:12:58.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:12:58.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.593916 17665 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:12:58.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.595511 17665 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:12:58.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:58.605397 17674 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
02:12:58.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.634053 17664 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.44.61" port: 38079 } attempt: 4
02:12:58.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:58.640866 17664 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.44.61:38079: Network error: Client connection negotiation failed: client connection to 127.17.44.61:38079: connect: Connection refused (error 111)
02:12:58.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:58.940351 17664 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.44.61" port: 38079 } attempt: 5
02:12:58.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:58.959717 17664 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.44.61:38079: Network error: Client connection negotiation failed: client connection to 127.17.44.61:38079: connect: Connection refused (error 111)
02:12:59.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:59.507174 17664 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.44.61" port: 38079 } attempt: 6
02:12:59.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:59.538535 17664 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.44.61:38079: Network error: Client connection negotiation failed: client connection to 127.17.44.61:38079: connect: Connection refused (error 111)
02:12:59.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:58.606679 17675 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
02:12:59.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:59.975400 17677 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
02:12:59.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:59.977779 17676 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1366 milliseconds
02:12:59.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:59.978329 17665 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.372s	user 0.513s	sys 0.854s
02:12:59.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:12:59.978675 17665 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.372s	user 0.513s	sys 0.854s
02:12:59.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:59.978960 17665 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
02:12:59.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:59.980433 17665 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:12:59.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:59.983449 17665 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:12:59.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:59.984879 17665 hybrid_clock.cc:648] HybridClock initialized: now 1783476779984752 us; error 119 us; skew 500 ppm
02:12:59.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:59.985947 17665 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:12:59.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:59.994304 17665 webserver.cc:533] Webserver started at http://127.17.44.61:39319/ using document root <none> and password file <none>
02:12:59.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:59.995641 17665 fs_manager.cc:362] Metadata directory not provided
02:12:59.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:59.995929 17665 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:12:59.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:12:59.996500 17665 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:13:00.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.003159 17665 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-1/data/instance:
02:13:00.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "90319c60f83a4936a88ef344fd934133"
02:13:00.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:59 on dist-test-slave-j8pn"
02:13:00.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.004845 17665 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-1/wal/instance:
02:13:00.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "90319c60f83a4936a88ef344fd934133"
02:13:00.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:59 on dist-test-slave-j8pn"
02:13:00.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.014595 17665 fs_manager.cc:696] Time spent creating directory manager: real 0.009s	user 0.005s	sys 0.005s
02:13:00.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.022064 17686 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:13:00.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.023241 17665 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
02:13:00.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.023561 17665 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-1/data,/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-1/wal
02:13:00.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "90319c60f83a4936a88ef344fd934133"
02:13:00.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:12:59 on dist-test-slave-j8pn"
02:13:00.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.023945 17665 fs_report.cc:389] FS layout report
02:13:00.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:13:00.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-1/wal
02:13:00.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-1/wal
02:13:00.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-1/data/data
02:13:00.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:13:00.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:13:00.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:13:00.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:13:00.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:13:00.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:13:00.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:13:00.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:13:00.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:13:00.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:13:00.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:13:00.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.082911 17665 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:13:00.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.084311 17665 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:13:00.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.084712 17665 kserver.cc:163] Server-wide thread pool size limit: 3276
02:13:00.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.149930 17665 rpc_server.cc:307] RPC server started. Bound to: 127.17.44.61:38079
02:13:00.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.150005 17737 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.44.61:38079 every 8 connection(s)
02:13:00.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.152702 17665 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-1/data/info.pb
02:13:00.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.158005 17738 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:13:00.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.162874 17584 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu as pid 17665
02:13:00.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.163278 17584 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-1/wal/instance
02:13:00.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.165267 17584 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:13:00.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:13:00.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-2/wal
02:13:00.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-2/data
02:13:00.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:13:00.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:13:00.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:13:00.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:13:00.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:13:00.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:13:00.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-2/logs
02:13:00.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-2/data/info.pb
02:13:00.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:13:00.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:13:00.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:13:00.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:13:00.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:13:00.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:13:00.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:13:00.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:13:00.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:13:00.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:13:00.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:13:00.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:13:00.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.44.60:36635
02:13:00.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.44.60
02:13:00.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:13:00.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.44.20:36697
02:13:00.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:13:00.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:13:00.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:13:00.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:13:00.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.44.62:34589,127.17.44.61:38079,127.17.44.60:36635
02:13:00.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:13:00.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40487/jwks.json
02:13:00.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44361 with env {}
02:13:00.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.169391 17738 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.44.62" port: 34589 } has no permanent_uuid. Determining permanent_uuid...
02:13:00.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.211887 17738 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.44.61" port: 38079 } has no permanent_uuid. Determining permanent_uuid...
02:13:00.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.231204 17738 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.44.60" port: 36635 } has no permanent_uuid. Determining permanent_uuid...
02:13:00.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:00.234021 17690 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.44.60:36635: connect: Connection refused (error 111)
02:13:00.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:00.251592 17738 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.44.60:36635: Network error: Client connection negotiation failed: client connection to 127.17.44.60:36635: connect: Connection refused (error 111)
02:13:00.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.301096 17738 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.44.60" port: 36635 } attempt: 1
02:13:00.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:00.305181 17738 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.44.60:36635: Network error: Client connection negotiation failed: client connection to 127.17.44.60:36635: connect: Connection refused (error 111)
02:13:00.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.373584 17738 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.44.60" port: 36635 } attempt: 2
02:13:00.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:00.378291 17738 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.44.60:36635: Network error: Client connection negotiation failed: client connection to 127.17.44.60:36635: connect: Connection refused (error 111)
02:13:00.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.469735 17738 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.44.60" port: 36635 } attempt: 3
02:13:00.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:00.474731 17738 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.44.60:36635: Network error: Client connection negotiation failed: client connection to 127.17.44.60:36635: connect: Connection refused (error 111)
02:13:00.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:00.521456 17739 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:13:00.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:00.521991 17739 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:13:00.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:00.522459 17739 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:13:00.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:00.554996 17739 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:13:00.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:00.555341 17739 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:13:00.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:00.555683 17739 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:13:00.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:00.556001 17739 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:13:00.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:00.556305 17739 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:13:00.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:00.556527 17739 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40487/jwks.json
02:13:00.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.593097 17739 master_runner.cc:387] Master server non-default flags:
02:13:00.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:13:00.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.44.20:36697
02:13:00.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:13:00.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:13:00.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-2/data
02:13:00.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-2/wal
02:13:00.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:44361
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.44.62:34589,127.17.44.61:38079,127.17.44.60:36635
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.44.60:36635
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40487/jwks.json
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-2/data/info.pb
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.44.60
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-2/logs
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:34 UTC on e7f111948823
02:13:00.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12767
02:13:00.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:13:00.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.594801 17739 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:13:00.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.596470 17739 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:13:00.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.599056 17664 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.44.61" port: 38079 } attempt: 7
02:13:00.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:00.607739 17750 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
02:13:00.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.614073 17664 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.44.60" port: 36635 } has no permanent_uuid. Determining permanent_uuid...
02:13:00.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.618207 17738 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.44.60" port: 36635 } attempt: 4
02:13:00.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:00.623978 17738 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.44.60:36635: Network error: Client connection negotiation failed: client connection to 127.17.44.60:36635: connect: Connection refused (error 111)
02:13:00.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:00.636472 17664 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.44.60:36635: Network error: Client connection negotiation failed: client connection to 127.17.44.60:36635: connect: Connection refused (error 111)
02:13:00.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.694942 17664 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.44.60" port: 36635 } attempt: 1
02:13:00.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:00.701582 17664 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.44.60:36635: Network error: Client connection negotiation failed: client connection to 127.17.44.60:36635: connect: Connection refused (error 111)
02:13:00.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.783058 17664 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.44.60" port: 36635 } attempt: 2
02:13:00.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:00.791165 17664 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.44.60:36635: Network error: Client connection negotiation failed: client connection to 127.17.44.60:36635: connect: Connection refused (error 111)
02:13:00.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.876652 17664 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.44.60" port: 36635 } attempt: 3
02:13:00.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:00.883703 17664 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.44.60:36635: Network error: Client connection negotiation failed: client connection to 127.17.44.60:36635: connect: Connection refused (error 111)
02:13:00.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:00.923424 17738 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.44.60" port: 36635 } attempt: 5
02:13:00.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:00.930346 17738 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.44.60:36635: Network error: Client connection negotiation failed: client connection to 127.17.44.60:36635: connect: Connection refused (error 111)
02:13:01.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:01.024210 17664 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.44.60" port: 36635 } attempt: 4
02:13:01.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:01.031194 17664 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.44.60:36635: Network error: Client connection negotiation failed: client connection to 127.17.44.60:36635: connect: Connection refused (error 111)
02:13:01.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:01.314692 17664 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.44.60" port: 36635 } attempt: 5
02:13:01.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:01.321738 17664 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.44.60:36635: Network error: Client connection negotiation failed: client connection to 127.17.44.60:36635: connect: Connection refused (error 111)
02:13:01.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:01.477803 17738 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.44.60" port: 36635 } attempt: 6
02:13:01.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:01.503443 17738 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.44.60:36635: Network error: Client connection negotiation failed: client connection to 127.17.44.60:36635: connect: Connection refused (error 111)
02:13:01.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:01.874210 17664 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.44.60" port: 36635 } attempt: 6
02:13:01.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:01.902333 17664 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.44.60:36635: Network error: Client connection negotiation failed: client connection to 127.17.44.60:36635: connect: Connection refused (error 111)
02:13:01.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:00.609342 17751 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
02:13:01.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:01.951076 17753 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
02:13:01.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:01.954018 17752 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1344 milliseconds
02:13:01.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:01.954682 17739 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.346s	user 0.521s	sys 0.810s
02:13:01.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:01.955027 17739 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.346s	user 0.525s	sys 0.810s
02:13:01.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:01.955292 17739 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
02:13:01.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:01.956732 17739 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:13:01.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:01.959730 17739 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:13:01.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:01.961159 17739 hybrid_clock.cc:648] HybridClock initialized: now 1783476781961116 us; error 33 us; skew 500 ppm
02:13:01.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:01.962214 17739 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:13:01.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:01.970790 17739 webserver.cc:533] Webserver started at http://127.17.44.60:42897/ using document root <none> and password file <none>
02:13:01.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:01.972100 17739 fs_manager.cc:362] Metadata directory not provided
02:13:01.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:01.972379 17739 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:13:01.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:01.972929 17739 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:13:01.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:01.979028 17739 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-2/data/instance:
02:13:01.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c668dd8739694a3cb386001dced41e58"
02:13:01.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:13:01 on dist-test-slave-j8pn"
02:13:01.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:01.980461 17739 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-2/wal/instance:
02:13:01.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c668dd8739694a3cb386001dced41e58"
02:13:01.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:13:01 on dist-test-slave-j8pn"
02:13:01.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:01.988446 17739 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.004s	sys 0.004s
02:13:01.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:01.994132 17766 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:13:01.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:01.995357 17739 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.001s
02:13:01.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:01.995718 17739 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-2/data,/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-2/wal
02:13:01.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c668dd8739694a3cb386001dced41e58"
02:13:01.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:13:01 on dist-test-slave-j8pn"
02:13:01.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:01.996057 17739 fs_report.cc:389] FS layout report
02:13:01.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:13:01.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-2/wal
02:13:01.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-2/wal
02:13:01.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-2/data/data
02:13:01.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:13:01.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:13:01.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:13:01.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:13:01.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:13:01.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:13:01.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:13:01.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:13:01.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:13:01.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:13:01.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:13:02.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:02.067875 17739 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:13:02.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:02.069372 17739 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:13:02.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:02.069847 17739 kserver.cc:163] Server-wide thread pool size limit: 3276
02:13:02.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:02.138216 17739 rpc_server.cc:307] RPC server started. Bound to: 127.17.44.60:36635
02:13:02.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:02.138291 17817 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.44.60:36635 every 8 connection(s)
02:13:02.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:02.140960 17739 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-2/data/info.pb
02:13:02.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:02.146296 17818 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:13:02.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:02.148789 17584 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu as pid 17739
02:13:02.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:02.149215 17584 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster2136528136707951552/master-2/wal/instance
02:13:02.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:02.159054 17818 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.44.62" port: 34589 } has no permanent_uuid. Determining permanent_uuid...
02:13:02.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:02.183321 17818 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.44.61" port: 38079 } has no permanent_uuid. Determining permanent_uuid...
02:13:02.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:02.198925 17818 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.44.60" port: 36635 } has no permanent_uuid. Determining permanent_uuid...
02:13:02.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:02.215641 17584 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:13:02.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:02.217494 17818 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c668dd8739694a3cb386001dced41e58: Bootstrap starting.
02:13:02.223 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:13:02.223 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:13:02.224 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.17.44.62"
      port: 34589
    }
    bound_http_address {
      host: "127.17.44.62"
      port: 39173
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.17.44.61"
      port: 38079
    }
    bound_http_address {
      host: "127.17.44.61"
      port: 39319
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.17.44.60"
      port: 36635
    }
    bound_http_address {
      host: "127.17.44.60"
      port: 42897
    }
  }
}

02:13:02.224 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

02:13:02.225 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:13:02.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:02.225286 17818 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c668dd8739694a3cb386001dced41e58: Neither blocks nor log segments found. Creating new log.
02:13:02.226 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:13:02.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:02.226531 17584 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu with pid 17596
02:13:02.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:02.228046 17818 log.cc:826] T 00000000000000000000000000000000 P c668dd8739694a3cb386001dced41e58: Log is configured to *not* fsync() on all Append() calls
02:13:02.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:02.232450 17818 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c668dd8739694a3cb386001dced41e58: No bootstrap required, opened a new log
02:13:02.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:02.245325 17584 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu with pid 17665
02:13:02.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:02.252683 17818 raft_consensus.cc:359] T 00000000000000000000000000000000 P c668dd8739694a3cb386001dced41e58 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4295992d7cdc463ab437fda781eb4e60" member_type: VOTER last_known_addr { host: "127.17.44.62" port: 34589 } } peers { permanent_uuid: "90319c60f83a4936a88ef344fd934133" member_type: VOTER last_known_addr { host: "127.17.44.61" port: 38079 } } peers { permanent_uuid: "c668dd8739694a3cb386001dced41e58" member_type: VOTER last_known_addr { host: "127.17.44.60" port: 36635 } }
02:13:02.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:02.253536 17818 raft_consensus.cc:385] T 00000000000000000000000000000000 P c668dd8739694a3cb386001dced41e58 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:13:02.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:02.253832 17818 raft_consensus.cc:740] T 00000000000000000000000000000000 P c668dd8739694a3cb386001dced41e58 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c668dd8739694a3cb386001dced41e58, State: Initialized, Role: FOLLOWER
02:13:02.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:02.254733 17818 consensus_queue.cc:260] T 00000000000000000000000000000000 P c668dd8739694a3cb386001dced41e58 [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: "4295992d7cdc463ab437fda781eb4e60" member_type: VOTER last_known_addr { host: "127.17.44.62" port: 34589 } } peers { permanent_uuid: "90319c60f83a4936a88ef344fd934133" member_type: VOTER last_known_addr { host: "127.17.44.61" port: 38079 } } peers { permanent_uuid: "c668dd8739694a3cb386001dced41e58" member_type: VOTER last_known_addr { host: "127.17.44.60" port: 36635 } }
02:13:02.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:02.257593 17826 sys_catalog.cc:455] T 00000000000000000000000000000000 P c668dd8739694a3cb386001dced41e58 [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: "4295992d7cdc463ab437fda781eb4e60" member_type: VOTER last_known_addr { host: "127.17.44.62" port: 34589 } } peers { permanent_uuid: "90319c60f83a4936a88ef344fd934133" member_type: VOTER last_known_addr { host: "127.17.44.61" port: 38079 } } peers { permanent_uuid: "c668dd8739694a3cb386001dced41e58" member_type: VOTER last_known_addr { host: "127.17.44.60" port: 36635 } } }
02:13:02.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:02.258198 17826 sys_catalog.cc:458] T 00000000000000000000000000000000 P c668dd8739694a3cb386001dced41e58 [sys.catalog]: This master's current role is: FOLLOWER
02:13:02.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:02.259424 17818 sys_catalog.cc:565] T 00000000000000000000000000000000 P c668dd8739694a3cb386001dced41e58 [sys.catalog]: configured and running, proceeding with master startup.
02:13:02.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:02.271406 17584 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu with pid 17739
02:13:03.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:13:03Z chronyd exiting
.02:13:04.373 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:13:04.374 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:13:04.374 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:13:04.392 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive9308334893658262763
02:13:04.393 [INFO - Thread-153] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
02:13:04.393 [INFO - Thread-153] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
02:13:04.395 [INFO - Thread-153] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:13:04.395 [INFO - Thread-153] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:13:04.395 [INFO - Thread-153] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
02:13:04.395 [INFO - Thread-153] (HikariDataSource.java:350) objectstore - Shutdown initiated...
02:13:04.397 [INFO - Thread-153] (HikariDataSource.java:352) objectstore - Shutdown completed.
02:13:04.397 [INFO - Thread-153] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
02:13:04.397 [INFO - Thread-153] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
02:13:04.397 [INFO - Thread-153] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
02:13:04.399 [INFO - Thread-153] (HikariDataSource.java:80) objectstore - Starting...
02:13:04.448 [INFO - Thread-153] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:13:04.448 [INFO - Thread-153] (HikariDataSource.java:82) objectstore - Start completed.
02:13:04.448 [INFO - Thread-153] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
02:13:04.449 [INFO - Thread-153] (HikariDataSource.java:80) objectstore-secondary - Starting...
02:13:04.451 [INFO - Thread-153] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
02:13:04.451 [INFO - Thread-153] (HikariDataSource.java:82) objectstore-secondary - Start completed.
02:13:04.462 [INFO - Thread-153] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
02:13:04.462 [INFO - Thread-153] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
02:13:04.462 [INFO - Thread-153] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
02:13:04.482 [WARN - Thread-153] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:13:04.483 [WARN - Thread-153] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:13:04.483 [WARN - Thread-153] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:13:04.484 [WARN - Thread-153] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:13:04.484 [WARN - Thread-153] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:13:04.484 [WARN - Thread-153] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
02:13:04.644 [INFO - Thread-153] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
02:13:04.644 [INFO - Thread-153] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@29d9a0f2, with PersistenceManager: null will be shutdown
02:13:04.645 [INFO - Thread-153] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@29d9a0f2, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1b5a4d34 created in the thread with id: 214
02:13:04.646 [WARN - Thread-153] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
02:13:04.647 [INFO - Thread-153] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@29d9a0f2
02:13:04.718 [INFO - Thread-153] (HMSHandler.java:595) Started creating a default database with name: default
02:13:04.730 [INFO - Thread-153] (HMSHandler.java:605) Successfully created a default database with name: default
02:13:04.749 [INFO - Thread-153] (HMSHandler.java:668) Added admin role in metastore
02:13:04.750 [INFO - Thread-153] (HMSHandler.java:677) Added public role in metastore
02:13:04.775 [INFO - Thread-153] (HMSHandler.java:717) No user is added in admin role, since config is empty
02:13:04.775 [INFO - Thread-153] (HMSHandler.java:404) HMS server filtering is disabled by configuration
02:13:04.776 [INFO - Thread-153] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
02:13:04.776 [INFO - Thread-153] (HiveMetaStore.java:697) Direct SQL optimization = true
02:13:04.776 [WARN - Thread-153] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
02:13:04.776 [INFO - Thread-153] (HiveMetaStore.java:632) Started the new metaserver on port [37133]...
02:13:04.776 [INFO - Thread-153] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
02:13:04.777 [INFO - Thread-153] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
02:13:04.777 [INFO - Thread-153] (HiveMetaStore.java:635) TCP keepalive = true
02:13:04.777 [INFO - Thread-153] (HiveMetaStore.java:636) Enable SSL = false
02:13:05.395 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
02:13:05.395 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
02:13:05.395 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
02:13:05.398 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
02:13:05.398 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:37133]
02:13:05.398 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:37133) in binary transport mode
02:13:05.399 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:37133) current connections: 1
02:13:05.400 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskV48nXE/test-tmp
02:13:05.400 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/tsan/bin
02:13:05.400 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskV48nXE/java/build/dist-test/../../../build/tsan/bin/kudu, test, mini_cluster, --serialization=pb]
02:13:05.403 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

02:13:05.715 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:13:05.715 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

02:13:05.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:05.718538 17857 mini_oidc.cc:150] Starting JWKS server
02:13:05.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:05.721664 17857 webserver.cc:533] Webserver started at http://127.0.0.1:44049/ using document root <none> and password file <none>
02:13:05.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:05.722074 17857 mini_oidc.cc:186] Starting OIDC Discovery server
02:13:05.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:05.723893 17857 webserver.cc:533] Webserver started at http://127.0.0.1:41013/ using document root <none> and password file <none>
02:13:05.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:13:05Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
02:13:05.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:13:05Z Disabled control of system clock
02:13:05.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:05.779955 17857 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:13:05.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:13:05.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-0/wal
02:13:05.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-0/data
02:13:05.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:13:05.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:13:05.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:13:05.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:13:05.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:13:05.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:13:05.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-0/logs
02:13:05.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-0/data/info.pb
02:13:05.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:13:05.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:13:05.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:13:05.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:13:05.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:13:05.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:13:05.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:13:05.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:13:05.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:13:05.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:13:05.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:13:05.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:13:05.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.112.126:44787
02:13:05.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.112.126
02:13:05.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:13:05.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.112.84:39345
02:13:05.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:13:05.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:13:05.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:13:05.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:13:05.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.112.126:44787,127.17.112.125:36867,127.17.112.124:43425
02:13:05.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:13:05.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44049/jwks.json with env {}
02:13:06.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:06.070598 17869 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:13:06.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:06.071201 17869 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:13:06.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:06.071650 17869 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:13:06.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:06.103770 17869 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:13:06.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:06.104049 17869 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:13:06.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:06.104239 17869 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:13:06.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:06.104489 17869 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:13:06.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:06.104714 17869 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:13:06.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:06.104872 17869 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44049/jwks.json
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:06.141693 17869 master_runner.cc:387] Master server non-default flags:
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.112.84:39345
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-0/data
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-0/wal
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.112.126:44787,127.17.112.125:36867,127.17.112.124:43425
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.112.126:44787
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44049/jwks.json
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-0/data/info.pb
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.112.126
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-0/logs
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:13:06.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:13:06.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:13:06.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:13:06.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:13:06.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:13:06.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:13:06.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:34 UTC on e7f111948823
02:13:06.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12767
02:13:06.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:13:06.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:06.143035 17869 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:13:06.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:06.144529 17869 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:13:06.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:06.155552 17875 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
02:13:07.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:07.557942 17874 debug-util.cc:398] Leaking SignalData structure 0x7b0800028020 after lost signal to thread 17869
02:13:07.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:07.699205 17869 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.543s	user 0.621s	sys 0.921s
02:13:07.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:07.699592 17869 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.544s	user 0.621s	sys 0.921s
02:13:07.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:06.156466 17876 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
02:13:07.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:07.701503 17878 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
02:13:07.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:07.704103 17877 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1543 milliseconds
02:13:07.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:07.704164 17869 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
02:13:07.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:07.705371 17869 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:13:07.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:07.707736 17869 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:13:07.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:07.709072 17869 hybrid_clock.cc:648] HybridClock initialized: now 1783476787709036 us; error 34 us; skew 500 ppm
02:13:07.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:07.709921 17869 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:13:07.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:07.715528 17869 webserver.cc:533] Webserver started at http://127.17.112.126:37343/ using document root <none> and password file <none>
02:13:07.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:07.716434 17869 fs_manager.cc:362] Metadata directory not provided
02:13:07.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:07.716658 17869 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:13:07.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:07.717137 17869 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:13:07.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:07.721211 17869 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-0/data/instance:
02:13:07.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ce33061fe5384a6ea744a6830063c4f2"
02:13:07.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:13:07 on dist-test-slave-j8pn"
02:13:07.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:07.722312 17869 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-0/wal/instance:
02:13:07.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ce33061fe5384a6ea744a6830063c4f2"
02:13:07.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:13:07 on dist-test-slave-j8pn"
02:13:07.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:07.729030 17869 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.001s
02:13:07.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:07.734417 17885 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:13:07.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:07.735493 17869 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
02:13:07.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:07.735842 17869 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-0/data,/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-0/wal
02:13:07.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ce33061fe5384a6ea744a6830063c4f2"
02:13:07.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:13:07 on dist-test-slave-j8pn"
02:13:07.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:07.736179 17869 fs_report.cc:389] FS layout report
02:13:07.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:13:07.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-0/wal
02:13:07.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-0/wal
02:13:07.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-0/data/data
02:13:07.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:13:07.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:13:07.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:13:07.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:13:07.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:13:07.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:13:07.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:13:07.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:13:07.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:13:07.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:13:07.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:13:07.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:07.791280 17869 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:13:07.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:07.792850 17869 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:13:07.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:07.793365 17869 kserver.cc:163] Server-wide thread pool size limit: 3276
02:13:07.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:07.860927 17869 rpc_server.cc:307] RPC server started. Bound to: 127.17.112.126:44787
02:13:07.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:07.861009 17936 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.112.126:44787 every 8 connection(s)
02:13:07.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:07.863638 17869 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-0/data/info.pb
02:13:07.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:07.864668 17857 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu as pid 17869
02:13:07.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:07.865115 17857 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-0/wal/instance
02:13:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:07.869180 17857 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:13:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:13:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-1/wal
02:13:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-1/data
02:13:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:13:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:13:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:13:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:13:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:13:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:13:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-1/logs
02:13:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-1/data/info.pb
02:13:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:13:07.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:13:07.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:13:07.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:13:07.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:13:07.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:13:07.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:13:07.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:13:07.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:13:07.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:13:07.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:13:07.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:13:07.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.112.125:36867
02:13:07.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.112.125
02:13:07.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:13:07.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.112.84:39345
02:13:07.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:13:07.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:13:07.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:13:07.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:13:07.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.112.126:44787,127.17.112.125:36867,127.17.112.124:43425
02:13:07.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:13:07.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44049/jwks.json with env {}
02:13:07.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:07.870729 17937 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:13:07.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:07.882759 17937 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.112.126" port: 44787 } has no permanent_uuid. Determining permanent_uuid...
02:13:07.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:07.911798 17937 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 } has no permanent_uuid. Determining permanent_uuid...
02:13:07.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:07.914347 17887 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.112.125:36867: connect: Connection refused (error 111)
02:13:07.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:07.918357 17937 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.112.125:36867: Network error: Client connection negotiation failed: client connection to 127.17.112.125:36867: connect: Connection refused (error 111)
02:13:07.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:07.967818 17937 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 } attempt: 1
02:13:07.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:07.972079 17937 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.112.125:36867: Network error: Client connection negotiation failed: client connection to 127.17.112.125:36867: connect: Connection refused (error 111)
02:13:08.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:08.040539 17937 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 } attempt: 2
02:13:08.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:08.044934 17937 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.112.125:36867: Network error: Client connection negotiation failed: client connection to 127.17.112.125:36867: connect: Connection refused (error 111)
02:13:08.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:08.136376 17937 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 } attempt: 3
02:13:08.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:08.140812 17937 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.112.125:36867: Network error: Client connection negotiation failed: client connection to 127.17.112.125:36867: connect: Connection refused (error 111)
02:13:08.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:08.175696 17939 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:13:08.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:08.176301 17939 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:13:08.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:08.176787 17939 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:13:08.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:08.212387 17939 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:13:08.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:08.212671 17939 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:13:08.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:08.212874 17939 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:13:08.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:08.213078 17939 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:13:08.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:08.213270 17939 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:13:08.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:08.213416 17939 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44049/jwks.json
02:13:08.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:08.251245 17939 master_runner.cc:387] Master server non-default flags:
02:13:08.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:13:08.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.112.84:39345
02:13:08.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:13:08.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:13:08.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-1/data
02:13:08.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-1/wal
02:13:08.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:13:08.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.112.126:44787,127.17.112.125:36867,127.17.112.124:43425
02:13:08.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:13:08.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:13:08.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:13:08.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.112.125:36867
02:13:08.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:13:08.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:13:08.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:13:08.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44049/jwks.json
02:13:08.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:13:08.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:13:08.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-1/data/info.pb
02:13:08.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.112.125
02:13:08.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:13:08.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:13:08.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:13:08.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:13:08.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:13:08.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:13:08.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-1/logs
02:13:08.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:13:08.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:13:08.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:13:08.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:13:08.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:13:08.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:13:08.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:13:08.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:34 UTC on e7f111948823
02:13:08.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12767
02:13:08.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:13:08.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:08.252485 17939 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:13:08.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:08.254038 17939 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:13:08.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:08.263918 17948 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
02:13:08.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:08.284245 17937 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 } attempt: 4
02:13:08.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:08.288950 17937 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.112.125:36867: Network error: Client connection negotiation failed: client connection to 127.17.112.125:36867: connect: Connection refused (error 111)
02:13:08.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:08.588433 17937 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 } attempt: 5
02:13:08.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:08.594097 17937 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.112.125:36867: Network error: Client connection negotiation failed: client connection to 127.17.112.125:36867: connect: Connection refused (error 111)
02:13:09.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.141611 17937 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 } attempt: 6
02:13:09.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:09.153718 17937 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.112.125:36867: Network error: Client connection negotiation failed: client connection to 127.17.112.125:36867: connect: Connection refused (error 111)
02:13:09.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:08.265167 17949 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
02:13:09.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:09.374967 17951 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
02:13:09.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:09.377789 17950 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1107 milliseconds
02:13:09.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.377938 17939 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
02:13:09.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.379115 17939 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:13:09.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.381814 17939 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:13:09.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.383203 17939 hybrid_clock.cc:648] HybridClock initialized: now 1783476789383139 us; error 59 us; skew 500 ppm
02:13:09.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.384037 17939 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:13:09.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.389719 17939 webserver.cc:533] Webserver started at http://127.17.112.125:40065/ using document root <none> and password file <none>
02:13:09.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.390645 17939 fs_manager.cc:362] Metadata directory not provided
02:13:09.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.390897 17939 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:13:09.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.391381 17939 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:13:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.395552 17939 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-1/data/instance:
02:13:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ff63d8b229d94503b8ec939b950d8c96"
02:13:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:13:09 on dist-test-slave-j8pn"
02:13:09.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.396687 17939 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-1/wal/instance:
02:13:09.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ff63d8b229d94503b8ec939b950d8c96"
02:13:09.397 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:13:09 on dist-test-slave-j8pn"
02:13:09.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.403715 17939 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.007s	sys 0.001s
02:13:09.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.409366 17960 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:13:09.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.410439 17939 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.002s	sys 0.000s
02:13:09.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.410811 17939 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-1/data,/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-1/wal
02:13:09.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ff63d8b229d94503b8ec939b950d8c96"
02:13:09.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:13:09 on dist-test-slave-j8pn"
02:13:09.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.411164 17939 fs_report.cc:389] FS layout report
02:13:09.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:13:09.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-1/wal
02:13:09.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-1/wal
02:13:09.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-1/data/data
02:13:09.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:13:09.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:13:09.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:13:09.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:13:09.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:13:09.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:13:09.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:13:09.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:13:09.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:13:09.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:13:09.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:13:09.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.462718 17939 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:13:09.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.464259 17939 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:13:09.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.464733 17939 kserver.cc:163] Server-wide thread pool size limit: 3276
02:13:09.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.532215 17939 rpc_server.cc:307] RPC server started. Bound to: 127.17.112.125:36867
02:13:09.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.532281 18011 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.112.125:36867 every 8 connection(s)
02:13:09.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.535132 17939 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-1/data/info.pb
02:13:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.539157 17857 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu as pid 17939
02:13:09.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.539625 17857 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-1/wal/instance
02:13:09.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.541865 18012 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:13:09.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.542443 17857 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:13:09.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu
02:13:09.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-2/wal
02:13:09.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-2/data
02:13:09.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
02:13:09.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
02:13:09.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
02:13:09.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:13:09.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:13:09.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:13:09.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-2/logs
02:13:09.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-2/data/info.pb
02:13:09.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:13:09.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
02:13:09.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
02:13:09.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
02:13:09.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
02:13:09.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:13:09.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:13:09.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:13:09.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
02:13:09.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
02:13:09.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:13:09.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:13:09.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.112.124:43425
02:13:09.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.112.124
02:13:09.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:13:09.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.112.84:39345
02:13:09.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:13:09.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:13:09.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:13:09.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:13:09.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.112.126:44787,127.17.112.125:36867,127.17.112.124:43425
02:13:09.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:13:09.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44049/jwks.json with env {}
02:13:09.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.553658 18012 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.112.126" port: 44787 } has no permanent_uuid. Determining permanent_uuid...
02:13:09.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.573421 18012 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 } has no permanent_uuid. Determining permanent_uuid...
02:13:09.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.586115 18012 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } has no permanent_uuid. Determining permanent_uuid...
02:13:09.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:09.588596 17961 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.17.112.124:43425: connect: Connection refused (error 111)
02:13:09.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:09.592564 18012 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.112.124:43425: Network error: Client connection negotiation failed: client connection to 127.17.112.124:43425: connect: Connection refused (error 111)
02:13:09.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.642021 18012 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } attempt: 1
02:13:09.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:09.646157 18012 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.112.124:43425: Network error: Client connection negotiation failed: client connection to 127.17.112.124:43425: connect: Connection refused (error 111)
02:13:09.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.714542 18012 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } attempt: 2
02:13:09.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:09.718609 18012 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.112.124:43425: Network error: Client connection negotiation failed: client connection to 127.17.112.124:43425: connect: Connection refused (error 111)
02:13:09.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.810073 18012 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } attempt: 3
02:13:09.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:09.814090 18012 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.112.124:43425: Network error: Client connection negotiation failed: client connection to 127.17.112.124:43425: connect: Connection refused (error 111)
02:13:09.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:09.838630 18014 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
02:13:09.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:09.839177 18014 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
02:13:09.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:09.839614 18014 flags.cc:432] Enabled unsafe flag: --never_fsync=true
02:13:09.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:09.872232 18014 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
02:13:09.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:09.872563 18014 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
02:13:09.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:09.872893 18014 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
02:13:09.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:09.873188 18014 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
02:13:09.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:09.873468 18014 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
02:13:09.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:09.873687 18014 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44049/jwks.json
02:13:09.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.910192 18014 master_runner.cc:387] Master server non-default flags:
02:13:09.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
02:13:09.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.17.112.84:39345
02:13:09.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
02:13:09.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
02:13:09.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-2/data
02:13:09.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-2/wal
02:13:09.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.17.112.126:44787,127.17.112.125:36867,127.17.112.124:43425
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.17.112.124:43425
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44049/jwks.json
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-2/data/info.pb
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.17.112.124
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-2/logs
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 844bedc15e81bd62879377e001142786f7d931d8
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 01:43:34 UTC on e7f111948823
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 12767
02:13:09.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) TSAN enabled
02:13:09.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.911856 18014 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
02:13:09.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.913427 18014 file_cache.cc:504] Constructed file cache file cache with capacity 419430
02:13:09.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:09.923951 18024 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
02:13:09.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:09.957533 18012 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } attempt: 4
02:13:09.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:09.963776 18012 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.112.124:43425: Network error: Client connection negotiation failed: client connection to 127.17.112.124:43425: connect: Connection refused (error 111)
02:13:10.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:10.214200 17937 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 } attempt: 7
02:13:10.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:10.249778 17937 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } has no permanent_uuid. Determining permanent_uuid...
02:13:10.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:10.261811 17937 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.112.124:43425: Network error: Client connection negotiation failed: client connection to 127.17.112.124:43425: connect: Connection refused (error 111)
02:13:10.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:10.263720 18012 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } attempt: 5
02:13:10.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:10.271651 18012 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.112.124:43425: Network error: Client connection negotiation failed: client connection to 127.17.112.124:43425: connect: Connection refused (error 111)
02:13:10.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:10.320307 17937 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } attempt: 1
02:13:10.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:10.330202 17937 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.112.124:43425: Network error: Client connection negotiation failed: client connection to 127.17.112.124:43425: connect: Connection refused (error 111)
02:13:10.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:10.411687 17937 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } attempt: 2
02:13:10.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:10.418099 17937 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.112.124:43425: Network error: Client connection negotiation failed: client connection to 127.17.112.124:43425: connect: Connection refused (error 111)
02:13:10.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:10.503566 17937 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } attempt: 3
02:13:10.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:10.510011 17937 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.112.124:43425: Network error: Client connection negotiation failed: client connection to 127.17.112.124:43425: connect: Connection refused (error 111)
02:13:10.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:10.650457 17937 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } attempt: 4
02:13:10.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:10.657303 17937 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.112.124:43425: Network error: Client connection negotiation failed: client connection to 127.17.112.124:43425: connect: Connection refused (error 111)
02:13:10.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:10.819113 18012 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } attempt: 6
02:13:10.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:10.846431 18012 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.112.124:43425: Network error: Client connection negotiation failed: client connection to 127.17.112.124:43425: connect: Connection refused (error 111)
02:13:10.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:10.940780 17937 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } attempt: 5
02:13:10.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:10.947932 17937 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.112.124:43425: Network error: Client connection negotiation failed: client connection to 127.17.112.124:43425: connect: Connection refused (error 111)
02:13:11.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:11.326813 18023 debug-util.cc:398] Leaking SignalData structure 0x7b0800028020 after lost signal to thread 18014
02:13:11.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:09.924626 18025 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
02:13:11.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:11.362134 18014 thread.cc:641] OpenStack (cloud detector) Time spent creating pthread: real 1.438s	user 0.579s	sys 0.855s
02:13:11.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:11.363629 18014 thread.cc:608] OpenStack (cloud detector) Time spent starting thread: real 1.440s	user 0.580s	sys 0.855s
02:13:11.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:11.364715 18027 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
02:13:11.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:11.367609 18026 instance_detector.cc:116] could not retrieve GCE instance metadata: Timed out: curl timeout: Timeout was reached: Resolving timed out after 1439 milliseconds
02:13:11.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.367678 18014 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
02:13:11.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.368901 18014 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
02:13:11.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.371196 18014 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
02:13:11.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.372535 18014 hybrid_clock.cc:648] HybridClock initialized: now 1783476791372500 us; error 33 us; skew 500 ppm
02:13:11.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.373349 18014 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
02:13:11.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.379231 18014 webserver.cc:533] Webserver started at http://127.17.112.124:38667/ using document root <none> and password file <none>
02:13:11.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.380137 18014 fs_manager.cc:362] Metadata directory not provided
02:13:11.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.380352 18014 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
02:13:11.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.380828 18014 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
02:13:11.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.385044 18014 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-2/data/instance:
02:13:11.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4fd905c55a5345f69436953c9396eb02"
02:13:11.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:13:11 on dist-test-slave-j8pn"
02:13:11.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.386240 18014 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-2/wal/instance:
02:13:11.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4fd905c55a5345f69436953c9396eb02"
02:13:11.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:13:11 on dist-test-slave-j8pn"
02:13:11.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.392998 18014 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.004s	sys 0.005s
02:13:11.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.398574 18040 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
02:13:11.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.399633 18014 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.001s	sys 0.003s
02:13:11.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.399971 18014 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-2/data,/tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-2/wal
02:13:11.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4fd905c55a5345f69436953c9396eb02"
02:13:11.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 02:13:11 on dist-test-slave-j8pn"
02:13:11.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.400314 18014 fs_report.cc:389] FS layout report
02:13:11.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
02:13:11.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-2/wal
02:13:11.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-2/wal
02:13:11.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-2/data/data
02:13:11.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
02:13:11.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
02:13:11.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
02:13:11.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
02:13:11.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
02:13:11.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
02:13:11.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
02:13:11.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
02:13:11.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
02:13:11.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
02:13:11.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
02:13:11.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.450953 18014 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
02:13:11.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.452443 18014 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
02:13:11.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.452916 18014 kserver.cc:163] Server-wide thread pool size limit: 3276
02:13:11.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.500411 17937 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } attempt: 6
02:13:11.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:11.508114 17937 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.17.112.124:43425: Network error: Client connection negotiation failed: client connection to 127.17.112.124:43425: connect: Connection refused (error 111)
02:13:11.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.522791 18014 rpc_server.cc:307] RPC server started. Bound to: 127.17.112.124:43425
02:13:11.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.522907 18093 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.17.112.124:43425 every 8 connection(s)
02:13:11.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.525398 18014 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-2/data/info.pb
02:13:11.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.531208 18094 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
02:13:11.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.535826 17857 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu as pid 18014
02:13:11.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.536298 17857 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskV48nXE/test-tmp/mini-kudu-cluster11012280792555257232/master-2/wal/instance
02:13:11.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.543905 18094 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.112.126" port: 44787 } has no permanent_uuid. Determining permanent_uuid...
02:13:11.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.563390 18094 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 } has no permanent_uuid. Determining permanent_uuid...
02:13:11.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.574679 18094 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } has no permanent_uuid. Determining permanent_uuid...
02:13:11.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.592429 18094 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02: Bootstrap starting.
02:13:11.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.592722 17857 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
02:13:11.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.598131 18094 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02: Neither blocks nor log segments found. Creating new log.
02:13:11.600 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:13:11.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.599875 18094 log.cc:826] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02: Log is configured to *not* fsync() on all Append() calls
02:13:11.600 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

02:13:11.601 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.17.112.126"
      port: 44787
    }
    bound_http_address {
      host: "127.17.112.126"
      port: 37343
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.17.112.125"
      port: 36867
    }
    bound_http_address {
      host: "127.17.112.125"
      port: 40065
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.17.112.124"
      port: 43425
    }
    bound_http_address {
      host: "127.17.112.124"
      port: 38667
    }
  }
}

02:13:11.604 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

02:13:11.604 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
02:13:11.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.604981 18094 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02: No bootstrap required, opened a new log
02:13:11.605 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=a0615b80-8070-4702-b332-fcfe4dd0cd8c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.112.126:44787,127.17.112.125:36867,127.17.112.124:43425}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
02:13:11.606 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
02:13:11.607 [INFO - Metastore-Handler-Pool: Thread-235] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
02:13:11.607 [INFO - Metastore-Handler-Pool: Thread-235] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5101248c, with PersistenceManager: null will be shutdown
02:13:11.607 [INFO - Metastore-Handler-Pool: Thread-235] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5101248c, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@11a24ea7 created in the thread with id: 235
02:13:11.612 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5101248c
02:13:11.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.633253 18094 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce33061fe5384a6ea744a6830063c4f2" member_type: VOTER last_known_addr { host: "127.17.112.126" port: 44787 } } peers { permanent_uuid: "ff63d8b229d94503b8ec939b950d8c96" member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 } } peers { permanent_uuid: "4fd905c55a5345f69436953c9396eb02" member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } }
02:13:11.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.634146 18094 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:13:11.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.634466 18094 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4fd905c55a5345f69436953c9396eb02, State: Initialized, Role: FOLLOWER
02:13:11.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.635488 18094 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02 [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: "ce33061fe5384a6ea744a6830063c4f2" member_type: VOTER last_known_addr { host: "127.17.112.126" port: 44787 } } peers { permanent_uuid: "ff63d8b229d94503b8ec939b950d8c96" member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 } } peers { permanent_uuid: "4fd905c55a5345f69436953c9396eb02" member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } }
02:13:11.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.638464 18103 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02 [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: "ce33061fe5384a6ea744a6830063c4f2" member_type: VOTER last_known_addr { host: "127.17.112.126" port: 44787 } } peers { permanent_uuid: "ff63d8b229d94503b8ec939b950d8c96" member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 } } peers { permanent_uuid: "4fd905c55a5345f69436953c9396eb02" member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } } }
02:13:11.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.639322 18103 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02 [sys.catalog]: This master's current role is: FOLLOWER
02:13:11.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.640297 18094 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02 [sys.catalog]: configured and running, proceeding with master startup.
02:13:11.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:11.672847 18114 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
02:13:11.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:11.673215 18114 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
02:13:11.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.664572 18014 master_runner.cc:187] Error getting master registration for 127.17.112.126:44787: OK, instance_id { permanent_uuid: "ce33061fe5384a6ea744a6830063c4f2" instance_seqno: 1783476787842297 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:13:11.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.694084 18014 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:13:11.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:11.707954 18046 tablet.cc:2406] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:13:11.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.742198 18103 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:13:11.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.742923 18103 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce33061fe5384a6ea744a6830063c4f2" member_type: VOTER last_known_addr { host: "127.17.112.126" port: 44787 } } peers { permanent_uuid: "ff63d8b229d94503b8ec939b950d8c96" member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 } } peers { permanent_uuid: "4fd905c55a5345f69436953c9396eb02" member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } }
02:13:11.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.748608 18103 leader_election.cc:290] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ce33061fe5384a6ea744a6830063c4f2 (127.17.112.126:44787), ff63d8b229d94503b8ec939b950d8c96 (127.17.112.125:36867)
02:13:11.893 [WARN - Metastore-Handler-Pool: Thread-235] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:13:11.897 [WARN - Metastore-Handler-Pool: Thread-235] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:13:11.897 [WARN - Metastore-Handler-Pool: Thread-235] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:13:11.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.906862 18012 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } attempt: 7
02:13:11.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.955554 18012 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ff63d8b229d94503b8ec939b950d8c96: Bootstrap starting.
02:13:11.956 [INFO - Metastore-Handler-Pool: Thread-235] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
02:13:11.963 [INFO - Metastore-Handler-Pool: Thread-235] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive9308334893658262763/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=a0615b80-8070-4702-b332-fcfe4dd0cd8c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.17.112.126:44787,127.17.112.125:36867,127.17.112.124:43425}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
02:13:11.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.963058 18012 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ff63d8b229d94503b8ec939b950d8c96: Neither blocks nor log segments found. Creating new log.
02:13:11.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.965529 18012 log.cc:826] T 00000000000000000000000000000000 P ff63d8b229d94503b8ec939b950d8c96: Log is configured to *not* fsync() on all Append() calls
02:13:11.966 [INFO - Metastore-Handler-Pool: Thread-235] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9308334893658262763/external-warehouse/table
02:13:11.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.972275 18012 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ff63d8b229d94503b8ec939b950d8c96: No bootstrap required, opened a new log
02:13:11.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.994359 18012 raft_consensus.cc:359] T 00000000000000000000000000000000 P ff63d8b229d94503b8ec939b950d8c96 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce33061fe5384a6ea744a6830063c4f2" member_type: VOTER last_known_addr { host: "127.17.112.126" port: 44787 } } peers { permanent_uuid: "ff63d8b229d94503b8ec939b950d8c96" member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 } } peers { permanent_uuid: "4fd905c55a5345f69436953c9396eb02" member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } }
02:13:11.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.995234 18012 raft_consensus.cc:385] T 00000000000000000000000000000000 P ff63d8b229d94503b8ec939b950d8c96 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:13:11.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.995533 18012 raft_consensus.cc:740] T 00000000000000000000000000000000 P ff63d8b229d94503b8ec939b950d8c96 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ff63d8b229d94503b8ec939b950d8c96, State: Initialized, Role: FOLLOWER
02:13:11.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:11.996696 18012 consensus_queue.cc:260] T 00000000000000000000000000000000 P ff63d8b229d94503b8ec939b950d8c96 [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: "ce33061fe5384a6ea744a6830063c4f2" member_type: VOTER last_known_addr { host: "127.17.112.126" port: 44787 } } peers { permanent_uuid: "ff63d8b229d94503b8ec939b950d8c96" member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 } } peers { permanent_uuid: "4fd905c55a5345f69436953c9396eb02" member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } }
02:13:12.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.002020 18012 sys_catalog.cc:565] T 00000000000000000000000000000000 P ff63d8b229d94503b8ec939b950d8c96 [sys.catalog]: configured and running, proceeding with master startup.
02:13:12.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.002177 17987 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4fd905c55a5345f69436953c9396eb02" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ff63d8b229d94503b8ec939b950d8c96" is_pre_election: true
02:13:12.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.003049 17987 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ff63d8b229d94503b8ec939b950d8c96 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4fd905c55a5345f69436953c9396eb02 in term 0.
02:13:12.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.004709 18042 leader_election.cc:304] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02 [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: 4fd905c55a5345f69436953c9396eb02, ff63d8b229d94503b8ec939b950d8c96; no voters: 
02:13:12.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.005592 18103 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02 [term 0 FOLLOWER]: Leader pre-election won for term 1
02:13:12.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.005951 18103 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
02:13:12.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.006282 18103 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02 [term 0 FOLLOWER]: Advancing to term 1
02:13:12.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.014231 18103 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce33061fe5384a6ea744a6830063c4f2" member_type: VOTER last_known_addr { host: "127.17.112.126" port: 44787 } } peers { permanent_uuid: "ff63d8b229d94503b8ec939b950d8c96" member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 } } peers { permanent_uuid: "4fd905c55a5345f69436953c9396eb02" member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } }
02:13:12.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.000768 18122 sys_catalog.cc:455] T 00000000000000000000000000000000 P ff63d8b229d94503b8ec939b950d8c96 [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: "ce33061fe5384a6ea744a6830063c4f2" member_type: VOTER last_known_addr { host: "127.17.112.126" port: 44787 } } peers { permanent_uuid: "ff63d8b229d94503b8ec939b950d8c96" member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 } } peers { permanent_uuid: "4fd905c55a5345f69436953c9396eb02" member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } } }
02:13:12.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.017278 18122 sys_catalog.cc:458] T 00000000000000000000000000000000 P ff63d8b229d94503b8ec939b950d8c96 [sys.catalog]: This master's current role is: FOLLOWER
02:13:12.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.018671 18103 leader_election.cc:290] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02 [CANDIDATE]: Term 1 election: Requested vote from peers ce33061fe5384a6ea744a6830063c4f2 (127.17.112.126:44787), ff63d8b229d94503b8ec939b950d8c96 (127.17.112.125:36867)
02:13:12.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.019971 17987 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4fd905c55a5345f69436953c9396eb02" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ff63d8b229d94503b8ec939b950d8c96"
02:13:12.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.020520 17987 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ff63d8b229d94503b8ec939b950d8c96 [term 0 FOLLOWER]: Advancing to term 1
02:13:12.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.028832 17987 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ff63d8b229d94503b8ec939b950d8c96 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4fd905c55a5345f69436953c9396eb02 in term 1.
02:13:12.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.030695 18042 leader_election.cc:304] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02 [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: 4fd905c55a5345f69436953c9396eb02, ff63d8b229d94503b8ec939b950d8c96; no voters: 
02:13:12.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.031529 18103 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02 [term 1 FOLLOWER]: Leader election won for term 1
02:13:12.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.050899 18103 raft_consensus.cc:697] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02 [term 1 LEADER]: Becoming Leader. State: Replica: 4fd905c55a5345f69436953c9396eb02, State: Running, Role: LEADER
02:13:12.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.052021 18103 consensus_queue.cc:237] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02 [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: "ce33061fe5384a6ea744a6830063c4f2" member_type: VOTER last_known_addr { host: "127.17.112.126" port: 44787 } } peers { permanent_uuid: "ff63d8b229d94503b8ec939b950d8c96" member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 } } peers { permanent_uuid: "4fd905c55a5345f69436953c9396eb02" member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } }
02:13:12.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.070503 18124 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4fd905c55a5345f69436953c9396eb02. Latest consensus state: current_term: 1 leader_uuid: "4fd905c55a5345f69436953c9396eb02" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce33061fe5384a6ea744a6830063c4f2" member_type: VOTER last_known_addr { host: "127.17.112.126" port: 44787 } } peers { permanent_uuid: "ff63d8b229d94503b8ec939b950d8c96" member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 } } peers { permanent_uuid: "4fd905c55a5345f69436953c9396eb02" member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } } }
02:13:12.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.071316 18124 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02 [sys.catalog]: This master's current role is: LEADER
02:13:12.072 [DEBUG - Metastore-Handler-Pool: Thread-235] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
02:13:12.075 [DEBUG - Metastore-Handler-Pool: Thread-235] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
02:13:12.076 [DEBUG - Metastore-Handler-Pool: Thread-235] (Connection.java:748) [peer master-127.17.112.126:44787(127.17.112.126:44787)] connecting to peer
02:13:12.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.076588 18129 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
02:13:12.078 [DEBUG - Metastore-Handler-Pool: Thread-235] (Connection.java:748) [peer master-127.17.112.125:36867(127.17.112.125:36867)] connecting to peer
02:13:12.080 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.17.112.126:44787(127.17.112.126:44787)] Successfully connected to peer
02:13:12.081 [DEBUG - Metastore-Handler-Pool: Thread-235] (Connection.java:748) [peer master-127.17.112.124:43425(127.17.112.124:43425)] connecting to peer
02:13:12.088 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.17.112.126
02:13:12.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.094731 18129 catalog_manager.cc:1520] Initializing Kudu cluster ID...
02:13:12.096 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.17.112.125:36867(127.17.112.125:36867)] Successfully connected to peer
02:13:12.102 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.17.112.124:43425(127.17.112.124:43425)] Successfully connected to peer
02:13:12.123 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.17.112.125
02:13:12.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.131297 17987 raft_consensus.cc:1275] T 00000000000000000000000000000000 P ff63d8b229d94503b8ec939b950d8c96 [term 1 FOLLOWER]: Refusing update from remote peer 4fd905c55a5345f69436953c9396eb02: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:13:12.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.131495 18143 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
02:13:12.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.133742 18124 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ff63d8b229d94503b8ec939b950d8c96" member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:13:12.134 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.17.112.124
02:13:12.157 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:13:12.166 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:13:12.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.135699 17939 master_runner.cc:187] Error getting master registration for 127.17.112.126:44787: OK, instance_id { permanent_uuid: "ce33061fe5384a6ea744a6830063c4f2" instance_seqno: 1783476787842297 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
02:13:12.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.173343 17939 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
02:13:12.177 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xffb0e7bd, L:/127.0.0.1:34602 - R:/127.17.112.126:44787] using SASL/PLAIN
02:13:12.206 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
02:13:12.211 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x8c2b9b1d, L:/127.0.0.1:39132 - R:/127.17.112.125:36867] using SASL/PLAIN
02:13:12.216 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.17.112.126:44787: Catalog manager is not initialized. State: Starting
02:13:12.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 02:13:12.222318 17966 tablet.cc:2406] T 00000000000000000000000000000000 P ff63d8b229d94503b8ec939b950d8c96: Can't schedule compaction. Clean time has not been advanced past its initial value.
02:13:12.210 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x7202233c, L:/127.0.0.1:50632 - R:/127.17.112.124:43425] using SASL/PLAIN
02:13:12.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.242274 18122 sys_catalog.cc:455] T 00000000000000000000000000000000 P ff63d8b229d94503b8ec939b950d8c96 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4fd905c55a5345f69436953c9396eb02. Latest consensus state: current_term: 1 leader_uuid: "4fd905c55a5345f69436953c9396eb02" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce33061fe5384a6ea744a6830063c4f2" member_type: VOTER last_known_addr { host: "127.17.112.126" port: 44787 } } peers { permanent_uuid: "ff63d8b229d94503b8ec939b950d8c96" member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 } } peers { permanent_uuid: "4fd905c55a5345f69436953c9396eb02" member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } } }
02:13:12.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.243064 18122 sys_catalog.cc:458] T 00000000000000000000000000000000 P ff63d8b229d94503b8ec939b950d8c96 [sys.catalog]: This master's current role is: FOLLOWER
02:13:12.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.246426 18141 mvcc.cc:204] Tried to move back new op lower bound from 7305120940537425920 to 7305120940255776768. Current Snapshot: MvccSnapshot[applied={T|T < 7305120940537425920}]
02:13:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.248164 18103 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "4fd905c55a5345f69436953c9396eb02" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce33061fe5384a6ea744a6830063c4f2" member_type: VOTER last_known_addr { host: "127.17.112.126" port: 44787 } } peers { permanent_uuid: "ff63d8b229d94503b8ec939b950d8c96" member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 } } peers { permanent_uuid: "4fd905c55a5345f69436953c9396eb02" member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } } }
02:13:12.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.248871 18103 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02 [sys.catalog]: This master's current role is: LEADER
02:13:12.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.251458 18144 mvcc.cc:204] Tried to move back new op lower bound from 7305120940537425920 to 7305120940255776768. Current Snapshot: MvccSnapshot[applied={T|T < 7305120940537425920}]
02:13:12.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.253947 18129 catalog_manager.cc:1383] Generated new cluster ID: 5636a5d389b7414ba14c15602a3d16e6
02:13:12.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.254240 18129 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
02:13:12.254 [WARN - kudu-nio-1] (ConnectToCluster.java:305) Unable to find the leader master 127.17.112.126:44787,127.17.112.125:36867,127.17.112.124:43425; will retry
02:13:12.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.260046 18122 sys_catalog.cc:455] T 00000000000000000000000000000000 P ff63d8b229d94503b8ec939b950d8c96 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "4fd905c55a5345f69436953c9396eb02" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce33061fe5384a6ea744a6830063c4f2" member_type: VOTER last_known_addr { host: "127.17.112.126" port: 44787 } } peers { permanent_uuid: "ff63d8b229d94503b8ec939b950d8c96" member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 } } peers { permanent_uuid: "4fd905c55a5345f69436953c9396eb02" member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } } }
02:13:12.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.264091 18122 sys_catalog.cc:458] T 00000000000000000000000000000000 P ff63d8b229d94503b8ec939b950d8c96 [sys.catalog]: This master's current role is: FOLLOWER
02:13:12.284 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.17.112.126:44787: Catalog manager is not initialized. State: Starting
02:13:12.284 [WARN - kudu-nio-0] (ConnectToCluster.java:305) Unable to find the leader master 127.17.112.126:44787,127.17.112.125:36867,127.17.112.124:43425; will retry
02:13:12.301 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.17.112.126:44787: Catalog manager is not initialized. State: Starting
02:13:12.301 [WARN - kudu-nio-2] (ConnectToCluster.java:305) Unable to find the leader master 127.17.112.126:44787,127.17.112.125:36867,127.17.112.124:43425; will retry
02:13:12.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.313424 18129 catalog_manager.cc:1406] Generated new certificate authority record
02:13:12.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.316586 18129 catalog_manager.cc:1540] Loading token signing keys...
02:13:12.323 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.17.112.126:44787: Catalog manager is not initialized. State: Starting
02:13:12.323 [WARN - kudu-nio-0] (ConnectToCluster.java:305) Unable to find the leader master 127.17.112.126:44787,127.17.112.125:36867,127.17.112.124:43425; will retry
02:13:12.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.339509 18129 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02: Generated new TSK 0
02:13:12.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.340646 18129 catalog_manager.cc:1550] Initializing in-progress tserver states...
02:13:12.350 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.17.112.126:44787: Catalog manager is not initialized. State: Starting
02:13:12.351 [WARN - kudu-nio-0] (ConnectToCluster.java:305) Unable to find the leader master 127.17.112.126:44787,127.17.112.125:36867,127.17.112.124:43425; will retry
02:13:12.401 [INFO - kudu-nio-0] (ConnectToCluster.java:385) Unable to connect to master 127.17.112.126:44787: Catalog manager is not initialized. State: Starting
02:13:12.404 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
02:13:12.441 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:13:12.468 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:3711) Skipping translation for processor with null
02:13:12.469 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
02:13:12.477 [INFO - Metastore-Handler-Pool: Thread-235] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
02:13:12.527 [INFO - Metastore-Handler-Pool: Thread-235] (MetaStoreServerUtils.java:473) Updating table stats for table
02:13:12.528 [INFO - Metastore-Handler-Pool: Thread-235] (MetaStoreServerUtils.java:476) Updated size of table table to 0
02:13:12.542 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.541508 17937 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } attempt: 7
02:13:12.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.593050 17937 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ce33061fe5384a6ea744a6830063c4f2: Bootstrap starting.
02:13:12.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.637909 17937 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ce33061fe5384a6ea744a6830063c4f2: Neither blocks nor log segments found. Creating new log.
02:13:12.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.651594 17937 log.cc:826] T 00000000000000000000000000000000 P ce33061fe5384a6ea744a6830063c4f2: Log is configured to *not* fsync() on all Append() calls
02:13:12.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.685002 17937 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ce33061fe5384a6ea744a6830063c4f2: No bootstrap required, opened a new log
02:13:12.720 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
02:13:12.742 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:3711) Skipping translation for processor with null
02:13:12.743 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
02:13:12.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.821139 17937 raft_consensus.cc:359] T 00000000000000000000000000000000 P ce33061fe5384a6ea744a6830063c4f2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce33061fe5384a6ea744a6830063c4f2" member_type: VOTER last_known_addr { host: "127.17.112.126" port: 44787 } } peers { permanent_uuid: "ff63d8b229d94503b8ec939b950d8c96" member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 } } peers { permanent_uuid: "4fd905c55a5345f69436953c9396eb02" member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } }
02:13:12.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.822301 17937 raft_consensus.cc:385] T 00000000000000000000000000000000 P ce33061fe5384a6ea744a6830063c4f2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
02:13:12.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.822841 17937 raft_consensus.cc:740] T 00000000000000000000000000000000 P ce33061fe5384a6ea744a6830063c4f2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ce33061fe5384a6ea744a6830063c4f2, State: Initialized, Role: FOLLOWER
02:13:12.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.827641 17937 consensus_queue.cc:260] T 00000000000000000000000000000000 P ce33061fe5384a6ea744a6830063c4f2 [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: "ce33061fe5384a6ea744a6830063c4f2" member_type: VOTER last_known_addr { host: "127.17.112.126" port: 44787 } } peers { permanent_uuid: "ff63d8b229d94503b8ec939b950d8c96" member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 } } peers { permanent_uuid: "4fd905c55a5345f69436953c9396eb02" member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } }
02:13:12.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.839007 18151 sys_catalog.cc:455] T 00000000000000000000000000000000 P ce33061fe5384a6ea744a6830063c4f2 [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: "ce33061fe5384a6ea744a6830063c4f2" member_type: VOTER last_known_addr { host: "127.17.112.126" port: 44787 } } peers { permanent_uuid: "ff63d8b229d94503b8ec939b950d8c96" member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 } } peers { permanent_uuid: "4fd905c55a5345f69436953c9396eb02" member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } } }
02:13:12.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.844441 18151 sys_catalog.cc:458] T 00000000000000000000000000000000 P ce33061fe5384a6ea744a6830063c4f2 [sys.catalog]: This master's current role is: FOLLOWER
02:13:12.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.843823 17912 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4fd905c55a5345f69436953c9396eb02" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ce33061fe5384a6ea744a6830063c4f2" is_pre_election: true
02:13:12.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.842540 17937 sys_catalog.cc:565] T 00000000000000000000000000000000 P ce33061fe5384a6ea744a6830063c4f2 [sys.catalog]: configured and running, proceeding with master startup.
02:13:12.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.847648 17912 rpcz_store.cc:275] Call kudu.consensus.ConsensusService.RequestConsensusVote from 127.0.0.1:34576 (request call id 2) took 1099 ms. Trace:
02:13:12.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.847986 17912 rpcz_store.cc:276] 0708 02:13:11.747873 (+     0us) service_pool.cc:167] Inserting onto call queue
02:13:12.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 02:13:11.748022 (+   149us) service_pool.cc:224] Handling call
02:13:12.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 02:13:12.847577 (+1099555us) inbound_call.cc:177] Queueing success response
02:13:12.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {}
02:13:12.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.845332 17910 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ce33061fe5384a6ea744a6830063c4f2 [term 0 FOLLOWER]: Advancing to term 1
02:13:12.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.844516 17911 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4fd905c55a5345f69436953c9396eb02" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ce33061fe5384a6ea744a6830063c4f2"
02:13:12.858 [WARN - Metastore-Handler-Pool: Thread-235] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:13:12.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.862483 17910 raft_consensus.cc:1275] T 00000000000000000000000000000000 P ce33061fe5384a6ea744a6830063c4f2 [term 1 FOLLOWER]: Refusing update from remote peer 4fd905c55a5345f69436953c9396eb02: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
02:13:12.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.864194 18124 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 4fd905c55a5345f69436953c9396eb02 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ce33061fe5384a6ea744a6830063c4f2" member_type: VOTER last_known_addr { host: "127.17.112.126" port: 44787 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
02:13:12.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.866757 18151 raft_consensus.cc:493] T 00000000000000000000000000000000 P ce33061fe5384a6ea744a6830063c4f2 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
02:13:12.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.867303 18151 raft_consensus.cc:515] T 00000000000000000000000000000000 P ce33061fe5384a6ea744a6830063c4f2 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce33061fe5384a6ea744a6830063c4f2" member_type: VOTER last_known_addr { host: "127.17.112.126" port: 44787 } } peers { permanent_uuid: "ff63d8b229d94503b8ec939b950d8c96" member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 } } peers { permanent_uuid: "4fd905c55a5345f69436953c9396eb02" member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } }
02:13:12.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.870887 17987 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "ce33061fe5384a6ea744a6830063c4f2" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ff63d8b229d94503b8ec939b950d8c96" is_pre_election: true
02:13:12.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.873458 18151 leader_election.cc:290] T 00000000000000000000000000000000 P ce33061fe5384a6ea744a6830063c4f2 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers ff63d8b229d94503b8ec939b950d8c96 (127.17.112.125:36867), 4fd905c55a5345f69436953c9396eb02 (127.17.112.124:43425)
02:13:12.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.874184 18067 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "ce33061fe5384a6ea744a6830063c4f2" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4fd905c55a5345f69436953c9396eb02" is_pre_election: true
02:13:12.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.876012 17886 leader_election.cc:304] T 00000000000000000000000000000000 P ce33061fe5384a6ea744a6830063c4f2 [CANDIDATE]: Term 2 pre-election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: ce33061fe5384a6ea744a6830063c4f2; no voters: 4fd905c55a5345f69436953c9396eb02, ff63d8b229d94503b8ec939b950d8c96
02:13:12.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.959893 18153 raft_consensus.cc:2749] T 00000000000000000000000000000000 P ce33061fe5384a6ea744a6830063c4f2 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
02:13:12.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.966465 18151 sys_catalog.cc:455] T 00000000000000000000000000000000 P ce33061fe5384a6ea744a6830063c4f2 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4fd905c55a5345f69436953c9396eb02. Latest consensus state: current_term: 1 leader_uuid: "4fd905c55a5345f69436953c9396eb02" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce33061fe5384a6ea744a6830063c4f2" member_type: VOTER last_known_addr { host: "127.17.112.126" port: 44787 } } peers { permanent_uuid: "ff63d8b229d94503b8ec939b950d8c96" member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 } } peers { permanent_uuid: "4fd905c55a5345f69436953c9396eb02" member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } } }
02:13:12.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.967160 18151 sys_catalog.cc:458] T 00000000000000000000000000000000 P ce33061fe5384a6ea744a6830063c4f2 [sys.catalog]: This master's current role is: FOLLOWER
02:13:12.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.967788 18159 sys_catalog.cc:455] T 00000000000000000000000000000000 P ce33061fe5384a6ea744a6830063c4f2 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "4fd905c55a5345f69436953c9396eb02" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce33061fe5384a6ea744a6830063c4f2" member_type: VOTER last_known_addr { host: "127.17.112.126" port: 44787 } } peers { permanent_uuid: "ff63d8b229d94503b8ec939b950d8c96" member_type: VOTER last_known_addr { host: "127.17.112.125" port: 36867 } } peers { permanent_uuid: "4fd905c55a5345f69436953c9396eb02" member_type: VOTER last_known_addr { host: "127.17.112.124" port: 43425 } } }
02:13:12.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:12.968544 18159 sys_catalog.cc:458] T 00000000000000000000000000000000 P ce33061fe5384a6ea744a6830063c4f2 [sys.catalog]: This master's current role is: FOLLOWER
02:13:13.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:13.010885 18168 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
02:13:13.041 [WARN - Metastore-Handler-Pool: Thread-235] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:13:13.081 [WARN - Metastore-Handler-Pool: Thread-235] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
02:13:13.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:13.171262 18143 catalog_manager.cc:1295] Loaded cluster ID: 5636a5d389b7414ba14c15602a3d16e6
02:13:13.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:13.171536 18143 catalog_manager.cc:1588] T 00000000000000000000000000000000 P ff63d8b229d94503b8ec939b950d8c96: loading cluster ID for follower catalog manager: success
02:13:13.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:13.195046 18143 catalog_manager.cc:1610] T 00000000000000000000000000000000 P ff63d8b229d94503b8ec939b950d8c96: acquiring CA information for follower catalog manager: success
02:13:13.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:13.208666 18143 catalog_manager.cc:1638] T 00000000000000000000000000000000 P ff63d8b229d94503b8ec939b950d8c96: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
02:13:13.217 [INFO - Metastore-Handler-Pool: Thread-235] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
02:13:13.218 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
02:13:13.218 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
02:13:13.218 [INFO - Metastore-Handler-Pool: Thread-235] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5101248c, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@11a24ea7 will be shutdown
02:13:13.219 [INFO - Metastore-Handler-Pool: Thread-235] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
02:13:13.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:13.219002 17857 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu with pid 17869
02:13:13.269 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.17.112.126:44787(127.17.112.126:44787)] handling channelInactive
02:13:13.269 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.17.112.126:44787(127.17.112.126:44787)] cleaning up while in state READY due to: connection closed
02:13:13.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:13.281641 17857 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu with pid 17939
02:13:13.311 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.17.112.125:36867(127.17.112.125:36867)] handling channelInactive
02:13:13.311 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.17.112.125:36867(127.17.112.125:36867)] cleaning up while in state READY due to: connection closed
02:13:13.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 02:13:13.321626 17857 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskV48nXE/build/tsan/bin/kudu with pid 18014
02:13:13.343 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.17.112.124:43425(127.17.112.124:43425)] handling channelInactive
02:13:13.343 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.17.112.124:43425(127.17.112.124:43425)] cleaning up while in state READY due to: connection closed
02:13:14.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T02:13:14Z chronyd exiting

Time: 78.223

OK (6 tests)

