JUnit version 4.13.2
.18:29:10.979 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:29:10.985 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:29:10.986 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:29:11.115 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive10041942174921228759
18:29:11.267 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:29:11.278 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:29:11.526 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:29:11.554 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:29:11.554 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
18:29:11.584 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
18:29:11.596 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:29:11.615 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
18:29:12.382 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:29:12.386 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
18:29:12.407 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:29:12.409 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:29:12.422 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:29:12.423 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:29:12.635 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:29:12.636 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:29:12.638 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:29:13.232 [INFO - Thread-0] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:29:13.233 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6cc7711c, with PersistenceManager: null will be shutdown
18:29:13.264 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6cc7711c, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1d439447 created in the thread with id: 13
18:29:13.323 [WARN - Thread-0] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
18:29:13.569 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:13.571 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:13.572 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:13.572 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:13.573 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:13.574 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:14.252 [WARN - Thread-0] (ObjectStore.java:10690) Version information not found in metastore. metastore.schema.verification is not enabled so recording the schema version 4.1.0
18:29:14.253 [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.249
18:29:14.253 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6cc7711c
18:29:14.595 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
18:29:14.647 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
18:29:14.698 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
18:29:14.701 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
18:29:14.781 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:29:14.788 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:29:15.081 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:29:15.087 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
18:29:15.097 [WARN - Thread-0] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
18:29:15.098 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [43203]...
18:29:15.098 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:29:15.098 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:29:15.098 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
18:29:15.098 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
18:29:15.151 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:29:15.151 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:29:15.152 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:29:15.169 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:29:15.169 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:43203]
18:29:15.170 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:43203) in binary transport mode
18:29:15.193 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:43203) current connections: 1
18:29:15.292 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
18:29:15.422 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXx0CNc/test-tmp
18:29:15.425 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
18:29:15.429 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXx0CNc/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
18:29:15.465 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:43203"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

18:29:15.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:15.861286 29862 mini_oidc.cc:150] Starting JWKS server
18:29:15.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:15.863821 29862 webserver.cc:534] Webserver started at http://127.0.0.1:37873/ using document root <none> and password file <none>
18:29:15.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:15.864068 29862 mini_oidc.cc:186] Starting OIDC Discovery server
18:29:15.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:15.864696 29862 webserver.cc:534] Webserver started at http://127.0.0.1:39911/ using document root <none> and password file <none>
18:29:15.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:29:15Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:29:15.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:29:15Z Disabled control of system clock
18:29:15.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:15.894665 29862 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:15.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:15.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-0/wal
18:29:15.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-0/data
18:29:15.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:29:15.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:29:15.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:29:15.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:15.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:15.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:15.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-0/logs
18:29:15.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-0/data/info.pb
18:29:15.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:15.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:29:15.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:29:15.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:29:15.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:29:15.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:15.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:15.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:15.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:29:15.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:29:15.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:15.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:15.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.41.190:36319
18:29:15.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.41.190
18:29:15.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:15.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.41.148:45373
18:29:15.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:15.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:15.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:15.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:15.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.41.190:36319,127.29.41.189:36117,127.29.41.188:46115
18:29:15.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:15.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37873/jwks.json
18:29:15.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43203 with env {}
18:29:16.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.238420 29873 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:29:16.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.238814 29873 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:29:16.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.238905 29873 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:29:16.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.247851 29873 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:29:16.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.247953 29873 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:29:16.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.248008 29873 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:29:16.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.248049 29873 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:29:16.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.248102 29873 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:29:16.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.248138 29873 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37873/jwks.json
18:29:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.258679 29873 master_runner.cc:387] Master server non-default flags:
18:29:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:16.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.41.148:45373
18:29:16.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:16.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:16.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-0/data
18:29:16.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-0/wal
18:29:16.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43203
18:29:16.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:16.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.41.190:36319,127.29.41.189:36117,127.29.41.188:46115
18:29:16.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:16.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:16.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:16.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.41.190:36319
18:29:16.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:16.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:29:16.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:16.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37873/jwks.json
18:29:16.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:16.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:16.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-0/data/info.pb
18:29:16.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.41.190
18:29:16.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:16.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:29:16.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:16.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:29:16.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:29:16.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:16.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-0/logs
18:29:16.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:16.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:29:16.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:29:16.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:29:16.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:29:16.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:29:16.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:29:16.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:24 UTC on bdcb31816ec0
18:29:16.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16870
18:29:16.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:29:16.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.260442 29873 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:29:16.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.263125 29873 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:29:16.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.273000 29878 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:16.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.273028 29879 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:16.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.273942 29881 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:16.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.275048 29873 server_base.cc:1061] running on GCE node
18:29:16.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.276124 29873 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:29:16.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.278127 29873 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:29:16.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.279349 29873 hybrid_clock.cc:648] HybridClock initialized: now 1783535356279298 us; error 116 us; skew 500 ppm
18:29:16.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.279695 29873 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:29:16.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.282070 29873 webserver.cc:534] Webserver started at http://127.29.41.190:35183/ using document root <none> and password file <none>
18:29:16.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.282881 29873 fs_manager.cc:362] Metadata directory not provided
18:29:16.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.282980 29873 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:29:16.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.283324 29873 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:29:16.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.285943 29873 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-0/data/instance:
18:29:16.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6b67aade0160407cb4318fda991b94e8"
18:29:16.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:16 on dist-test-slave-9xf3"
18:29:16.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.286685 29873 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-0/wal/instance:
18:29:16.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6b67aade0160407cb4318fda991b94e8"
18:29:16.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:16 on dist-test-slave-9xf3"
18:29:16.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.292405 29873 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.001s	sys 0.003s
18:29:16.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.296253 29887 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:29:16.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.297812 29873 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
18:29:16.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.298023 29873 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-0/data,/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-0/wal
18:29:16.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6b67aade0160407cb4318fda991b94e8"
18:29:16.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:16 on dist-test-slave-9xf3"
18:29:16.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.298295 29873 fs_report.cc:389] FS layout report
18:29:16.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:29:16.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-0/wal
18:29:16.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-0/wal
18:29:16.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-0/data/data
18:29:16.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:29:16.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:29:16.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:29:16.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:29:16.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:29:16.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:29:16.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:29:16.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:29:16.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:29:16.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:29:16.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:29:16.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.316012 29873 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:29:16.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.317101 29873 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:29:16.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.317426 29873 kserver.cc:163] Server-wide thread pool size limit: 3276
18:29:16.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.340710 29873 rpc_server.cc:307] RPC server started. Bound to: 127.29.41.190:36319
18:29:16.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.340731 29938 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.41.190:36319 every 8 connection(s)
18:29:16.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.342602 29873 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-0/data/info.pb
18:29:16.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.345959 29862 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu as pid 29873
18:29:16.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.346303 29862 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-0/wal/instance
18:29:16.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.348064 29939 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:29:16.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.349457 29862 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:16.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:16.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-1/wal
18:29:16.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-1/data
18:29:16.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:29:16.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:29:16.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:29:16.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:16.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:16.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:16.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-1/logs
18:29:16.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-1/data/info.pb
18:29:16.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:16.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:29:16.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:29:16.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:29:16.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:29:16.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:16.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:16.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:16.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:29:16.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:29:16.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:16.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:16.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.41.189:36117
18:29:16.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.41.189
18:29:16.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:16.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.41.148:45373
18:29:16.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:16.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:16.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:16.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:16.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.41.190:36319,127.29.41.189:36117,127.29.41.188:46115
18:29:16.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:16.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37873/jwks.json
18:29:16.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43203 with env {}
18:29:16.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.357455 29939 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.41.190" port: 36319 } has no permanent_uuid. Determining permanent_uuid...
18:29:16.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.382190 29939 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 } has no permanent_uuid. Determining permanent_uuid...
18:29:16.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.383657 29889 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.41.189:36117: connect: Connection refused (error 111)
18:29:16.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.385715 29939 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.41.189:36117: Network error: Client connection negotiation failed: client connection to 127.29.41.189:36117: connect: Connection refused (error 111)
18:29:16.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.435096 29939 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 } attempt: 1
18:29:16.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.437414 29939 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.41.189:36117: Network error: Client connection negotiation failed: client connection to 127.29.41.189:36117: connect: Connection refused (error 111)
18:29:16.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.505695 29939 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 } attempt: 2
18:29:16.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.507876 29939 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.41.189:36117: Network error: Client connection negotiation failed: client connection to 127.29.41.189:36117: connect: Connection refused (error 111)
18:29:16.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.599139 29939 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 } attempt: 3
18:29:16.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.601400 29939 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.41.189:36117: Network error: Client connection negotiation failed: client connection to 127.29.41.189:36117: connect: Connection refused (error 111)
18:29:16.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.699887 29940 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:29:16.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.700279 29940 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:29:16.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.700361 29940 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:29:16.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.709848 29940 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:29:16.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.710007 29940 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:29:16.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.710099 29940 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:29:16.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.710166 29940 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:29:16.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.710230 29940 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:29:16.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.710265 29940 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37873/jwks.json
18:29:16.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.721882 29940 master_runner.cc:387] Master server non-default flags:
18:29:16.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:16.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.41.148:45373
18:29:16.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:16.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:16.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-1/data
18:29:16.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-1/wal
18:29:16.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43203
18:29:16.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:16.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.41.190:36319,127.29.41.189:36117,127.29.41.188:46115
18:29:16.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:16.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:16.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:16.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.41.189:36117
18:29:16.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:16.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:29:16.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:16.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37873/jwks.json
18:29:16.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:16.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:16.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-1/data/info.pb
18:29:16.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.41.189
18:29:16.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:16.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:29:16.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:16.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:29:16.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:29:16.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:16.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-1/logs
18:29:16.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:16.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:29:16.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:29:16.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:29:16.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:29:16.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:29:16.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:29:16.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:24 UTC on bdcb31816ec0
18:29:16.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16870
18:29:16.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:29:16.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.723619 29940 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:29:16.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.725502 29940 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:29:16.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.734383 29949 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:16.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.734601 29951 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:16.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.734352 29948 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:16.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.735618 29940 server_base.cc:1061] running on GCE node
18:29:16.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.736533 29940 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:29:16.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.738050 29940 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:29:16.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.739298 29940 hybrid_clock.cc:648] HybridClock initialized: now 1783535356739234 us; error 62 us; skew 500 ppm
18:29:16.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.739763 29940 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:29:16.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.742093 29940 webserver.cc:534] Webserver started at http://127.29.41.189:37185/ using document root <none> and password file <none>
18:29:16.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.743031 29940 fs_manager.cc:362] Metadata directory not provided
18:29:16.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.743171 29940 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:29:16.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.743649 29940 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:29:16.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.744648 29939 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 } attempt: 4
18:29:16.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.746611 29939 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.41.189:36117: Network error: Client connection negotiation failed: client connection to 127.29.41.189:36117: connect: Connection refused (error 111)
18:29:16.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.746573 29940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-1/data/instance:
18:29:16.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ac1a5c3f85f14534b10669b490d39650"
18:29:16.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:16 on dist-test-slave-9xf3"
18:29:16.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.747691 29940 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-1/wal/instance:
18:29:16.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ac1a5c3f85f14534b10669b490d39650"
18:29:16.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:16 on dist-test-slave-9xf3"
18:29:16.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.753304 29940 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
18:29:16.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.756846 29957 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:29:16.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.758383 29940 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.002s
18:29:16.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.758564 29940 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-1/data,/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-1/wal
18:29:16.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ac1a5c3f85f14534b10669b490d39650"
18:29:16.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:16 on dist-test-slave-9xf3"
18:29:16.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.758828 29940 fs_report.cc:389] FS layout report
18:29:16.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:29:16.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-1/wal
18:29:16.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-1/wal
18:29:16.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-1/data/data
18:29:16.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:29:16.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:29:16.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:29:16.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:29:16.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:29:16.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:29:16.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:29:16.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:29:16.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:29:16.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:29:16.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:29:16.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.805724 29940 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:29:16.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.806846 29940 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:29:16.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.807181 29940 kserver.cc:163] Server-wide thread pool size limit: 3276
18:29:16.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.827773 29940 rpc_server.cc:307] RPC server started. Bound to: 127.29.41.189:36117
18:29:16.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.827795 30008 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.41.189:36117 every 8 connection(s)
18:29:16.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.829537 29940 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-1/data/info.pb
18:29:16.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.830051 29862 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu as pid 29940
18:29:16.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.830189 29862 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-1/wal/instance
18:29:16.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.831537 29862 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:16.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:16.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-2/wal
18:29:16.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-2/data
18:29:16.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:29:16.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:29:16.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:29:16.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:16.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:16.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:16.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-2/logs
18:29:16.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-2/data/info.pb
18:29:16.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:16.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:29:16.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:29:16.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:29:16.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:29:16.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:16.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:16.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:16.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:29:16.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:29:16.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:16.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:16.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.41.188:46115
18:29:16.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.41.188
18:29:16.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:16.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.41.148:45373
18:29:16.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:16.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:16.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:16.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:16.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.41.190:36319,127.29.41.189:36117,127.29.41.188:46115
18:29:16.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:16.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37873/jwks.json
18:29:16.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43203 with env {}
18:29:16.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.835444 30009 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:29:16.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.845526 30009 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.41.190" port: 36319 } has no permanent_uuid. Determining permanent_uuid...
18:29:16.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.861653 30009 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 } has no permanent_uuid. Determining permanent_uuid...
18:29:16.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.871647 30009 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } has no permanent_uuid. Determining permanent_uuid...
18:29:16.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.872855 29958 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.41.188:46115: connect: Connection refused (error 111)
18:29:16.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.874627 30009 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.41.188:46115: Network error: Client connection negotiation failed: client connection to 127.29.41.188:46115: connect: Connection refused (error 111)
18:29:16.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.924003 30009 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } attempt: 1
18:29:16.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.926303 30009 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.41.188:46115: Network error: Client connection negotiation failed: client connection to 127.29.41.188:46115: connect: Connection refused (error 111)
18:29:16.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:16.994591 30009 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } attempt: 2
18:29:16.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:16.996902 30009 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.41.188:46115: Network error: Client connection negotiation failed: client connection to 127.29.41.188:46115: connect: Connection refused (error 111)
18:29:17.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.045892 29939 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 } attempt: 5
18:29:17.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.053026 29939 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } has no permanent_uuid. Determining permanent_uuid...
18:29:17.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:17.055092 29939 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.41.188:46115: Network error: Client connection negotiation failed: client connection to 127.29.41.188:46115: connect: Connection refused (error 111)
18:29:17.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.088128 30009 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } attempt: 3
18:29:17.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:17.090210 30009 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.41.188:46115: Network error: Client connection negotiation failed: client connection to 127.29.41.188:46115: connect: Connection refused (error 111)
18:29:17.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.106309 29939 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } attempt: 1
18:29:17.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:17.108392 29939 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.41.188:46115: Network error: Client connection negotiation failed: client connection to 127.29.41.188:46115: connect: Connection refused (error 111)
18:29:17.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:17.176488 30010 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:29:17.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.176617 29939 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } attempt: 2
18:29:17.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:17.176784 30010 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:29:17.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:17.176860 30010 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:29:17.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:17.178896 29939 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.41.188:46115: Network error: Client connection negotiation failed: client connection to 127.29.41.188:46115: connect: Connection refused (error 111)
18:29:17.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:17.188714 30010 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:29:17.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:17.188822 30010 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:29:17.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:17.188882 30010 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:29:17.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:17.188922 30010 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:29:17.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:17.189021 30010 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:29:17.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:17.189083 30010 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:37873/jwks.json
18:29:17.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.199455 30010 master_runner.cc:387] Master server non-default flags:
18:29:17.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:17.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.41.148:45373
18:29:17.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:17.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:17.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-2/data
18:29:17.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-2/wal
18:29:17.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43203
18:29:17.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:17.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.41.190:36319,127.29.41.189:36117,127.29.41.188:46115
18:29:17.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:17.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:17.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:17.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.41.188:46115
18:29:17.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:17.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:29:17.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:17.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37873/jwks.json
18:29:17.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:17.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:17.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-2/data/info.pb
18:29:17.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.41.188
18:29:17.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:17.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:29:17.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:17.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:29:17.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:29:17.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:17.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-2/logs
18:29:17.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:17.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:29:17.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:29:17.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:29:17.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:29:17.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:29:17.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:29:17.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:24 UTC on bdcb31816ec0
18:29:17.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16870
18:29:17.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:29:17.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.201270 30010 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:29:17.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.203274 30010 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:29:17.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:17.212198 30019 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:17.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:17.212037 30018 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:17.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:17.212931 30021 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:17.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.213147 30010 server_base.cc:1061] running on GCE node
18:29:17.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.214269 30010 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:29:17.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.215896 30010 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:29:17.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.217111 30010 hybrid_clock.cc:648] HybridClock initialized: now 1783535357217051 us; error 59 us; skew 500 ppm
18:29:17.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.217438 30010 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:29:17.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.219791 30010 webserver.cc:534] Webserver started at http://127.29.41.188:33209/ using document root <none> and password file <none>
18:29:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.220542 30010 fs_manager.cc:362] Metadata directory not provided
18:29:17.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.220635 30010 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:29:17.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.220933 30010 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:29:17.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.223423 30010 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-2/data/instance:
18:29:17.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d121fcf62ba64c6caf136e958d073084"
18:29:17.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:17 on dist-test-slave-9xf3"
18:29:17.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.224126 30010 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-2/wal/instance:
18:29:17.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d121fcf62ba64c6caf136e958d073084"
18:29:17.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:17 on dist-test-slave-9xf3"
18:29:17.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.229336 30010 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.001s	sys 0.004s
18:29:17.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.232761 30027 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:29:17.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.233436 30009 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } attempt: 4
18:29:17.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.234157 30010 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.002s
18:29:17.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.234319 30010 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-2/data,/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-2/wal
18:29:17.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d121fcf62ba64c6caf136e958d073084"
18:29:17.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:17 on dist-test-slave-9xf3"
18:29:17.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.234519 30010 fs_report.cc:389] FS layout report
18:29:17.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:29:17.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-2/wal
18:29:17.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-2/wal
18:29:17.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-2/data/data
18:29:17.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:29:17.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:29:17.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:29:17.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:29:17.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:29:17.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:29:17.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:29:17.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:29:17.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:29:17.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:29:17.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:29:17.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:17.235734 30009 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.41.188:46115: Network error: Client connection negotiation failed: client connection to 127.29.41.188:46115: connect: Connection refused (error 111)
18:29:17.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.250519 30010 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:29:17.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.251426 30010 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:29:17.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.251653 30010 kserver.cc:163] Server-wide thread pool size limit: 3276
18:29:17.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.272444 30010 rpc_server.cc:307] RPC server started. Bound to: 127.29.41.188:46115
18:29:17.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.272392 30078 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.41.188:46115 every 8 connection(s)
18:29:17.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.274094 30010 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-2/data/info.pb
18:29:17.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.278349 30079 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:29:17.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.280954 29862 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu as pid 30010
18:29:17.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.281121 29862 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9201384861492349481/master-2/wal/instance
18:29:17.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.285154 29939 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } attempt: 3
18:29:17.287 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.285033 30079 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.41.190" port: 36319 } has no permanent_uuid. Determining permanent_uuid...
18:29:17.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.320036 30079 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 } has no permanent_uuid. Determining permanent_uuid...
18:29:17.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.327090 29939 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8: Bootstrap starting.
18:29:17.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.330104 30079 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } has no permanent_uuid. Determining permanent_uuid...
18:29:17.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.332801 29939 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8: Neither blocks nor log segments found. Creating new log.
18:29:17.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.338658 29939 log.cc:826] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8: Log is configured to *not* fsync() on all Append() calls
18:29:17.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.343580 30079 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084: Bootstrap starting.
18:29:17.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.345371 29862 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:29:17.348 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:29:17.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.349013 30079 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084: Neither blocks nor log segments found. Creating new log.
18:29:17.349 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:29:17.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.350234 29939 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8: No bootstrap required, opened a new log
18:29:17.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.350680 30079 log.cc:826] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084: Log is configured to *not* fsync() on all Append() calls
18:29:17.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.358536 29939 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6b67aade0160407cb4318fda991b94e8" member_type: VOTER last_known_addr { host: "127.29.41.190" port: 36319 } } peers { permanent_uuid: "ac1a5c3f85f14534b10669b490d39650" member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 } } peers { permanent_uuid: "d121fcf62ba64c6caf136e958d073084" member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } }
18:29:17.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.359304 29939 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:29:17.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.360544 29939 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6b67aade0160407cb4318fda991b94e8, State: Initialized, Role: FOLLOWER
18:29:17.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.361728 29939 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8 [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: "6b67aade0160407cb4318fda991b94e8" member_type: VOTER last_known_addr { host: "127.29.41.190" port: 36319 } } peers { permanent_uuid: "ac1a5c3f85f14534b10669b490d39650" member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 } } peers { permanent_uuid: "d121fcf62ba64c6caf136e958d073084" member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } }
18:29:17.359 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.29.41.190"
      port: 36319
    }
    bound_http_address {
      host: "127.29.41.190"
      port: 35183
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.29.41.189"
      port: 36117
    }
    bound_http_address {
      host: "127.29.41.189"
      port: 37185
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.29.41.188"
      port: 46115
    }
    bound_http_address {
      host: "127.29.41.188"
      port: 33209
    }
  }
}

18:29:17.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.364001 30086 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8 [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: "6b67aade0160407cb4318fda991b94e8" member_type: VOTER last_known_addr { host: "127.29.41.190" port: 36319 } } peers { permanent_uuid: "ac1a5c3f85f14534b10669b490d39650" member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 } } peers { permanent_uuid: "d121fcf62ba64c6caf136e958d073084" member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } } }
18:29:17.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.364930 30086 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8 [sys.catalog]: This master's current role is: FOLLOWER
18:29:17.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.364686 29939 sys_catalog.cc:565] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8 [sys.catalog]: configured and running, proceeding with master startup.
18:29:17.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.365325 30079 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084: No bootstrap required, opened a new log
18:29:17.368 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

18:29:17.369 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:29:17.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.372880 30079 raft_consensus.cc:359] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6b67aade0160407cb4318fda991b94e8" member_type: VOTER last_known_addr { host: "127.29.41.190" port: 36319 } } peers { permanent_uuid: "ac1a5c3f85f14534b10669b490d39650" member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 } } peers { permanent_uuid: "d121fcf62ba64c6caf136e958d073084" member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } }
18:29:17.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.373931 30079 raft_consensus.cc:385] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:29:17.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.374348 30079 raft_consensus.cc:740] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d121fcf62ba64c6caf136e958d073084, State: Initialized, Role: FOLLOWER
18:29:17.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.375367 30079 consensus_queue.cc:260] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [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: "6b67aade0160407cb4318fda991b94e8" member_type: VOTER last_known_addr { host: "127.29.41.190" port: 36319 } } peers { permanent_uuid: "ac1a5c3f85f14534b10669b490d39650" member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 } } peers { permanent_uuid: "d121fcf62ba64c6caf136e958d073084" member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } }
18:29:17.382 [INFO - Metastore-Handler-Pool: Thread-39] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:17.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:17.385039 30097 client.h:373] Failed to connect to Hive Metastore (localhost:43203): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:17.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.387820 30101 sys_catalog.cc:455] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [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: "6b67aade0160407cb4318fda991b94e8" member_type: VOTER last_known_addr { host: "127.29.41.190" port: 36319 } } peers { permanent_uuid: "ac1a5c3f85f14534b10669b490d39650" member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 } } peers { permanent_uuid: "d121fcf62ba64c6caf136e958d073084" member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } } }
18:29:17.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.388407 30101 sys_catalog.cc:458] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [sys.catalog]: This master's current role is: FOLLOWER
18:29:17.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.389398 30079 sys_catalog.cc:565] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [sys.catalog]: configured and running, proceeding with master startup.
18:29:17.392 [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=9555a16f-7bba-48ae-9c76-148327bf019b, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:29:17.395 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:29:17.395 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:29:17.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.397296 29873 master_runner.cc:187] Error getting master registration for 127.29.41.189:36117: OK, instance_id { permanent_uuid: "ac1a5c3f85f14534b10669b490d39650" instance_seqno: 1783535356821985 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:29:17.405 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@defe0f2, with PersistenceManager: null will be shutdown
18:29:17.406 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@defe0f2, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1d9864f2 created in the thread with id: 36
18:29:17.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.406840 29873 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:29:17.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:17.412907 30102 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:29:17.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:17.413506 30102 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:29:17.437 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@defe0f2
18:29:17.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.486943 30101 raft_consensus.cc:493] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:29:17.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.487352 30101 raft_consensus.cc:515] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6b67aade0160407cb4318fda991b94e8" member_type: VOTER last_known_addr { host: "127.29.41.190" port: 36319 } } peers { permanent_uuid: "ac1a5c3f85f14534b10669b490d39650" member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 } } peers { permanent_uuid: "d121fcf62ba64c6caf136e958d073084" member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } }
18:29:17.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.488700 30086 raft_consensus.cc:493] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:29:17.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.488927 30086 raft_consensus.cc:515] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6b67aade0160407cb4318fda991b94e8" member_type: VOTER last_known_addr { host: "127.29.41.190" port: 36319 } } peers { permanent_uuid: "ac1a5c3f85f14534b10669b490d39650" member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 } } peers { permanent_uuid: "d121fcf62ba64c6caf136e958d073084" member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } }
18:29:17.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.489693 30101 leader_election.cc:290] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6b67aade0160407cb4318fda991b94e8 (127.29.41.190:36319), ac1a5c3f85f14534b10669b490d39650 (127.29.41.189:36117)
18:29:17.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.490535 30086 leader_election.cc:290] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ac1a5c3f85f14534b10669b490d39650 (127.29.41.189:36117), d121fcf62ba64c6caf136e958d073084 (127.29.41.188:46115)
18:29:17.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.492431 30054 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6b67aade0160407cb4318fda991b94e8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d121fcf62ba64c6caf136e958d073084" is_pre_election: true
18:29:17.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.492978 30054 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6b67aade0160407cb4318fda991b94e8 in term 0.
18:29:17.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.492887 29914 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d121fcf62ba64c6caf136e958d073084" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6b67aade0160407cb4318fda991b94e8" is_pre_election: true
18:29:17.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.493289 29914 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d121fcf62ba64c6caf136e958d073084 in term 0.
18:29:17.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.493937 30031 leader_election.cc:304] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [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: 6b67aade0160407cb4318fda991b94e8, d121fcf62ba64c6caf136e958d073084; no voters: 
18:29:17.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.494271 29888 leader_election.cc:304] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8 [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: 6b67aade0160407cb4318fda991b94e8, d121fcf62ba64c6caf136e958d073084; no voters: 
18:29:17.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.494354 30101 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [term 0 FOLLOWER]: Leader pre-election won for term 1
18:29:17.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.494493 30101 raft_consensus.cc:493] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:29:17.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.494601 30101 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [term 0 FOLLOWER]: Advancing to term 1
18:29:17.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.494704 30086 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8 [term 0 FOLLOWER]: Leader pre-election won for term 1
18:29:17.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.494849 30086 raft_consensus.cc:493] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:29:17.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.494958 30086 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8 [term 0 FOLLOWER]: Advancing to term 1
18:29:17.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.497968 30086 raft_consensus.cc:515] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6b67aade0160407cb4318fda991b94e8" member_type: VOTER last_known_addr { host: "127.29.41.190" port: 36319 } } peers { permanent_uuid: "ac1a5c3f85f14534b10669b490d39650" member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 } } peers { permanent_uuid: "d121fcf62ba64c6caf136e958d073084" member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } }
18:29:17.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.497975 30101 raft_consensus.cc:515] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6b67aade0160407cb4318fda991b94e8" member_type: VOTER last_known_addr { host: "127.29.41.190" port: 36319 } } peers { permanent_uuid: "ac1a5c3f85f14534b10669b490d39650" member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 } } peers { permanent_uuid: "d121fcf62ba64c6caf136e958d073084" member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } }
18:29:17.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.499820 30054 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6b67aade0160407cb4318fda991b94e8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d121fcf62ba64c6caf136e958d073084"
18:29:17.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.500193 30054 raft_consensus.cc:2393] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 6b67aade0160407cb4318fda991b94e8 in current term 1: Already voted for candidate d121fcf62ba64c6caf136e958d073084 in this term.
18:29:17.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.500566 29914 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d121fcf62ba64c6caf136e958d073084" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6b67aade0160407cb4318fda991b94e8"
18:29:17.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.500882 29914 raft_consensus.cc:2393] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate d121fcf62ba64c6caf136e958d073084 in current term 1: Already voted for candidate 6b67aade0160407cb4318fda991b94e8 in this term.
18:29:17.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.501226 30086 leader_election.cc:290] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8 [CANDIDATE]: Term 1 election: Requested vote from peers ac1a5c3f85f14534b10669b490d39650 (127.29.41.189:36117), d121fcf62ba64c6caf136e958d073084 (127.29.41.188:46115)
18:29:17.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.503027 30101 leader_election.cc:290] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [CANDIDATE]: Term 1 election: Requested vote from peers 6b67aade0160407cb4318fda991b94e8 (127.29.41.190:36319), ac1a5c3f85f14534b10669b490d39650 (127.29.41.189:36117)
18:29:17.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:17.503548 30033 tablet.cc:2406] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:29:17.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.534950 30009 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } attempt: 5
18:29:17.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.550185 30009 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ac1a5c3f85f14534b10669b490d39650: Bootstrap starting.
18:29:17.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.554981 30009 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ac1a5c3f85f14534b10669b490d39650: Neither blocks nor log segments found. Creating new log.
18:29:17.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.558490 30009 log.cc:826] T 00000000000000000000000000000000 P ac1a5c3f85f14534b10669b490d39650: Log is configured to *not* fsync() on all Append() calls
18:29:17.564 [INFO - Metastore-Handler-Pool: Thread-40] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:17.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:17.565320 30114 client.h:373] Failed to connect to Hive Metastore (localhost:43203): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:17.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:17.571058 29893 tablet.cc:2406] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:29:17.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.571161 30120 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
18:29:17.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.572554 30009 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ac1a5c3f85f14534b10669b490d39650: No bootstrap required, opened a new log
18:29:17.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.580415 30009 raft_consensus.cc:359] T 00000000000000000000000000000000 P ac1a5c3f85f14534b10669b490d39650 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6b67aade0160407cb4318fda991b94e8" member_type: VOTER last_known_addr { host: "127.29.41.190" port: 36319 } } peers { permanent_uuid: "ac1a5c3f85f14534b10669b490d39650" member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 } } peers { permanent_uuid: "d121fcf62ba64c6caf136e958d073084" member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } }
18:29:17.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.581044 30009 raft_consensus.cc:385] T 00000000000000000000000000000000 P ac1a5c3f85f14534b10669b490d39650 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:29:17.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.581400 30009 raft_consensus.cc:740] T 00000000000000000000000000000000 P ac1a5c3f85f14534b10669b490d39650 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ac1a5c3f85f14534b10669b490d39650, State: Initialized, Role: FOLLOWER
18:29:17.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.582453 30009 consensus_queue.cc:260] T 00000000000000000000000000000000 P ac1a5c3f85f14534b10669b490d39650 [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: "6b67aade0160407cb4318fda991b94e8" member_type: VOTER last_known_addr { host: "127.29.41.190" port: 36319 } } peers { permanent_uuid: "ac1a5c3f85f14534b10669b490d39650" member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 } } peers { permanent_uuid: "d121fcf62ba64c6caf136e958d073084" member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } }
18:29:17.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.579006 30010 master_runner.cc:187] Error getting master registration for 127.29.41.189:36117: OK, instance_id { permanent_uuid: "ac1a5c3f85f14534b10669b490d39650" instance_seqno: 1783535356821985 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:29:17.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.590834 30010 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:29:17.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.592391 30009 sys_catalog.cc:565] T 00000000000000000000000000000000 P ac1a5c3f85f14534b10669b490d39650 [sys.catalog]: configured and running, proceeding with master startup.
18:29:17.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.592433 29984 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6b67aade0160407cb4318fda991b94e8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ac1a5c3f85f14534b10669b490d39650" is_pre_election: true
18:29:17.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.592999 29984 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ac1a5c3f85f14534b10669b490d39650 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6b67aade0160407cb4318fda991b94e8 in term 0.
18:29:17.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.593384 29981 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d121fcf62ba64c6caf136e958d073084" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ac1a5c3f85f14534b10669b490d39650"
18:29:17.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.593690 29981 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ac1a5c3f85f14534b10669b490d39650 [term 0 FOLLOWER]: Advancing to term 1
18:29:17.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.594236 30121 sys_catalog.cc:455] T 00000000000000000000000000000000 P ac1a5c3f85f14534b10669b490d39650 [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: "6b67aade0160407cb4318fda991b94e8" member_type: VOTER last_known_addr { host: "127.29.41.190" port: 36319 } } peers { permanent_uuid: "ac1a5c3f85f14534b10669b490d39650" member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 } } peers { permanent_uuid: "d121fcf62ba64c6caf136e958d073084" member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } } }
18:29:17.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.594521 30121 sys_catalog.cc:458] T 00000000000000000000000000000000 P ac1a5c3f85f14534b10669b490d39650 [sys.catalog]: This master's current role is: FOLLOWER
18:29:17.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.597285 29981 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ac1a5c3f85f14534b10669b490d39650 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d121fcf62ba64c6caf136e958d073084 in term 1.
18:29:17.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.597751 29983 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d121fcf62ba64c6caf136e958d073084" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ac1a5c3f85f14534b10669b490d39650" is_pre_election: true
18:29:17.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.598052 29983 raft_consensus.cc:2376] T 00000000000000000000000000000000 P ac1a5c3f85f14534b10669b490d39650 [term 1 FOLLOWER]: Leader pre-election vote request: Already granted yes vote for candidate d121fcf62ba64c6caf136e958d073084 in term 1. Re-sending same reply.
18:29:17.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.598290 29982 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "6b67aade0160407cb4318fda991b94e8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ac1a5c3f85f14534b10669b490d39650"
18:29:17.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.598729 29982 raft_consensus.cc:2393] T 00000000000000000000000000000000 P ac1a5c3f85f14534b10669b490d39650 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 6b67aade0160407cb4318fda991b94e8 in current term 1: Already voted for candidate d121fcf62ba64c6caf136e958d073084 in this term.
18:29:17.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.599395 30029 leader_election.cc:304] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 2 yes votes; 1 no votes. yes voters: ac1a5c3f85f14534b10669b490d39650, d121fcf62ba64c6caf136e958d073084; no voters: 6b67aade0160407cb4318fda991b94e8
18:29:17.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.599747 30101 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [term 1 FOLLOWER]: Leader election won for term 1
18:29:17.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.600750 29889 leader_election.cc:304] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8 [CANDIDATE]: Term 1 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 6b67aade0160407cb4318fda991b94e8; no voters: ac1a5c3f85f14534b10669b490d39650, d121fcf62ba64c6caf136e958d073084
18:29:17.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.601372 30086 raft_consensus.cc:2749] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
18:29:17.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.624197 30101 raft_consensus.cc:697] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [term 1 LEADER]: Becoming Leader. State: Replica: d121fcf62ba64c6caf136e958d073084, State: Running, Role: LEADER
18:29:17.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.625228 30101 consensus_queue.cc:237] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [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: "6b67aade0160407cb4318fda991b94e8" member_type: VOTER last_known_addr { host: "127.29.41.190" port: 36319 } } peers { permanent_uuid: "ac1a5c3f85f14534b10669b490d39650" member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 } } peers { permanent_uuid: "d121fcf62ba64c6caf136e958d073084" member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } }
18:29:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.639710 30124 sys_catalog.cc:455] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d121fcf62ba64c6caf136e958d073084. Latest consensus state: current_term: 1 leader_uuid: "d121fcf62ba64c6caf136e958d073084" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6b67aade0160407cb4318fda991b94e8" member_type: VOTER last_known_addr { host: "127.29.41.190" port: 36319 } } peers { permanent_uuid: "ac1a5c3f85f14534b10669b490d39650" member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 } } peers { permanent_uuid: "d121fcf62ba64c6caf136e958d073084" member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } } }
18:29:17.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.640503 30124 sys_catalog.cc:458] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [sys.catalog]: This master's current role is: LEADER
18:29:17.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.646564 30132 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
18:29:17.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.662009 30132 catalog_manager.cc:1519] Initializing Kudu cluster ID...
18:29:17.676 [INFO - Metastore-Handler-Pool: Thread-41] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:17.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:17.677650 30136 client.h:373] Failed to connect to Hive Metastore (localhost:43203): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:17.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:17.706084 30140 catalog_manager.cc:1593] T 00000000000000000000000000000000 P ac1a5c3f85f14534b10669b490d39650: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:29:17.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:17.706678 30140 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:29:17.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.712977 29981 raft_consensus.cc:1275] T 00000000000000000000000000000000 P ac1a5c3f85f14534b10669b490d39650 [term 1 FOLLOWER]: Refusing update from remote peer d121fcf62ba64c6caf136e958d073084: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:29:17.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.714378 30124 consensus_queue.cc:1048] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ac1a5c3f85f14534b10669b490d39650" member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:29:17.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.721400 29914 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8 [term 1 FOLLOWER]: Refusing update from remote peer d121fcf62ba64c6caf136e958d073084: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:29:17.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.722740 30124 consensus_queue.cc:1048] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6b67aade0160407cb4318fda991b94e8" member_type: VOTER last_known_addr { host: "127.29.41.190" port: 36319 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:29:17.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.739053 30121 sys_catalog.cc:455] T 00000000000000000000000000000000 P ac1a5c3f85f14534b10669b490d39650 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d121fcf62ba64c6caf136e958d073084. Latest consensus state: current_term: 1 leader_uuid: "d121fcf62ba64c6caf136e958d073084" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6b67aade0160407cb4318fda991b94e8" member_type: VOTER last_known_addr { host: "127.29.41.190" port: 36319 } } peers { permanent_uuid: "ac1a5c3f85f14534b10669b490d39650" member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 } } peers { permanent_uuid: "d121fcf62ba64c6caf136e958d073084" member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } } }
18:29:17.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.740013 30121 sys_catalog.cc:458] T 00000000000000000000000000000000 P ac1a5c3f85f14534b10669b490d39650 [sys.catalog]: This master's current role is: FOLLOWER
18:29:17.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.743340 30138 mvcc.cc:204] Tried to move back new op lower bound from 7305360825179410432 to 7305360824839688192. Current Snapshot: MvccSnapshot[applied={T|T < 7305360825179410432}]
18:29:17.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.750571 30086 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d121fcf62ba64c6caf136e958d073084. Latest consensus state: current_term: 1 leader_uuid: "d121fcf62ba64c6caf136e958d073084" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6b67aade0160407cb4318fda991b94e8" member_type: VOTER last_known_addr { host: "127.29.41.190" port: 36319 } } peers { permanent_uuid: "ac1a5c3f85f14534b10669b490d39650" member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 } } peers { permanent_uuid: "d121fcf62ba64c6caf136e958d073084" member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } } }
18:29:17.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.750900 30086 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8 [sys.catalog]: This master's current role is: FOLLOWER
18:29:17.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.756116 30121 sys_catalog.cc:455] T 00000000000000000000000000000000 P ac1a5c3f85f14534b10669b490d39650 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "d121fcf62ba64c6caf136e958d073084" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6b67aade0160407cb4318fda991b94e8" member_type: VOTER last_known_addr { host: "127.29.41.190" port: 36319 } } peers { permanent_uuid: "ac1a5c3f85f14534b10669b490d39650" member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 } } peers { permanent_uuid: "d121fcf62ba64c6caf136e958d073084" member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } } }
18:29:17.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.756364 30121 sys_catalog.cc:458] T 00000000000000000000000000000000 P ac1a5c3f85f14534b10669b490d39650 [sys.catalog]: This master's current role is: FOLLOWER
18:29:17.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.759370 30124 sys_catalog.cc:455] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "d121fcf62ba64c6caf136e958d073084" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6b67aade0160407cb4318fda991b94e8" member_type: VOTER last_known_addr { host: "127.29.41.190" port: 36319 } } peers { permanent_uuid: "ac1a5c3f85f14534b10669b490d39650" member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 } } peers { permanent_uuid: "d121fcf62ba64c6caf136e958d073084" member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } } }
18:29:17.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.759631 30124 sys_catalog.cc:458] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [sys.catalog]: This master's current role is: LEADER
18:29:17.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.760324 30124 sys_catalog.cc:455] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "d121fcf62ba64c6caf136e958d073084" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6b67aade0160407cb4318fda991b94e8" member_type: VOTER last_known_addr { host: "127.29.41.190" port: 36319 } } peers { permanent_uuid: "ac1a5c3f85f14534b10669b490d39650" member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 } } peers { permanent_uuid: "d121fcf62ba64c6caf136e958d073084" member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } } }
18:29:17.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.760543 30124 sys_catalog.cc:458] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 [sys.catalog]: This master's current role is: LEADER
18:29:17.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.766578 30132 catalog_manager.cc:1382] Generated new cluster ID: 58595c2459f54f72ad0465c76813eee8
18:29:17.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.767132 30132 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
18:29:17.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.783928 30086 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "d121fcf62ba64c6caf136e958d073084" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6b67aade0160407cb4318fda991b94e8" member_type: VOTER last_known_addr { host: "127.29.41.190" port: 36319 } } peers { permanent_uuid: "ac1a5c3f85f14534b10669b490d39650" member_type: VOTER last_known_addr { host: "127.29.41.189" port: 36117 } } peers { permanent_uuid: "d121fcf62ba64c6caf136e958d073084" member_type: VOTER last_known_addr { host: "127.29.41.188" port: 46115 } } }
18:29:17.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.784231 30086 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8 [sys.catalog]: This master's current role is: FOLLOWER
18:29:17.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.841027 30132 catalog_manager.cc:1405] Generated new certificate authority record
18:29:17.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.842850 30132 catalog_manager.cc:1539] Loading token signing keys...
18:29:17.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.881912 30132 catalog_manager.cc:6069] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084: Generated new TSK 0
18:29:17.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.884415 30132 catalog_manager.cc:1549] Initializing in-progress tserver states...
18:29:17.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.885737 30132 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
18:29:17.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:17.886853 30132 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
18:29:18.405 [INFO - Metastore-Handler-Pool: Thread-42] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:18.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:18.406704 30097 client.h:373] Failed to connect to Hive Metastore (localhost:43203): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:18.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:18.416235 30102 catalog_manager.cc:1294] Loaded cluster ID: 58595c2459f54f72ad0465c76813eee8
18:29:18.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:18.416363 30102 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8: loading cluster ID for follower catalog manager: success
18:29:18.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:18.420220 30102 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8: acquiring CA information for follower catalog manager: success
18:29:18.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:18.423400 30102 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 6b67aade0160407cb4318fda991b94e8: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:29:18.571 [INFO - Metastore-Handler-Pool: Thread-43] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:18.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:18.572589 30114 client.h:373] Failed to connect to Hive Metastore (localhost:43203): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:18.622 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:18.635 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:18.635 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:18.681 [INFO - Metastore-Handler-Pool: Thread-44] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:18.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:18.686105 30136 client.h:373] Failed to connect to Hive Metastore (localhost:43203): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:18.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:18.709443 30140 catalog_manager.cc:1294] Loaded cluster ID: 58595c2459f54f72ad0465c76813eee8
18:29:18.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:18.709563 30140 catalog_manager.cc:1587] T 00000000000000000000000000000000 P ac1a5c3f85f14534b10669b490d39650: loading cluster ID for follower catalog manager: success
18:29:18.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:18.713537 30140 catalog_manager.cc:1609] T 00000000000000000000000000000000 P ac1a5c3f85f14534b10669b490d39650: acquiring CA information for follower catalog manager: success
18:29:18.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:18.716701 30140 catalog_manager.cc:1637] T 00000000000000000000000000000000 P ac1a5c3f85f14534b10669b490d39650: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:29:18.796 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:29:18.824 [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/hive10041942174921228759/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=9555a16f-7bba-48ae-9c76-148327bf019b, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:29:18.901 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10041942174921228759/external-warehouse/table
18:29:19.039 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:29:19.042 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: non-Kudu table entry must not contain a table ID property (kudu.table_id)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
18:29:19.044 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

18:29:19.144 [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=0254e7d5-ee5e-4f36-ace1-5e3b1a9bc4d4, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.41.190:36319,127.29.41.189:36117,127.29.41.188:46115}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:29:19.148 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:29:19.152 [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/hive10041942174921228759/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=0254e7d5-ee5e-4f36-ace1-5e3b1a9bc4d4, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.41.190:36319,127.29.41.189:36117,127.29.41.188:46115}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:29:19.155 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10041942174921228759/external-warehouse/table
18:29:19.178 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
18:29:19.183 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
18:29:19.183 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
18:29:19.189 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@4280a520
18:29:19.221 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
18:29:19.221 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
18:29:19.221 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
18:29:19.221 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
18:29:19.222 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
18:29:19.223 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
18:29:19.224 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
18:29:19.224 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
18:29:19.225 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
18:29:19.225 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
18:29:19.227 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:515) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class org.apache.kudu.shaded.io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @9225652
18:29:19.228 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
18:29:19.228 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
18:29:19.229 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
18:29:19.229 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
18:29:19.230 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
18:29:19.230 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
18:29:19.231 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
18:29:19.231 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
18:29:19.242 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
18:29:19.290 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
18:29:19.303 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
18:29:19.307 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
18:29:19.309 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
18:29:19.321 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
18:29:19.321 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
18:29:19.362 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
18:29:19.362 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
18:29:19.362 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
18:29:19.362 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
18:29:19.362 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
18:29:19.363 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
18:29:19.363 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
18:29:19.363 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
18:29:19.363 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
18:29:19.363 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
18:29:19.363 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
18:29:19.363 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
18:29:19.363 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
18:29:19.376 [DEBUG - Metastore-Handler-Pool: Thread-36] (CompositeStrategy.java:59) Unable to load modern Subject methods, relying only on legacy methods
java.lang.NoSuchMethodException: javax.security.auth.Subject.current()
	at java.base/java.lang.Class.getDeclaredMethod(Class.java:2677)
	at org.apache.kudu.client.internals.ModernStrategy.<init>(ModernStrategy.java:51)
	at org.apache.kudu.client.internals.CompositeStrategy.<init>(CompositeStrategy.java:52)
	at org.apache.kudu.client.internals.CompositeStrategy.<clinit>(CompositeStrategy.java:41)
	at org.apache.kudu.client.internals.SecurityManagerCompatibility.get(SecurityManagerCompatibility.java:43)
	at org.apache.kudu.client.SecurityContext.setupSubject(SecurityContext.java:155)
	at org.apache.kudu.client.SecurityContext.<init>(SecurityContext.java:138)
	at org.apache.kudu.client.AsyncKuduClient.<init>(AsyncKuduClient.java:431)
	at org.apache.kudu.client.AsyncKuduClient$AsyncKuduClientBuilder.build(AsyncKuduClient.java:3109)
	at org.apache.kudu.client.KuduClient$KuduClientBuilder.build(KuduClient.java:769)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.lambda$getKuduClient$0(KuduMetastorePlugin.java:604)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.getKuduClient(KuduMetastorePlugin.java:600)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.kuduSyncEnabled(KuduMetastorePlugin.java:581)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:154)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
18:29:19.378 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
18:29:19.400 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
18:29:19.409 [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=	
18:29:19.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:19.410189 30097 client.h:373] Failed to connect to Hive Metastore (localhost:43203): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:19.532 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.29.41.190:36319(127.29.41.190:36319)] connecting to peer
18:29:19.538 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 29810 (auto-detected)
18:29:19.540 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
18:29:19.540 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
18:29:19.542 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
18:29:19.543 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
18:29:19.544 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:11:ff:fe:f9:37:53 (auto-detected)
18:29:19.562 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
18:29:19.562 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
18:29:19.562 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
18:29:19.567 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
18:29:19.572 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.29.41.189:36117(127.29.41.189:36117)] connecting to peer
18:29:19.583 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.29.41.188:46115(127.29.41.188:46115)] connecting to peer
18:29:19.591 [INFO - Metastore-Handler-Pool: Thread-56] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:19.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:19.592928 30114 client.h:373] Failed to connect to Hive Metastore (localhost:43203): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:19.597 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.29.41.189:36117(127.29.41.189:36117)] Successfully connected to peer
18:29:19.603 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.29.41.188:46115(127.29.41.188:46115)] Successfully connected to peer
18:29:19.609 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.29.41.190:36319(127.29.41.190:36319)] Successfully connected to peer
18:29:19.617 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
18:29:19.617 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
18:29:19.617 [DEBUG - kudu-nio-1] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@7b7f1a88
18:29:19.622 [DEBUG - kudu-nio-1] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
18:29:19.622 [DEBUG - kudu-nio-1] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
18:29:19.622 [DEBUG - kudu-nio-1] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
18:29:19.622 [DEBUG - kudu-nio-1] (Recycler.java:99) -Dio.netty.recycler.blocking: false
18:29:19.622 [DEBUG - kudu-nio-1] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
18:29:19.689 [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=	
18:29:19.690 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.29.41.188
18:29:19.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:19.690800 30136 client.h:373] Failed to connect to Hive Metastore (localhost:43203): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:19.690 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.29.41.189
18:29:19.699 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.29.41.190
18:29:19.888 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:29:19.891 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:29:19.893 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:29:19.909 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x00d44cf0, L:/127.0.0.1:49962 - R:/127.29.41.189:36117] using SASL/PLAIN
18:29:19.911 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xaecba9fc, L:/127.0.0.1:51490 - R:/127.29.41.190:36319] using SASL/PLAIN
18:29:19.911 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x5e607976, L:/127.0.0.1:51490 - R:/127.29.41.188:46115] using SASL/PLAIN
18:29:19.957 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
18:29:19.963 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu tables may not be created through Hive
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
18:29:19.964 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu tables may not be created through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

18:29:19.965 [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=aa00f6c0-55d8-4fa3-802a-ef5fb8b8998a, external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:29:19.969 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:29:19.973 [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/hive10041942174921228759/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=aa00f6c0-55d8-4fa3-802a-ef5fb8b8998a, external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:29:19.976 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10041942174921228759/external-warehouse/table
18:29:19.995 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu table entry must contain a Master addresses property (kudu.master_addresses)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkMasterAddrsProperty(KuduMetastorePlugin.java:394)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:151)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
18:29:19.996 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu table entry must contain a Master addresses property (kudu.master_addresses))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkMasterAddrsProperty(KuduMetastorePlugin.java:394)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:151)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

18:29:19.998 [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=4c7230c3-19ef-4e9a-8273-823c6a6f1a7c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.41.190:36319,127.29.41.189:36117,127.29.41.188:46115}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:29:20.002 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:29:20.006 [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/hive10041942174921228759/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=4c7230c3-19ef-4e9a-8273-823c6a6f1a7c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.41.190:36319,127.29.41.189:36117,127.29.41.188:46115}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:29:20.009 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10041942174921228759/external-warehouse/table
18:29:20.111 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:29:20.190 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
18:29:20.200 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:29:20.405 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:20.417 [INFO - Metastore-Handler-Pool: Thread-61] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:20.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:20.417934 30097 client.h:373] Failed to connect to Hive Metastore (localhost:43203): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:20.601 [INFO - Metastore-Handler-Pool: Thread-62] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:20.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:20.602583 30114 client.h:373] Failed to connect to Hive Metastore (localhost:43203): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:20.699 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:20.703 [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=	
18:29:20.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:20.704277 30136 client.h:373] Failed to connect to Hive Metastore (localhost:43203): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:20.758 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:20.805 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
18:29:20.977 [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=717daffd-aba2-45ca-b135-20477f3b6b32, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.41.190:36319,127.29.41.189:36117,127.29.41.188:46115}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:29:20.981 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:29:20.984 [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/hive10041942174921228759/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=717daffd-aba2-45ca-b135-20477f3b6b32, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.41.190:36319,127.29.41.189:36117,127.29.41.188:46115}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:29:20.986 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10041942174921228759/external-warehouse/table
18:29:21.024 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:29:21.052 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
18:29:21.053 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:29:21.115 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
18:29:21.156 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:29:21.157 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:29:21.157 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@defe0f2, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1d9864f2 will be shutdown
18:29:21.157 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:29:21.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:21.157480 29862 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu pid 29873
18:29:21.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:21.159420 29934 generic_service.cc:196] Checking for leaks (request via RPC)
18:29:21.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:21.300269 29862 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu with pid 29873
18:29:21.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:21.321574 29862 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu pid 29940
18:29:21.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:21.323127 30004 generic_service.cc:196] Checking for leaks (request via RPC)
18:29:21.324 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.29.41.190:36319(127.29.41.190:36319)] handling channelInactive
18:29:21.325 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.29.41.190:36319(127.29.41.190:36319)] cleaning up while in state READY due to: connection closed
18:29:21.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:21.412250 30031 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.41.190:36319: connect: Connection refused (error 111)
18:29:21.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:21.414069 30031 consensus_peers.cc:597] T 00000000000000000000000000000000 P d121fcf62ba64c6caf136e958d073084 -> Peer 6b67aade0160407cb4318fda991b94e8 (127.29.41.190:36319): Couldn't send request to peer 6b67aade0160407cb4318fda991b94e8. Status: Network error: Client connection negotiation failed: client connection to 127.29.41.190:36319: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
18:29:21.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:21.436167 29862 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu with pid 29940
18:29:21.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:21.456154 29862 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu pid 30010
18:29:21.457 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.29.41.189:36117(127.29.41.189:36117)] handling channelInactive
18:29:21.457 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.29.41.189:36117(127.29.41.189:36117)] cleaning up while in state READY due to: connection closed
18:29:21.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:21.457440 30074 generic_service.cc:196] Checking for leaks (request via RPC)
18:29:21.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:21.564507 29862 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu with pid 30010
18:29:21.585 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.29.41.188:46115(127.29.41.188:46115)] handling channelInactive
18:29:21.585 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.29.41.188:46115(127.29.41.188:46115)] cleaning up while in state READY due to: connection closed
18:29:21.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:29:21Z chronyd exiting
.18:29:21.715 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:29:21.716 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:29:21.716 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:29:21.733 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive16187867080119928011
18:29:21.734 [INFO - Thread-40] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:29:21.734 [INFO - Thread-40] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:29:21.737 [INFO - Thread-40] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:29:21.737 [INFO - Thread-40] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:29:21.737 [INFO - Thread-40] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:29:21.742 [INFO - Thread-40] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:29:21.745 [INFO - Thread-40] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:29:21.745 [INFO - Thread-40] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:29:21.746 [INFO - Thread-40] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:29:21.747 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:29:21.748 [INFO - Thread-40] (HikariDataSource.java:80) objectstore - Starting...
18:29:21.838 [INFO - Thread-40] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:29:21.839 [INFO - Thread-40] (HikariDataSource.java:82) objectstore - Start completed.
18:29:21.839 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:29:21.841 [INFO - Thread-40] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:29:21.843 [INFO - Thread-40] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:29:21.843 [INFO - Thread-40] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:29:21.866 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:29:21.867 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:29:21.867 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:29:21.904 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:21.905 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:21.905 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:21.906 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:21.906 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:21.907 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:22.086 [INFO - Thread-40] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:29:22.086 [INFO - Thread-40] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@77e79aca, with PersistenceManager: null will be shutdown
18:29:22.087 [INFO - Thread-40] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@77e79aca, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@13c501af created in the thread with id: 65
18:29:22.089 [WARN - Thread-40] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
18:29:22.090 [INFO - Thread-40] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@77e79aca
18:29:22.242 [INFO - Thread-40] (HMSHandler.java:595) Started creating a default database with name: default
18:29:22.265 [INFO - Thread-40] (HMSHandler.java:605) Successfully created a default database with name: default
18:29:22.300 [INFO - Thread-40] (HMSHandler.java:668) Added admin role in metastore
18:29:22.302 [INFO - Thread-40] (HMSHandler.java:677) Added public role in metastore
18:29:22.340 [INFO - Thread-40] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:29:22.341 [INFO - Thread-40] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:29:22.341 [INFO - Thread-40] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:29:22.342 [INFO - Thread-40] (HiveMetaStore.java:697) Direct SQL optimization = true
18:29:22.342 [WARN - Thread-40] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
18:29:22.342 [INFO - Thread-40] (HiveMetaStore.java:632) Started the new metaserver on port [33045]...
18:29:22.343 [INFO - Thread-40] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:29:22.343 [INFO - Thread-40] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:29:22.343 [INFO - Thread-40] (HiveMetaStore.java:635) TCP keepalive = true
18:29:22.343 [INFO - Thread-40] (HiveMetaStore.java:636) Enable SSL = false
18:29:22.736 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:29:22.737 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:29:22.737 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:29:22.740 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:29:22.741 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:33045]
18:29:22.741 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:33045) in binary transport mode
18:29:22.741 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:33045) current connections: 1
18:29:22.745 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXx0CNc/test-tmp
18:29:22.745 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
18:29:22.746 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXx0CNc/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
18:29:22.748 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:33045"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

18:29:23.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.086894 30213 mini_oidc.cc:150] Starting JWKS server
18:29:23.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.089139 30213 webserver.cc:534] Webserver started at http://127.0.0.1:32769/ using document root <none> and password file <none>
18:29:23.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.089350 30213 mini_oidc.cc:186] Starting OIDC Discovery server
18:29:23.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.089947 30213 webserver.cc:534] Webserver started at http://127.0.0.1:39679/ using document root <none> and password file <none>
18:29:23.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:29:23Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:29:23.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:29:23Z Disabled control of system clock
18:29:23.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.119776 30213 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:23.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:23.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-0/wal
18:29:23.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-0/data
18:29:23.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:29:23.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:29:23.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:29:23.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:23.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:23.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:23.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-0/logs
18:29:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-0/data/info.pb
18:29:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:29:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:29:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:29:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:29:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:29:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:29:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.129.126:44217
18:29:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.129.126
18:29:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.129.84:36183
18:29:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.129.126:44217,127.29.129.125:44439,127.29.129.124:39917
18:29:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32769/jwks.json
18:29:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33045 with env {}
18:29:23.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.464396 30224 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:29:23.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.464706 30224 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:29:23.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.464780 30224 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:29:23.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.473630 30224 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:29:23.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.473726 30224 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:29:23.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.473781 30224 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:29:23.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.473820 30224 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:29:23.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.473871 30224 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:29:23.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.473905 30224 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:32769/jwks.json
18:29:23.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.483995 30224 master_runner.cc:387] Master server non-default flags:
18:29:23.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:23.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.129.84:36183
18:29:23.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:23.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:23.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-0/data
18:29:23.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-0/wal
18:29:23.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33045
18:29:23.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:23.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.129.126:44217,127.29.129.125:44439,127.29.129.124:39917
18:29:23.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:23.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:23.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:23.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.129.126:44217
18:29:23.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:23.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:29:23.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:23.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32769/jwks.json
18:29:23.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:23.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:23.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-0/data/info.pb
18:29:23.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.129.126
18:29:23.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:23.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:29:23.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:23.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:29:23.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:29:23.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:23.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-0/logs
18:29:23.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:23.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:29:23.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:29:23.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:29:23.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:29:23.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:29:23.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:29:23.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:24 UTC on bdcb31816ec0
18:29:23.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16870
18:29:23.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:29:23.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.485597 30224 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:29:23.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.487421 30224 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:29:23.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.496521 30230 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:23.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.496490 30232 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:23.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.496470 30229 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:23.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.497716 30224 server_base.cc:1061] running on GCE node
18:29:23.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.498693 30224 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:29:23.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.500245 30224 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:29:23.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.501503 30224 hybrid_clock.cc:648] HybridClock initialized: now 1783535363501445 us; error 96 us; skew 500 ppm
18:29:23.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.501936 30224 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:29:23.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.504498 30224 webserver.cc:534] Webserver started at http://127.29.129.126:38993/ using document root <none> and password file <none>
18:29:23.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.505336 30224 fs_manager.cc:362] Metadata directory not provided
18:29:23.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.505487 30224 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:29:23.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.505926 30224 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:29:23.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.508607 30224 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-0/data/instance:
18:29:23.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "842527e094ac4ad498f4374e7f524be0"
18:29:23.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:23 on dist-test-slave-9xf3"
18:29:23.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.509509 30224 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-0/wal/instance:
18:29:23.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "842527e094ac4ad498f4374e7f524be0"
18:29:23.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:23 on dist-test-slave-9xf3"
18:29:23.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.515087 30224 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.001s	sys 0.007s
18:29:23.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.518836 30238 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:29:23.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.520198 30224 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
18:29:23.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.520387 30224 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-0/data,/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-0/wal
18:29:23.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "842527e094ac4ad498f4374e7f524be0"
18:29:23.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:23 on dist-test-slave-9xf3"
18:29:23.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.520658 30224 fs_report.cc:389] FS layout report
18:29:23.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:29:23.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-0/wal
18:29:23.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-0/wal
18:29:23.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-0/data/data
18:29:23.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:29:23.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:29:23.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:29:23.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:29:23.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:29:23.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:29:23.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:29:23.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:29:23.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:29:23.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:29:23.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:29:23.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.546164 30224 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:29:23.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.547236 30224 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:29:23.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.547624 30224 kserver.cc:163] Server-wide thread pool size limit: 3276
18:29:23.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.568555 30224 rpc_server.cc:307] RPC server started. Bound to: 127.29.129.126:44217
18:29:23.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.568580 30289 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.129.126:44217 every 8 connection(s)
18:29:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.570178 30224 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-0/data/info.pb
18:29:23.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.571909 30213 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu as pid 30224
18:29:23.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.572256 30213 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-0/wal/instance
18:29:23.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.575547 30213 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:23.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:23.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-1/wal
18:29:23.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-1/data
18:29:23.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:29:23.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:29:23.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:29:23.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:23.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:23.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:23.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-1/logs
18:29:23.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-1/data/info.pb
18:29:23.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:23.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:29:23.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:29:23.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:29:23.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:29:23.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:23.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:23.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:23.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:29:23.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:29:23.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:23.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:23.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.129.125:44439
18:29:23.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.129.125
18:29:23.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:23.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.129.84:36183
18:29:23.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:23.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:23.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:23.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:23.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.129.126:44217,127.29.129.125:44439,127.29.129.124:39917
18:29:23.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:23.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32769/jwks.json
18:29:23.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33045 with env {}
18:29:23.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.576200 30290 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:29:23.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.583221 30290 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.129.126" port: 44217 } has no permanent_uuid. Determining permanent_uuid...
18:29:23.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.600684 30290 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.129.125" port: 44439 } has no permanent_uuid. Determining permanent_uuid...
18:29:23.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.601776 30242 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.129.125:44439: connect: Connection refused (error 111)
18:29:23.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.603518 30290 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.129.125:44439: Network error: Client connection negotiation failed: client connection to 127.29.129.125:44439: connect: Connection refused (error 111)
18:29:23.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.652887 30290 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.129.125" port: 44439 } attempt: 1
18:29:23.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.655141 30290 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.129.125:44439: Network error: Client connection negotiation failed: client connection to 127.29.129.125:44439: connect: Connection refused (error 111)
18:29:23.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.723417 30290 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.129.125" port: 44439 } attempt: 2
18:29:23.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.725504 30290 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.129.125:44439: Network error: Client connection negotiation failed: client connection to 127.29.129.125:44439: connect: Connection refused (error 111)
18:29:23.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.816783 30290 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.129.125" port: 44439 } attempt: 3
18:29:23.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.819290 30290 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.129.125:44439: Network error: Client connection negotiation failed: client connection to 127.29.129.125:44439: connect: Connection refused (error 111)
18:29:23.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.909462 30291 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:29:23.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.909845 30291 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:29:23.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.909963 30291 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:29:23.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.918239 30291 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:29:23.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.918378 30291 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:29:23.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.918470 30291 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:29:23.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.918524 30291 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:29:23.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.918610 30291 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:29:23.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.918660 30291 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:32769/jwks.json
18:29:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.928902 30291 master_runner.cc:387] Master server non-default flags:
18:29:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.129.84:36183
18:29:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-1/data
18:29:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-1/wal
18:29:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33045
18:29:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.129.126:44217,127.29.129.125:44439,127.29.129.124:39917
18:29:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.129.125:44439
18:29:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:29:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32769/jwks.json
18:29:23.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-1/data/info.pb
18:29:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.129.125
18:29:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:29:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:29:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:29:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-1/logs
18:29:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:29:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:29:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:29:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:29:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:29:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:29:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:24 UTC on bdcb31816ec0
18:29:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16870
18:29:23.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:29:23.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.931095 30291 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:29:23.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.932955 30291 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:29:23.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.941645 30300 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:23.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.941692 30299 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:23.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.943538 30302 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:23.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.944368 30291 server_base.cc:1061] running on GCE node
18:29:23.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.945318 30291 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:29:23.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.947028 30291 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:29:23.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.948290 30291 hybrid_clock.cc:648] HybridClock initialized: now 1783535363948240 us; error 37 us; skew 500 ppm
18:29:23.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.948771 30291 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:29:23.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.951457 30291 webserver.cc:534] Webserver started at http://127.29.129.125:42919/ using document root <none> and password file <none>
18:29:23.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.952299 30291 fs_manager.cc:362] Metadata directory not provided
18:29:23.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.952451 30291 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:29:23.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.952857 30291 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:29:23.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.955559 30291 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-1/data/instance:
18:29:23.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b086ecb9245647f3b55958d53e9fdd22"
18:29:23.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:23 on dist-test-slave-9xf3"
18:29:23.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.956440 30291 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-1/wal/instance:
18:29:23.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b086ecb9245647f3b55958d53e9fdd22"
18:29:23.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:23 on dist-test-slave-9xf3"
18:29:23.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.962453 30291 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.000s
18:29:23.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.962572 30290 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.129.125" port: 44439 } attempt: 4
18:29:23.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:23.964673 30290 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.129.125:44439: Network error: Client connection negotiation failed: client connection to 127.29.129.125:44439: connect: Connection refused (error 111)
18:29:23.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.966569 30308 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:29:23.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.968163 30291 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
18:29:23.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.968361 30291 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-1/data,/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-1/wal
18:29:23.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b086ecb9245647f3b55958d53e9fdd22"
18:29:23.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:23 on dist-test-slave-9xf3"
18:29:23.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.968639 30291 fs_report.cc:389] FS layout report
18:29:23.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:29:23.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-1/wal
18:29:23.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-1/wal
18:29:23.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-1/data/data
18:29:23.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:29:23.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:29:23.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:29:23.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:29:23.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:29:23.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:29:23.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:29:23.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:29:23.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:29:23.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:29:23.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:29:23.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.993006 30291 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:29:23.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.994081 30291 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:29:23.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:23.994432 30291 kserver.cc:163] Server-wide thread pool size limit: 3276
18:29:24.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.017017 30291 rpc_server.cc:307] RPC server started. Bound to: 127.29.129.125:44439
18:29:24.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.017037 30359 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.129.125:44439 every 8 connection(s)
18:29:24.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.018774 30291 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-1/data/info.pb
18:29:24.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.023320 30360 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:29:24.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.024057 30213 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu as pid 30291
18:29:24.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.024231 30213 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-1/wal/instance
18:29:24.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.025604 30213 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:24.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:24.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-2/wal
18:29:24.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-2/data
18:29:24.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-2/logs
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-2/data/info.pb
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.129.124:39917
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.129.124
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.129.84:36183
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.129.126:44217,127.29.129.125:44439,127.29.129.124:39917
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32769/jwks.json
18:29:24.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33045 with env {}
18:29:24.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.031970 30360 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.129.126" port: 44217 } has no permanent_uuid. Determining permanent_uuid...
18:29:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.046204 30360 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.129.125" port: 44439 } has no permanent_uuid. Determining permanent_uuid...
18:29:24.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.056139 30360 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } has no permanent_uuid. Determining permanent_uuid...
18:29:24.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:24.057363 30312 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.129.124:39917: connect: Connection refused (error 111)
18:29:24.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:24.059173 30360 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.129.124:39917: Network error: Client connection negotiation failed: client connection to 127.29.129.124:39917: connect: Connection refused (error 111)
18:29:24.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.108518 30360 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } attempt: 1
18:29:24.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:24.110778 30360 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.129.124:39917: Network error: Client connection negotiation failed: client connection to 127.29.129.124:39917: connect: Connection refused (error 111)
18:29:24.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.179039 30360 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } attempt: 2
18:29:24.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:24.181468 30360 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.129.124:39917: Network error: Client connection negotiation failed: client connection to 127.29.129.124:39917: connect: Connection refused (error 111)
18:29:24.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.263989 30290 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.129.125" port: 44439 } attempt: 5
18:29:24.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.270385 30290 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } has no permanent_uuid. Determining permanent_uuid...
18:29:24.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:24.272274 30290 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.129.124:39917: Network error: Client connection negotiation failed: client connection to 127.29.129.124:39917: connect: Connection refused (error 111)
18:29:24.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.272722 30360 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } attempt: 3
18:29:24.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:24.274698 30360 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.129.124:39917: Network error: Client connection negotiation failed: client connection to 127.29.129.124:39917: connect: Connection refused (error 111)
18:29:24.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.323486 30290 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } attempt: 1
18:29:24.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:24.325583 30290 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.129.124:39917: Network error: Client connection negotiation failed: client connection to 127.29.129.124:39917: connect: Connection refused (error 111)
18:29:24.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:24.377934 30361 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:29:24.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:24.378269 30361 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:29:24.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:24.378355 30361 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:29:24.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:24.386914 30361 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:29:24.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:24.387034 30361 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:29:24.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:24.387094 30361 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:29:24.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:24.387132 30361 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:29:24.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:24.387184 30361 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:29:24.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:24.387218 30361 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:32769/jwks.json
18:29:24.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.393860 30290 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } attempt: 2
18:29:24.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:24.396189 30290 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.129.124:39917: Network error: Client connection negotiation failed: client connection to 127.29.129.124:39917: connect: Connection refused (error 111)
18:29:24.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.397800 30361 master_runner.cc:387] Master server non-default flags:
18:29:24.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:24.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.129.84:36183
18:29:24.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:24.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:24.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-2/data
18:29:24.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-2/wal
18:29:24.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33045
18:29:24.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:24.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.129.126:44217,127.29.129.125:44439,127.29.129.124:39917
18:29:24.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:24.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:24.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:24.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.129.124:39917
18:29:24.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:24.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:29:24.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:24.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:32769/jwks.json
18:29:24.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:24.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:24.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-2/data/info.pb
18:29:24.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.129.124
18:29:24.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:24.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:29:24.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:24.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:29:24.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:29:24.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:24.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-2/logs
18:29:24.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:24.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:29:24.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:29:24.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:29:24.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:29:24.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:29:24.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:29:24.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:24 UTC on bdcb31816ec0
18:29:24.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16870
18:29:24.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:29:24.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.399497 30361 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:29:24.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.401261 30361 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:29:24.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:24.409358 30370 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:24.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:24.409333 30369 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:24.410287 30372 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:24.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.410569 30361 server_base.cc:1061] running on GCE node
18:29:24.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.411378 30361 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:29:24.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.412681 30361 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:29:24.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.413882 30361 hybrid_clock.cc:648] HybridClock initialized: now 1783535364413814 us; error 65 us; skew 500 ppm
18:29:24.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.414194 30361 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:29:24.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.416402 30361 webserver.cc:534] Webserver started at http://127.29.129.124:39863/ using document root <none> and password file <none>
18:29:24.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.417079 30361 fs_manager.cc:362] Metadata directory not provided
18:29:24.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.417164 30361 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:29:24.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.417454 30361 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:29:24.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.417979 30360 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } attempt: 4
18:29:24.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:24.419988 30360 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.129.124:39917: Network error: Client connection negotiation failed: client connection to 127.29.129.124:39917: connect: Connection refused (error 111)
18:29:24.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.420137 30361 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-2/data/instance:
18:29:24.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3135a3cef17441bb954e9980a2f79bc3"
18:29:24.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:24 on dist-test-slave-9xf3"
18:29:24.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.420881 30361 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-2/wal/instance:
18:29:24.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3135a3cef17441bb954e9980a2f79bc3"
18:29:24.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:24 on dist-test-slave-9xf3"
18:29:24.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.425994 30361 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.001s
18:29:24.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.429382 30378 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:29:24.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.430809 30361 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
18:29:24.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.430967 30361 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-2/data,/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-2/wal
18:29:24.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3135a3cef17441bb954e9980a2f79bc3"
18:29:24.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:24 on dist-test-slave-9xf3"
18:29:24.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.431145 30361 fs_report.cc:389] FS layout report
18:29:24.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:29:24.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-2/wal
18:29:24.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-2/wal
18:29:24.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-2/data/data
18:29:24.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:29:24.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:29:24.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:29:24.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:29:24.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:29:24.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:29:24.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:29:24.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:29:24.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:29:24.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:29:24.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:29:24.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.449352 30361 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:29:24.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.450189 30361 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:29:24.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.450408 30361 kserver.cc:163] Server-wide thread pool size limit: 3276
18:29:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.471294 30361 rpc_server.cc:307] RPC server started. Bound to: 127.29.129.124:39917
18:29:24.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.471314 30429 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.129.124:39917 every 8 connection(s)
18:29:24.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.472831 30361 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-2/data/info.pb
18:29:24.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.476899 30213 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu as pid 30361
18:29:24.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.477110 30213 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster11686204698340619746/master-2/wal/instance
18:29:24.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.477897 30430 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:29:24.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.485477 30430 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.129.126" port: 44217 } has no permanent_uuid. Determining permanent_uuid...
18:29:24.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.498020 30430 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.129.125" port: 44439 } has no permanent_uuid. Determining permanent_uuid...
18:29:24.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.502416 30290 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } attempt: 3
18:29:24.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.506093 30430 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } has no permanent_uuid. Determining permanent_uuid...
18:29:24.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.516358 30290 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 842527e094ac4ad498f4374e7f524be0: Bootstrap starting.
18:29:24.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.520483 30430 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3: Bootstrap starting.
18:29:24.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.520612 30213 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:29:24.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.521050 30290 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 842527e094ac4ad498f4374e7f524be0: Neither blocks nor log segments found. Creating new log.
18:29:24.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.522454 30290 log.cc:826] T 00000000000000000000000000000000 P 842527e094ac4ad498f4374e7f524be0: Log is configured to *not* fsync() on all Append() calls
18:29:24.522 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:29:24.522 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:29:24.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.524930 30430 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3: Neither blocks nor log segments found. Creating new log.
18:29:24.524 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.29.129.126"
      port: 44217
    }
    bound_http_address {
      host: "127.29.129.126"
      port: 38993
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.29.129.125"
      port: 44439
    }
    bound_http_address {
      host: "127.29.129.125"
      port: 42919
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.29.129.124"
      port: 39917
    }
    bound_http_address {
      host: "127.29.129.124"
      port: 39863
    }
  }
}

18:29:24.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.525856 30290 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 842527e094ac4ad498f4374e7f524be0: No bootstrap required, opened a new log
18:29:24.525 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

18:29:24.526 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:29:24.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.526510 30430 log.cc:826] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3: Log is configured to *not* fsync() on all Append() calls
18:29:24.527 [INFO - Metastore-Handler-Pool: Thread-86] (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=2cfd3064-02a1-4003-ba41-f630bc114523, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.129.125:44439,127.29.129.126:44217,127.29.129.124:39917}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:29:24.530 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:29:24.531 [INFO - Metastore-Handler-Pool: Thread-86] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:29:24.531 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3988408d, with PersistenceManager: null will be shutdown
18:29:24.531 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3988408d, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5ac90f4e created in the thread with id: 86
18:29:24.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.536638 30290 raft_consensus.cc:359] T 00000000000000000000000000000000 P 842527e094ac4ad498f4374e7f524be0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "842527e094ac4ad498f4374e7f524be0" member_type: VOTER last_known_addr { host: "127.29.129.126" port: 44217 } } peers { permanent_uuid: "b086ecb9245647f3b55958d53e9fdd22" member_type: VOTER last_known_addr { host: "127.29.129.125" port: 44439 } } peers { permanent_uuid: "3135a3cef17441bb954e9980a2f79bc3" member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } }
18:29:24.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.537142 30290 raft_consensus.cc:385] T 00000000000000000000000000000000 P 842527e094ac4ad498f4374e7f524be0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:29:24.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.537294 30290 raft_consensus.cc:740] T 00000000000000000000000000000000 P 842527e094ac4ad498f4374e7f524be0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 842527e094ac4ad498f4374e7f524be0, State: Initialized, Role: FOLLOWER
18:29:24.537 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3988408d
18:29:24.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.538271 30290 consensus_queue.cc:260] T 00000000000000000000000000000000 P 842527e094ac4ad498f4374e7f524be0 [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: "842527e094ac4ad498f4374e7f524be0" member_type: VOTER last_known_addr { host: "127.29.129.126" port: 44217 } } peers { permanent_uuid: "b086ecb9245647f3b55958d53e9fdd22" member_type: VOTER last_known_addr { host: "127.29.129.125" port: 44439 } } peers { permanent_uuid: "3135a3cef17441bb954e9980a2f79bc3" member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } }
18:29:24.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.540323 30437 sys_catalog.cc:455] T 00000000000000000000000000000000 P 842527e094ac4ad498f4374e7f524be0 [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: "842527e094ac4ad498f4374e7f524be0" member_type: VOTER last_known_addr { host: "127.29.129.126" port: 44217 } } peers { permanent_uuid: "b086ecb9245647f3b55958d53e9fdd22" member_type: VOTER last_known_addr { host: "127.29.129.125" port: 44439 } } peers { permanent_uuid: "3135a3cef17441bb954e9980a2f79bc3" member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } } }
18:29:24.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.540863 30437 sys_catalog.cc:458] T 00000000000000000000000000000000 P 842527e094ac4ad498f4374e7f524be0 [sys.catalog]: This master's current role is: FOLLOWER
18:29:24.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.541673 30290 sys_catalog.cc:565] T 00000000000000000000000000000000 P 842527e094ac4ad498f4374e7f524be0 [sys.catalog]: configured and running, proceeding with master startup.
18:29:24.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.541746 30430 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3: No bootstrap required, opened a new log
18:29:24.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:24.550379 30244 tablet.cc:2406] T 00000000000000000000000000000000 P 842527e094ac4ad498f4374e7f524be0: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:29:24.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.551677 30430 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "842527e094ac4ad498f4374e7f524be0" member_type: VOTER last_known_addr { host: "127.29.129.126" port: 44217 } } peers { permanent_uuid: "b086ecb9245647f3b55958d53e9fdd22" member_type: VOTER last_known_addr { host: "127.29.129.125" port: 44439 } } peers { permanent_uuid: "3135a3cef17441bb954e9980a2f79bc3" member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } }
18:29:24.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.552400 30430 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:29:24.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.552716 30430 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3135a3cef17441bb954e9980a2f79bc3, State: Initialized, Role: FOLLOWER
18:29:24.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.554342 30430 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3 [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: "842527e094ac4ad498f4374e7f524be0" member_type: VOTER last_known_addr { host: "127.29.129.126" port: 44217 } } peers { permanent_uuid: "b086ecb9245647f3b55958d53e9fdd22" member_type: VOTER last_known_addr { host: "127.29.129.125" port: 44439 } } peers { permanent_uuid: "3135a3cef17441bb954e9980a2f79bc3" member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } }
18:29:24.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.562203 30440 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3 [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: "842527e094ac4ad498f4374e7f524be0" member_type: VOTER last_known_addr { host: "127.29.129.126" port: 44217 } } peers { permanent_uuid: "b086ecb9245647f3b55958d53e9fdd22" member_type: VOTER last_known_addr { host: "127.29.129.125" port: 44439 } } peers { permanent_uuid: "3135a3cef17441bb954e9980a2f79bc3" member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } } }
18:29:24.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.563820 30440 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3 [sys.catalog]: This master's current role is: FOLLOWER
18:29:24.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.563973 30430 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3 [sys.catalog]: configured and running, proceeding with master startup.
18:29:24.621 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:24.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:24.622422 30457 client.h:373] Failed to connect to Hive Metastore (localhost:33045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:24.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.633636 30462 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
18:29:24.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.639837 30224 master_runner.cc:187] Error getting master registration for 127.29.129.125:44439: OK, instance_id { permanent_uuid: "b086ecb9245647f3b55958d53e9fdd22" instance_seqno: 1783535364011107 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:29:24.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.646106 30224 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:29:24.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.652691 30361 master_runner.cc:187] Error getting master registration for 127.29.129.125:44439: OK, instance_id { permanent_uuid: "b086ecb9245647f3b55958d53e9fdd22" instance_seqno: 1783535364011107 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:29:24.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.659302 30361 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:29:24.659 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:24.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:24.660602 30465 client.h:373] Failed to connect to Hive Metastore (localhost:33045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:24.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:24.664055 30469 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:29:24.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:24.664191 30469 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:29:24.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:24.702517 30384 tablet.cc:2406] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:29:24.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.719226 30360 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } attempt: 5
18:29:24.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.734126 30360 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b086ecb9245647f3b55958d53e9fdd22: Bootstrap starting.
18:29:24.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.738698 30360 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b086ecb9245647f3b55958d53e9fdd22: Neither blocks nor log segments found. Creating new log.
18:29:24.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.741801 30360 log.cc:826] T 00000000000000000000000000000000 P b086ecb9245647f3b55958d53e9fdd22: Log is configured to *not* fsync() on all Append() calls
18:29:24.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.765539 30360 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b086ecb9245647f3b55958d53e9fdd22: No bootstrap required, opened a new log
18:29:24.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.776605 30360 raft_consensus.cc:359] T 00000000000000000000000000000000 P b086ecb9245647f3b55958d53e9fdd22 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "842527e094ac4ad498f4374e7f524be0" member_type: VOTER last_known_addr { host: "127.29.129.126" port: 44217 } } peers { permanent_uuid: "b086ecb9245647f3b55958d53e9fdd22" member_type: VOTER last_known_addr { host: "127.29.129.125" port: 44439 } } peers { permanent_uuid: "3135a3cef17441bb954e9980a2f79bc3" member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } }
18:29:24.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.777279 30360 raft_consensus.cc:385] T 00000000000000000000000000000000 P b086ecb9245647f3b55958d53e9fdd22 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:29:24.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.777575 30360 raft_consensus.cc:740] T 00000000000000000000000000000000 P b086ecb9245647f3b55958d53e9fdd22 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b086ecb9245647f3b55958d53e9fdd22, State: Initialized, Role: FOLLOWER
18:29:24.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.778597 30360 consensus_queue.cc:260] T 00000000000000000000000000000000 P b086ecb9245647f3b55958d53e9fdd22 [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: "842527e094ac4ad498f4374e7f524be0" member_type: VOTER last_known_addr { host: "127.29.129.126" port: 44217 } } peers { permanent_uuid: "b086ecb9245647f3b55958d53e9fdd22" member_type: VOTER last_known_addr { host: "127.29.129.125" port: 44439 } } peers { permanent_uuid: "3135a3cef17441bb954e9980a2f79bc3" member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } }
18:29:24.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.788496 30360 sys_catalog.cc:565] T 00000000000000000000000000000000 P b086ecb9245647f3b55958d53e9fdd22 [sys.catalog]: configured and running, proceeding with master startup.
18:29:24.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.794049 30472 sys_catalog.cc:455] T 00000000000000000000000000000000 P b086ecb9245647f3b55958d53e9fdd22 [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: "842527e094ac4ad498f4374e7f524be0" member_type: VOTER last_known_addr { host: "127.29.129.126" port: 44217 } } peers { permanent_uuid: "b086ecb9245647f3b55958d53e9fdd22" member_type: VOTER last_known_addr { host: "127.29.129.125" port: 44439 } } peers { permanent_uuid: "3135a3cef17441bb954e9980a2f79bc3" member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } } }
18:29:24.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.794638 30472 sys_catalog.cc:458] T 00000000000000000000000000000000 P b086ecb9245647f3b55958d53e9fdd22 [sys.catalog]: This master's current role is: FOLLOWER
18:29:24.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.815284 30440 raft_consensus.cc:493] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:29:24.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.815616 30440 raft_consensus.cc:515] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "842527e094ac4ad498f4374e7f524be0" member_type: VOTER last_known_addr { host: "127.29.129.126" port: 44217 } } peers { permanent_uuid: "b086ecb9245647f3b55958d53e9fdd22" member_type: VOTER last_known_addr { host: "127.29.129.125" port: 44439 } } peers { permanent_uuid: "3135a3cef17441bb954e9980a2f79bc3" member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } }
18:29:24.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.817664 30440 leader_election.cc:290] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 842527e094ac4ad498f4374e7f524be0 (127.29.129.126:44217), b086ecb9245647f3b55958d53e9fdd22 (127.29.129.125:44439)
18:29:24.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.819705 30265 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3135a3cef17441bb954e9980a2f79bc3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "842527e094ac4ad498f4374e7f524be0" is_pre_election: true
18:29:24.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.820246 30265 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 842527e094ac4ad498f4374e7f524be0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3135a3cef17441bb954e9980a2f79bc3 in term 0.
18:29:24.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.821007 30335 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3135a3cef17441bb954e9980a2f79bc3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b086ecb9245647f3b55958d53e9fdd22" is_pre_election: true
18:29:24.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.821532 30335 raft_consensus.cc:2468] T 00000000000000000000000000000000 P b086ecb9245647f3b55958d53e9fdd22 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3135a3cef17441bb954e9980a2f79bc3 in term 0.
18:29:24.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.822767 30382 leader_election.cc:304] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3 [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: 3135a3cef17441bb954e9980a2f79bc3, 842527e094ac4ad498f4374e7f524be0; no voters: 
18:29:24.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.823843 30440 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3 [term 0 FOLLOWER]: Leader pre-election won for term 1
18:29:24.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.824005 30440 raft_consensus.cc:493] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:29:24.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.824107 30440 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3 [term 0 FOLLOWER]: Advancing to term 1
18:29:24.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.827714 30440 raft_consensus.cc:515] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "842527e094ac4ad498f4374e7f524be0" member_type: VOTER last_known_addr { host: "127.29.129.126" port: 44217 } } peers { permanent_uuid: "b086ecb9245647f3b55958d53e9fdd22" member_type: VOTER last_known_addr { host: "127.29.129.125" port: 44439 } } peers { permanent_uuid: "3135a3cef17441bb954e9980a2f79bc3" member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } }
18:29:24.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.829243 30265 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3135a3cef17441bb954e9980a2f79bc3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "842527e094ac4ad498f4374e7f524be0"
18:29:24.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.829454 30265 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 842527e094ac4ad498f4374e7f524be0 [term 0 FOLLOWER]: Advancing to term 1
18:29:24.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.831925 30440 leader_election.cc:290] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3 [CANDIDATE]: Term 1 election: Requested vote from peers 842527e094ac4ad498f4374e7f524be0 (127.29.129.126:44217), b086ecb9245647f3b55958d53e9fdd22 (127.29.129.125:44439)
18:29:24.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.832749 30265 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 842527e094ac4ad498f4374e7f524be0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3135a3cef17441bb954e9980a2f79bc3 in term 1.
18:29:24.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.833636 30335 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3135a3cef17441bb954e9980a2f79bc3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b086ecb9245647f3b55958d53e9fdd22"
18:29:24.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.833868 30335 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b086ecb9245647f3b55958d53e9fdd22 [term 0 FOLLOWER]: Advancing to term 1
18:29:24.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.837491 30335 raft_consensus.cc:2468] T 00000000000000000000000000000000 P b086ecb9245647f3b55958d53e9fdd22 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3135a3cef17441bb954e9980a2f79bc3 in term 1.
18:29:24.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.838236 30382 leader_election.cc:304] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3 [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: 3135a3cef17441bb954e9980a2f79bc3, b086ecb9245647f3b55958d53e9fdd22; no voters: 
18:29:24.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.839511 30440 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3 [term 1 FOLLOWER]: Leader election won for term 1
18:29:24.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.849732 30440 raft_consensus.cc:697] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3 [term 1 LEADER]: Becoming Leader. State: Replica: 3135a3cef17441bb954e9980a2f79bc3, State: Running, Role: LEADER
18:29:24.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.850806 30440 consensus_queue.cc:237] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3 [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: "842527e094ac4ad498f4374e7f524be0" member_type: VOTER last_known_addr { host: "127.29.129.126" port: 44217 } } peers { permanent_uuid: "b086ecb9245647f3b55958d53e9fdd22" member_type: VOTER last_known_addr { host: "127.29.129.125" port: 44439 } } peers { permanent_uuid: "3135a3cef17441bb954e9980a2f79bc3" member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } }
18:29:24.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.858883 30475 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3135a3cef17441bb954e9980a2f79bc3. Latest consensus state: current_term: 1 leader_uuid: "3135a3cef17441bb954e9980a2f79bc3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "842527e094ac4ad498f4374e7f524be0" member_type: VOTER last_known_addr { host: "127.29.129.126" port: 44217 } } peers { permanent_uuid: "b086ecb9245647f3b55958d53e9fdd22" member_type: VOTER last_known_addr { host: "127.29.129.125" port: 44439 } } peers { permanent_uuid: "3135a3cef17441bb954e9980a2f79bc3" member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } } }
18:29:24.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.859515 30475 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3 [sys.catalog]: This master's current role is: LEADER
18:29:24.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.863523 30479 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
18:29:24.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.866093 30479 catalog_manager.cc:1519] Initializing Kudu cluster ID...
18:29:24.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.896401 30335 raft_consensus.cc:1275] T 00000000000000000000000000000000 P b086ecb9245647f3b55958d53e9fdd22 [term 1 FOLLOWER]: Refusing update from remote peer 3135a3cef17441bb954e9980a2f79bc3: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:29:24.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.898320 30265 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 842527e094ac4ad498f4374e7f524be0 [term 1 FOLLOWER]: Refusing update from remote peer 3135a3cef17441bb954e9980a2f79bc3: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:29:24.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.899513 30475 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b086ecb9245647f3b55958d53e9fdd22" member_type: VOTER last_known_addr { host: "127.29.129.125" port: 44439 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:29:24.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.901533 30475 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "842527e094ac4ad498f4374e7f524be0" member_type: VOTER last_known_addr { host: "127.29.129.126" port: 44217 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:29:24.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.927800 30472 sys_catalog.cc:455] T 00000000000000000000000000000000 P b086ecb9245647f3b55958d53e9fdd22 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3135a3cef17441bb954e9980a2f79bc3. Latest consensus state: current_term: 1 leader_uuid: "3135a3cef17441bb954e9980a2f79bc3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "842527e094ac4ad498f4374e7f524be0" member_type: VOTER last_known_addr { host: "127.29.129.126" port: 44217 } } peers { permanent_uuid: "b086ecb9245647f3b55958d53e9fdd22" member_type: VOTER last_known_addr { host: "127.29.129.125" port: 44439 } } peers { permanent_uuid: "3135a3cef17441bb954e9980a2f79bc3" member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } } }
18:29:24.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.928086 30472 sys_catalog.cc:458] T 00000000000000000000000000000000 P b086ecb9245647f3b55958d53e9fdd22 [sys.catalog]: This master's current role is: FOLLOWER
18:29:24.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.938323 30487 mvcc.cc:204] Tried to move back new op lower bound from 7305360854586826752 to 7305360854435745792. Current Snapshot: MvccSnapshot[applied={T|T < 7305360854586826752}]
18:29:24.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.940287 30440 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "3135a3cef17441bb954e9980a2f79bc3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "842527e094ac4ad498f4374e7f524be0" member_type: VOTER last_known_addr { host: "127.29.129.126" port: 44217 } } peers { permanent_uuid: "b086ecb9245647f3b55958d53e9fdd22" member_type: VOTER last_known_addr { host: "127.29.129.125" port: 44439 } } peers { permanent_uuid: "3135a3cef17441bb954e9980a2f79bc3" member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } } }
18:29:24.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.940621 30440 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3 [sys.catalog]: This master's current role is: LEADER
18:29:24.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.941854 30437 sys_catalog.cc:455] T 00000000000000000000000000000000 P 842527e094ac4ad498f4374e7f524be0 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3135a3cef17441bb954e9980a2f79bc3. Latest consensus state: current_term: 1 leader_uuid: "3135a3cef17441bb954e9980a2f79bc3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "842527e094ac4ad498f4374e7f524be0" member_type: VOTER last_known_addr { host: "127.29.129.126" port: 44217 } } peers { permanent_uuid: "b086ecb9245647f3b55958d53e9fdd22" member_type: VOTER last_known_addr { host: "127.29.129.125" port: 44439 } } peers { permanent_uuid: "3135a3cef17441bb954e9980a2f79bc3" member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } } }
18:29:24.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.942144 30437 sys_catalog.cc:458] T 00000000000000000000000000000000 P 842527e094ac4ad498f4374e7f524be0 [sys.catalog]: This master's current role is: FOLLOWER
18:29:24.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.943657 30475 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "3135a3cef17441bb954e9980a2f79bc3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "842527e094ac4ad498f4374e7f524be0" member_type: VOTER last_known_addr { host: "127.29.129.126" port: 44217 } } peers { permanent_uuid: "b086ecb9245647f3b55958d53e9fdd22" member_type: VOTER last_known_addr { host: "127.29.129.125" port: 44439 } } peers { permanent_uuid: "3135a3cef17441bb954e9980a2f79bc3" member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } } }
18:29:24.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.943871 30475 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3 [sys.catalog]: This master's current role is: LEADER
18:29:24.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.957428 30497 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
18:29:24.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.958190 30472 sys_catalog.cc:455] T 00000000000000000000000000000000 P b086ecb9245647f3b55958d53e9fdd22 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "3135a3cef17441bb954e9980a2f79bc3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "842527e094ac4ad498f4374e7f524be0" member_type: VOTER last_known_addr { host: "127.29.129.126" port: 44217 } } peers { permanent_uuid: "b086ecb9245647f3b55958d53e9fdd22" member_type: VOTER last_known_addr { host: "127.29.129.125" port: 44439 } } peers { permanent_uuid: "3135a3cef17441bb954e9980a2f79bc3" member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } } }
18:29:24.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.959342 30472 sys_catalog.cc:458] T 00000000000000000000000000000000 P b086ecb9245647f3b55958d53e9fdd22 [sys.catalog]: This master's current role is: FOLLOWER
18:29:24.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.961386 30479 catalog_manager.cc:1382] Generated new cluster ID: 8bd99d31c52847c39eca4997b1193c8c
18:29:24.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.961516 30479 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
18:29:24.963 [INFO - Metastore-Handler-Pool: Thread-90] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:24.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:24.964287 30491 client.h:373] Failed to connect to Hive Metastore (localhost:33045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:24.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.966738 30437 sys_catalog.cc:455] T 00000000000000000000000000000000 P 842527e094ac4ad498f4374e7f524be0 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "3135a3cef17441bb954e9980a2f79bc3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "842527e094ac4ad498f4374e7f524be0" member_type: VOTER last_known_addr { host: "127.29.129.126" port: 44217 } } peers { permanent_uuid: "b086ecb9245647f3b55958d53e9fdd22" member_type: VOTER last_known_addr { host: "127.29.129.125" port: 44439 } } peers { permanent_uuid: "3135a3cef17441bb954e9980a2f79bc3" member_type: VOTER last_known_addr { host: "127.29.129.124" port: 39917 } } }
18:29:24.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:24.967008 30437 sys_catalog.cc:458] T 00000000000000000000000000000000 P 842527e094ac4ad498f4374e7f524be0 [sys.catalog]: This master's current role is: FOLLOWER
18:29:25.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:25.002990 30479 catalog_manager.cc:1405] Generated new certificate authority record
18:29:25.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:25.005054 30479 catalog_manager.cc:1539] Loading token signing keys...
18:29:25.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:25.029356 30479 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3: Generated new TSK 0
18:29:25.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:25.030797 30479 catalog_manager.cc:1549] Initializing in-progress tserver states...
18:29:25.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:25.032238 30479 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
18:29:25.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:25.033607 30479 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
18:29:25.082 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:25.089 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:25.090 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:25.231 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:29:25.237 [INFO - Metastore-Handler-Pool: Thread-86] (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/hive16187867080119928011/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=2cfd3064-02a1-4003-ba41-f630bc114523, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.129.125:44439,127.29.129.126:44217,127.29.129.124:39917}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:29:25.242 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16187867080119928011/external-warehouse/table
18:29:25.392 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:29:25.434 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:29:25.435 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:29:25.603 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:25.628 [INFO - Metastore-Handler-Pool: Thread-93] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:25.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:25.630558 30457 client.h:373] Failed to connect to Hive Metastore (localhost:33045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:25.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:25.642128 30462 catalog_manager.cc:1294] Loaded cluster ID: 8bd99d31c52847c39eca4997b1193c8c
18:29:25.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:25.642282 30462 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 842527e094ac4ad498f4374e7f524be0: loading cluster ID for follower catalog manager: success
18:29:25.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:25.646512 30462 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 842527e094ac4ad498f4374e7f524be0: acquiring CA information for follower catalog manager: success
18:29:25.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:25.656427 30462 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 842527e094ac4ad498f4374e7f524be0: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:29:25.675 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:25.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:25.675627 30465 client.h:373] Failed to connect to Hive Metastore (localhost:33045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:25.857 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:25.907 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:25.935 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
18:29:25.973 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:25.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:25.975152 30491 client.h:373] Failed to connect to Hive Metastore (localhost:33045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:25.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:25.990024 30497 catalog_manager.cc:1294] Loaded cluster ID: 8bd99d31c52847c39eca4997b1193c8c
18:29:25.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:25.990445 30497 catalog_manager.cc:1587] T 00000000000000000000000000000000 P b086ecb9245647f3b55958d53e9fdd22: loading cluster ID for follower catalog manager: success
18:29:25.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:25.994623 30497 catalog_manager.cc:1609] T 00000000000000000000000000000000 P b086ecb9245647f3b55958d53e9fdd22: acquiring CA information for follower catalog manager: success
18:29:25.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:25.997563 30497 catalog_manager.cc:1637] T 00000000000000000000000000000000 P b086ecb9245647f3b55958d53e9fdd22: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:29:26.166 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
18:29:26.169 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
18:29:26.170 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.29.129.125:44439(127.29.129.125:44439)] connecting to peer
18:29:26.175 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.29.129.126:44217(127.29.129.126:44217)] connecting to peer
18:29:26.179 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.29.129.125:44439(127.29.129.125:44439)] Successfully connected to peer
18:29:26.183 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.29.129.124:39917(127.29.129.124:39917)] connecting to peer
18:29:26.186 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.29.129.126:44217(127.29.129.126:44217)] Successfully connected to peer
18:29:26.186 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.29.129.124:39917(127.29.129.124:39917)] Successfully connected to peer
18:29:26.206 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.29.129.125
18:29:26.207 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.29.129.126
18:29:26.241 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.29.129.124
18:29:26.266 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:29:26.274 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:29:26.276 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:29:26.283 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x0a041e78, L:/127.0.0.1:56792 - R:/127.29.129.125:44439] using SASL/PLAIN
18:29:26.284 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x0115d92b, L:/127.0.0.1:37538 - R:/127.29.129.126:44217] using SASL/PLAIN
18:29:26.300 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x503747c1, L:/127.0.0.1:59982 - R:/127.29.129.124:39917] using SASL/PLAIN
18:29:26.306 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
18:29:26.314 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:212)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

18:29:26.316 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:29:26.391 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:29:26.392 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:29:26.486 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
18:29:26.513 [INFO - Metastore-Handler-Pool: Thread-86] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:29:26.515 [INFO - Metastore-Handler-Pool: Thread-86] (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=2cfd3064-02a1-4003-ba41-f630bc114523, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.129.125:44439,127.29.129.126:44217,127.29.129.124:39917}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:29:26.525 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:29:26.528 [INFO - Metastore-Handler-Pool: Thread-86] (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/hive16187867080119928011/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=2cfd3064-02a1-4003-ba41-f630bc114523, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.129.125:44439,127.29.129.126:44217,127.29.129.124:39917}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:29:26.534 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16187867080119928011/external-warehouse/table
18:29:26.589 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:29:26.602 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:29:26.604 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:29:26.622 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
18:29:26.637 [INFO - Metastore-Handler-Pool: Thread-101] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:26.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:26.638703 30457 client.h:373] Failed to connect to Hive Metastore (localhost:33045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:26.641 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:29:26.643 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:29:26.645 [INFO - Metastore-Handler-Pool: Thread-86] (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/hive16187867080119928011/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:29:26.647 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive16187867080119928011/external-warehouse/table specified for non-external table:table
18:29:26.648 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16187867080119928011/external-warehouse/table
18:29:26.669 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:29:26.677 [INFO - Metastore-Handler-Pool: Thread-103] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:26.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:26.678646 30465 client.h:373] Failed to connect to Hive Metastore (localhost:33045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:26.684 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:29:26.686 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:29:26.708 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
18:29:26.727 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

18:29:26.871 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:29:26.883 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:29:26.884 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:29:26.902 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
18:29:26.918 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{EXTERNAL=TRUE, external.table.purge=FALSE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:29:26.921 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:29:26.923 [INFO - Metastore-Handler-Pool: Thread-86] (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/hive16187867080119928011/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{EXTERNAL=TRUE, external.table.purge=FALSE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:29:26.926 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive16187867080119928011/external-warehouse/table
18:29:26.944 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:29:26.956 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
18:29:26.957 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:29:26.987 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
18:29:26.990 [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=	
18:29:26.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:26.991163 30491 client.h:373] Failed to connect to Hive Metastore (localhost:33045): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:27.005 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:29:27.005 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:29:27.005 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3988408d, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5ac90f4e will be shutdown
18:29:27.006 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:29:27.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:27.006145 30213 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu pid 30224
18:29:27.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:27.007727 30285 generic_service.cc:196] Checking for leaks (request via RPC)
18:29:27.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:27.137362 30213 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu with pid 30224
18:29:27.158 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.29.129.126:44217(127.29.129.126:44217)] handling channelInactive
18:29:27.158 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.29.129.126:44217(127.29.129.126:44217)] cleaning up while in state READY due to: connection closed
18:29:27.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:27.159211 30213 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu pid 30291
18:29:27.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:27.160610 30355 generic_service.cc:196] Checking for leaks (request via RPC)
18:29:27.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:27.179533 30382 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.129.126:44217: connect: Connection refused (error 111)
18:29:27.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:27.185187 30382 consensus_peers.cc:597] T 00000000000000000000000000000000 P 3135a3cef17441bb954e9980a2f79bc3 -> Peer 842527e094ac4ad498f4374e7f524be0 (127.29.129.126:44217): Couldn't send request to peer 842527e094ac4ad498f4374e7f524be0. Status: Network error: Client connection negotiation failed: client connection to 127.29.129.126:44217: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
18:29:27.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:27.275377 30213 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu with pid 30291
18:29:27.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:27.295753 30213 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu pid 30361
18:29:27.296 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.29.129.125:44439(127.29.129.125:44439)] handling channelInactive
18:29:27.296 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.29.129.125:44439(127.29.129.125:44439)] cleaning up while in state READY due to: connection closed
18:29:27.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:27.297230 30425 generic_service.cc:196] Checking for leaks (request via RPC)
18:29:27.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:27.404685 30213 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu with pid 30361
18:29:27.425 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.29.129.124:39917(127.29.129.124:39917)] handling channelInactive
18:29:27.425 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.29.129.124:39917(127.29.129.124:39917)] cleaning up while in state READY due to: connection closed
18:29:27.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:29:27Z chronyd exiting
.18:29:27.556 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:29:27.556 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:29:27.556 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:29:27.575 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive9754217721318412030
18:29:27.576 [INFO - Thread-71] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:29:27.576 [INFO - Thread-71] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:29:27.578 [INFO - Thread-71] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:29:27.578 [INFO - Thread-71] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:29:27.578 [INFO - Thread-71] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:29:27.579 [INFO - Thread-71] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:29:27.580 [INFO - Thread-71] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:29:27.580 [INFO - Thread-71] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:29:27.581 [INFO - Thread-71] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:29:27.581 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:29:27.582 [INFO - Thread-71] (HikariDataSource.java:80) objectstore - Starting...
18:29:27.659 [INFO - Thread-71] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:29:27.660 [INFO - Thread-71] (HikariDataSource.java:82) objectstore - Start completed.
18:29:27.660 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:29:27.662 [INFO - Thread-71] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:29:27.664 [INFO - Thread-71] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:29:27.665 [INFO - Thread-71] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:29:27.681 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:29:27.681 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:29:27.681 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:29:27.723 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:27.724 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:27.724 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:27.724 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:27.725 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:27.725 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:27.901 [INFO - Thread-71] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:29:27.902 [INFO - Thread-71] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3100e770, with PersistenceManager: null will be shutdown
18:29:27.902 [INFO - Thread-71] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3100e770, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@107a79ec created in the thread with id: 107
18:29:27.904 [WARN - Thread-71] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
18:29:27.905 [INFO - Thread-71] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3100e770
18:29:28.027 [INFO - Thread-71] (HMSHandler.java:595) Started creating a default database with name: default
18:29:28.046 [INFO - Thread-71] (HMSHandler.java:605) Successfully created a default database with name: default
18:29:28.087 [INFO - Thread-71] (HMSHandler.java:668) Added admin role in metastore
18:29:28.089 [INFO - Thread-71] (HMSHandler.java:677) Added public role in metastore
18:29:28.142 [INFO - Thread-71] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:29:28.143 [INFO - Thread-71] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:29:28.144 [INFO - Thread-71] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:29:28.144 [INFO - Thread-71] (HiveMetaStore.java:697) Direct SQL optimization = true
18:29:28.144 [WARN - Thread-71] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
18:29:28.144 [INFO - Thread-71] (HiveMetaStore.java:632) Started the new metaserver on port [40319]...
18:29:28.145 [INFO - Thread-71] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:29:28.145 [INFO - Thread-71] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:29:28.145 [INFO - Thread-71] (HiveMetaStore.java:635) TCP keepalive = true
18:29:28.145 [INFO - Thread-71] (HiveMetaStore.java:636) Enable SSL = false
18:29:28.578 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:29:28.578 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:29:28.579 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:29:28.581 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:29:28.581 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:40319]
18:29:28.581 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:40319) in binary transport mode
18:29:28.582 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:40319) current connections: 1
18:29:28.584 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXx0CNc/test-tmp
18:29:28.584 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
18:29:28.584 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXx0CNc/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
18:29:28.587 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:40319"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

18:29:28.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:28.921834 30557 mini_oidc.cc:150] Starting JWKS server
18:29:28.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:28.924180 30557 webserver.cc:534] Webserver started at http://127.0.0.1:35559/ using document root <none> and password file <none>
18:29:28.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:28.924404 30557 mini_oidc.cc:186] Starting OIDC Discovery server
18:29:28.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:28.924901 30557 webserver.cc:534] Webserver started at http://127.0.0.1:35717/ using document root <none> and password file <none>
18:29:28.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:29:28Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:29:28.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:29:28Z Disabled control of system clock
18:29:28.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:28.954406 30557 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:28.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-0/wal
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-0/data
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-0/logs
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-0/data/info.pb
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.215.126:37567
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.215.126
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.215.84:34875
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.215.126:37567,127.29.215.125:42249,127.29.215.124:39211
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35559/jwks.json
18:29:28.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40319 with env {}
18:29:29.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.283457 30568 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:29:29.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.283797 30568 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:29:29.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.283874 30568 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:29:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.292402 30568 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:29:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.292508 30568 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:29:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.292565 30568 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:29:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.292604 30568 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:29:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.292659 30568 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:29:29.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.292692 30568 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35559/jwks.json
18:29:29.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.303086 30568 master_runner.cc:387] Master server non-default flags:
18:29:29.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:29.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.215.84:34875
18:29:29.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:29.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:29.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-0/data
18:29:29.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-0/wal
18:29:29.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40319
18:29:29.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:29.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.215.126:37567,127.29.215.125:42249,127.29.215.124:39211
18:29:29.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:29.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:29.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:29.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.215.126:37567
18:29:29.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:29.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:29:29.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:29.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35559/jwks.json
18:29:29.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:29.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:29.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-0/data/info.pb
18:29:29.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.215.126
18:29:29.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:29.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:29:29.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:29.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:29:29.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:29:29.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:29.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-0/logs
18:29:29.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:29.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:29:29.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:29:29.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:29:29.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:29:29.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:29:29.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:29:29.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:24 UTC on bdcb31816ec0
18:29:29.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16870
18:29:29.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:29:29.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.305181 30568 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:29:29.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.307750 30568 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:29:29.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.316978 30573 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:29.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.318801 30574 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:29.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.319548 30576 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:29.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.320215 30568 server_base.cc:1061] running on GCE node
18:29:29.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.321183 30568 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:29:29.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.322871 30568 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:29:29.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.324108 30568 hybrid_clock.cc:648] HybridClock initialized: now 1783535369324062 us; error 100 us; skew 500 ppm
18:29:29.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.324512 30568 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:29:29.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.326897 30568 webserver.cc:534] Webserver started at http://127.29.215.126:39409/ using document root <none> and password file <none>
18:29:29.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.327724 30568 fs_manager.cc:362] Metadata directory not provided
18:29:29.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.327862 30568 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:29:29.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.328251 30568 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:29:29.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.330880 30568 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-0/data/instance:
18:29:29.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a923f1dd83c743f8a959e4555c05c39c"
18:29:29.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:29 on dist-test-slave-9xf3"
18:29:29.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.331763 30568 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-0/wal/instance:
18:29:29.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a923f1dd83c743f8a959e4555c05c39c"
18:29:29.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:29 on dist-test-slave-9xf3"
18:29:29.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.337249 30568 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.003s
18:29:29.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.340858 30582 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:29:29.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.342159 30568 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
18:29:29.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.342361 30568 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-0/data,/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-0/wal
18:29:29.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a923f1dd83c743f8a959e4555c05c39c"
18:29:29.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:29 on dist-test-slave-9xf3"
18:29:29.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.342617 30568 fs_report.cc:389] FS layout report
18:29:29.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:29:29.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-0/wal
18:29:29.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-0/wal
18:29:29.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-0/data/data
18:29:29.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:29:29.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:29:29.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:29:29.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:29:29.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:29:29.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:29:29.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:29:29.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:29:29.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:29:29.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:29:29.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:29:29.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.363246 30568 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:29:29.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.364187 30568 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:29:29.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.364516 30568 kserver.cc:163] Server-wide thread pool size limit: 3276
18:29:29.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.386152 30568 rpc_server.cc:307] RPC server started. Bound to: 127.29.215.126:37567
18:29:29.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.386170 30633 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.215.126:37567 every 8 connection(s)
18:29:29.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.387907 30568 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-0/data/info.pb
18:29:29.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.391834 30557 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu as pid 30568
18:29:29.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.392163 30557 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-0/wal/instance
18:29:29.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.392211 30634 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:29:29.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.394452 30557 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:29.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:29.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-1/wal
18:29:29.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-1/data
18:29:29.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:29:29.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:29:29.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:29:29.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:29.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:29.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:29.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-1/logs
18:29:29.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-1/data/info.pb
18:29:29.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:29.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:29:29.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:29:29.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:29:29.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:29:29.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:29.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:29.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:29.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:29:29.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:29:29.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:29.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:29.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.215.125:42249
18:29:29.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.215.125
18:29:29.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:29.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.215.84:34875
18:29:29.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:29.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:29.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:29.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:29.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.215.126:37567,127.29.215.125:42249,127.29.215.124:39211
18:29:29.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:29.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35559/jwks.json
18:29:29.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40319 with env {}
18:29:29.398 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.398290 30634 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.215.126" port: 37567 } has no permanent_uuid. Determining permanent_uuid...
18:29:29.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.419699 30634 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.215.125" port: 42249 } has no permanent_uuid. Determining permanent_uuid...
18:29:29.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.420930 30585 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.215.125:42249: connect: Connection refused (error 111)
18:29:29.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.422669 30634 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.215.125:42249: Network error: Client connection negotiation failed: client connection to 127.29.215.125:42249: connect: Connection refused (error 111)
18:29:29.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.472052 30634 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.215.125" port: 42249 } attempt: 1
18:29:29.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.474191 30634 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.215.125:42249: Network error: Client connection negotiation failed: client connection to 127.29.215.125:42249: connect: Connection refused (error 111)
18:29:29.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.542488 30634 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.215.125" port: 42249 } attempt: 2
18:29:29.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.544660 30634 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.215.125:42249: Network error: Client connection negotiation failed: client connection to 127.29.215.125:42249: connect: Connection refused (error 111)
18:29:29.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.635958 30634 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.215.125" port: 42249 } attempt: 3
18:29:29.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.638219 30634 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.215.125:42249: Network error: Client connection negotiation failed: client connection to 127.29.215.125:42249: connect: Connection refused (error 111)
18:29:29.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.726264 30635 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:29:29.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.726598 30635 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:29:29.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.726675 30635 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:29:29.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.735495 30635 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:29:29.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.735599 30635 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:29:29.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.735656 30635 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:29:29.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.735694 30635 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:29:29.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.735747 30635 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:29:29.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.735780 30635 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35559/jwks.json
18:29:29.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.746474 30635 master_runner.cc:387] Master server non-default flags:
18:29:29.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.215.84:34875
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-1/data
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-1/wal
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40319
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.215.126:37567,127.29.215.125:42249,127.29.215.124:39211
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.215.125:42249
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35559/jwks.json
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-1/data/info.pb
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.215.125
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-1/logs
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:29:29.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:29:29.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:29:29.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:29:29.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:24 UTC on bdcb31816ec0
18:29:29.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16870
18:29:29.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:29:29.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.748423 30635 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:29:29.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.750291 30635 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:29:29.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.759012 30646 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:29.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.759191 30644 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:29.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.759038 30643 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:29.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.760632 30635 server_base.cc:1061] running on GCE node
18:29:29.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.761561 30635 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:29:29.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.763046 30635 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:29:29.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.764323 30635 hybrid_clock.cc:648] HybridClock initialized: now 1783535369764236 us; error 58 us; skew 500 ppm
18:29:29.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.764688 30635 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:29:29.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.767516 30635 webserver.cc:534] Webserver started at http://127.29.215.125:38345/ using document root <none> and password file <none>
18:29:29.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.768303 30635 fs_manager.cc:362] Metadata directory not provided
18:29:29.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.768402 30635 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:29:29.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.768738 30635 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:29:29.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.771317 30635 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-1/data/instance:
18:29:29.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3ee1700f5cd14dc1adee62ab68b64aca"
18:29:29.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:29 on dist-test-slave-9xf3"
18:29:29.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.772084 30635 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-1/wal/instance:
18:29:29.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3ee1700f5cd14dc1adee62ab68b64aca"
18:29:29.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:29 on dist-test-slave-9xf3"
18:29:29.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.777858 30635 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
18:29:29.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.781494 30652 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:29:29.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.781526 30634 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.215.125" port: 42249 } attempt: 4
18:29:29.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.783490 30635 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
18:29:29.783 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.783661 30635 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-1/data,/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-1/wal
18:29:29.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3ee1700f5cd14dc1adee62ab68b64aca"
18:29:29.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:29 on dist-test-slave-9xf3"
18:29:29.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.783871 30634 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.215.125:42249: Network error: Client connection negotiation failed: client connection to 127.29.215.125:42249: connect: Connection refused (error 111)
18:29:29.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.783928 30635 fs_report.cc:389] FS layout report
18:29:29.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:29:29.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-1/wal
18:29:29.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-1/wal
18:29:29.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-1/data/data
18:29:29.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:29:29.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:29:29.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:29:29.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:29:29.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:29:29.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:29:29.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:29:29.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:29:29.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:29:29.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:29:29.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:29:29.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.807081 30635 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:29:29.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.807971 30635 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:29:29.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.808218 30635 kserver.cc:163] Server-wide thread pool size limit: 3276
18:29:29.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.830178 30635 rpc_server.cc:307] RPC server started. Bound to: 127.29.215.125:42249
18:29:29.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.830196 30703 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.215.125:42249 every 8 connection(s)
18:29:29.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.832043 30635 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-1/data/info.pb
18:29:29.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.836906 30704 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:29:29.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.842209 30557 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu as pid 30635
18:29:29.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.842410 30557 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-1/wal/instance
18:29:29.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.843916 30557 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:29.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:29.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-2/wal
18:29:29.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-2/data
18:29:29.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:29:29.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:29:29.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:29:29.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:29.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:29.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:29.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-2/logs
18:29:29.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-2/data/info.pb
18:29:29.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:29.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:29:29.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:29:29.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:29:29.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:29:29.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:29.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:29.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:29.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:29:29.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:29:29.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:29.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:29.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.215.124:39211
18:29:29.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.215.124
18:29:29.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:29.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.215.84:34875
18:29:29.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:29.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:29.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:29.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:29.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.215.126:37567,127.29.215.125:42249,127.29.215.124:39211
18:29:29.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:29.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35559/jwks.json
18:29:29.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40319 with env {}
18:29:29.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.844442 30704 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.215.126" port: 37567 } has no permanent_uuid. Determining permanent_uuid...
18:29:29.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.863481 30704 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.215.125" port: 42249 } has no permanent_uuid. Determining permanent_uuid...
18:29:29.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.874786 30704 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } has no permanent_uuid. Determining permanent_uuid...
18:29:29.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.876302 30654 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.215.124:39211: connect: Connection refused (error 111)
18:29:29.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.878247 30704 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.215.124:39211: Network error: Client connection negotiation failed: client connection to 127.29.215.124:39211: connect: Connection refused (error 111)
18:29:29.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.927663 30704 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } attempt: 1
18:29:29.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:29.929929 30704 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.215.124:39211: Network error: Client connection negotiation failed: client connection to 127.29.215.124:39211: connect: Connection refused (error 111)
18:29:29.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:29.998262 30704 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } attempt: 2
18:29:30.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:30.000672 30704 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.215.124:39211: Network error: Client connection negotiation failed: client connection to 127.29.215.124:39211: connect: Connection refused (error 111)
18:29:30.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.083154 30634 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.215.125" port: 42249 } attempt: 5
18:29:30.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.090153 30634 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } has no permanent_uuid. Determining permanent_uuid...
18:29:30.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.091915 30704 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } attempt: 3
18:29:30.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:30.092475 30634 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.215.124:39211: Network error: Client connection negotiation failed: client connection to 127.29.215.124:39211: connect: Connection refused (error 111)
18:29:30.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:30.093786 30704 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.215.124:39211: Network error: Client connection negotiation failed: client connection to 127.29.215.124:39211: connect: Connection refused (error 111)
18:29:30.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.143699 30634 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } attempt: 1
18:29:30.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:30.145925 30634 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.215.124:39211: Network error: Client connection negotiation failed: client connection to 127.29.215.124:39211: connect: Connection refused (error 111)
18:29:30.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:30.194069 30705 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:29:30.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:30.194397 30705 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:29:30.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:30.194473 30705 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:29:30.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:30.202804 30705 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:29:30.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:30.202910 30705 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:29:30.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:30.202967 30705 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:29:30.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:30.203006 30705 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:29:30.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:30.203083 30705 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:29:30.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:30.203141 30705 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:35559/jwks.json
18:29:30.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.214171 30634 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } attempt: 2
18:29:30.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.214704 30705 master_runner.cc:387] Master server non-default flags:
18:29:30.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:30.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.215.84:34875
18:29:30.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:30.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:30.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-2/data
18:29:30.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-2/wal
18:29:30.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40319
18:29:30.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:30.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.215.126:37567,127.29.215.125:42249,127.29.215.124:39211
18:29:30.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:30.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:30.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:30.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.215.124:39211
18:29:30.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:30.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:29:30.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:30.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:35559/jwks.json
18:29:30.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:30.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:30.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-2/data/info.pb
18:29:30.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.215.124
18:29:30.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:30.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:29:30.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:30.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:29:30.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:29:30.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:30.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-2/logs
18:29:30.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:30.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:29:30.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:29:30.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:29:30.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:29:30.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:29:30.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:29:30.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:24 UTC on bdcb31816ec0
18:29:30.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16870
18:29:30.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:29:30.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:30.216488 30634 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.215.124:39211: Network error: Client connection negotiation failed: client connection to 127.29.215.124:39211: connect: Connection refused (error 111)
18:29:30.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.216794 30705 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:29:30.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.218509 30705 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:29:30.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:30.230854 30714 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:30.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:30.230890 30713 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:30.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:30.231950 30716 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:30.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.232931 30705 server_base.cc:1061] running on GCE node
18:29:30.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.233845 30705 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:29:30.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.235536 30705 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:29:30.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.236793 30705 hybrid_clock.cc:648] HybridClock initialized: now 1783535370236722 us; error 56 us; skew 500 ppm
18:29:30.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.236989 30704 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } attempt: 4
18:29:30.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.237318 30705 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:29:30.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:30.238994 30704 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.215.124:39211: Network error: Client connection negotiation failed: client connection to 127.29.215.124:39211: connect: Connection refused (error 111)
18:29:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.240061 30705 webserver.cc:534] Webserver started at http://127.29.215.124:35923/ using document root <none> and password file <none>
18:29:30.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.240795 30705 fs_manager.cc:362] Metadata directory not provided
18:29:30.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.240888 30705 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:29:30.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.241176 30705 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:29:30.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.243595 30705 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-2/data/instance:
18:29:30.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a84f1c48f0f4452ca705c691a3e8cfa7"
18:29:30.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:30 on dist-test-slave-9xf3"
18:29:30.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.244424 30705 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-2/wal/instance:
18:29:30.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a84f1c48f0f4452ca705c691a3e8cfa7"
18:29:30.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:30 on dist-test-slave-9xf3"
18:29:30.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.249765 30705 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
18:29:30.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.253232 30722 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:29:30.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.254597 30705 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
18:29:30.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.254799 30705 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-2/data,/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-2/wal
18:29:30.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a84f1c48f0f4452ca705c691a3e8cfa7"
18:29:30.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:30 on dist-test-slave-9xf3"
18:29:30.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.254985 30705 fs_report.cc:389] FS layout report
18:29:30.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:29:30.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-2/wal
18:29:30.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-2/wal
18:29:30.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-2/data/data
18:29:30.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:29:30.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:29:30.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:29:30.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:29:30.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:29:30.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:29:30.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:29:30.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:29:30.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:29:30.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:29:30.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:29:30.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.274292 30705 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:29:30.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.275367 30705 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:29:30.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.275699 30705 kserver.cc:163] Server-wide thread pool size limit: 3276
18:29:30.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.295837 30705 rpc_server.cc:307] RPC server started. Bound to: 127.29.215.124:39211
18:29:30.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.295845 30773 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.215.124:39211 every 8 connection(s)
18:29:30.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.297487 30705 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-2/data/info.pb
18:29:30.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.301805 30774 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:29:30.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.305202 30557 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu as pid 30705
18:29:30.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.305467 30557 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster9852427673593471666/master-2/wal/instance
18:29:30.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.308554 30774 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.215.126" port: 37567 } has no permanent_uuid. Determining permanent_uuid...
18:29:30.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.321070 30774 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.215.125" port: 42249 } has no permanent_uuid. Determining permanent_uuid...
18:29:30.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.322695 30634 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } attempt: 3
18:29:30.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.328186 30774 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } has no permanent_uuid. Determining permanent_uuid...
18:29:30.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.337944 30634 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a923f1dd83c743f8a959e4555c05c39c: Bootstrap starting.
18:29:30.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.344067 30634 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a923f1dd83c743f8a959e4555c05c39c: Neither blocks nor log segments found. Creating new log.
18:29:30.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.345078 30557 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:29:30.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.345729 30634 log.cc:826] T 00000000000000000000000000000000 P a923f1dd83c743f8a959e4555c05c39c: Log is configured to *not* fsync() on all Append() calls
18:29:30.347 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:29:30.347 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:29:30.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.348960 30634 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a923f1dd83c743f8a959e4555c05c39c: No bootstrap required, opened a new log
18:29:30.348 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.29.215.126"
      port: 37567
    }
    bound_http_address {
      host: "127.29.215.126"
      port: 39409
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.29.215.125"
      port: 42249
    }
    bound_http_address {
      host: "127.29.215.125"
      port: 38345
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.29.215.124"
      port: 39211
    }
    bound_http_address {
      host: "127.29.215.124"
      port: 35923
    }
  }
}

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

18:29:30.351 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:29:30.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.352535 30774 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7: Bootstrap starting.
18:29:30.352 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:29:30.355 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:29:30.355 [INFO - Metastore-Handler-Pool: Thread-128] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:29:30.355 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6135a96e, with PersistenceManager: null will be shutdown
18:29:30.355 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6135a96e, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3569851c created in the thread with id: 128
18:29:30.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.356043 30774 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7: Neither blocks nor log segments found. Creating new log.
18:29:30.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.356334 30634 raft_consensus.cc:359] T 00000000000000000000000000000000 P a923f1dd83c743f8a959e4555c05c39c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a923f1dd83c743f8a959e4555c05c39c" member_type: VOTER last_known_addr { host: "127.29.215.126" port: 37567 } } peers { permanent_uuid: "3ee1700f5cd14dc1adee62ab68b64aca" member_type: VOTER last_known_addr { host: "127.29.215.125" port: 42249 } } peers { permanent_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } }
18:29:30.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.356803 30634 raft_consensus.cc:385] T 00000000000000000000000000000000 P a923f1dd83c743f8a959e4555c05c39c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:29:30.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.357117 30634 raft_consensus.cc:740] T 00000000000000000000000000000000 P a923f1dd83c743f8a959e4555c05c39c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a923f1dd83c743f8a959e4555c05c39c, State: Initialized, Role: FOLLOWER
18:29:30.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.357537 30774 log.cc:826] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7: Log is configured to *not* fsync() on all Append() calls
18:29:30.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.358039 30634 consensus_queue.cc:260] T 00000000000000000000000000000000 P a923f1dd83c743f8a959e4555c05c39c [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: "a923f1dd83c743f8a959e4555c05c39c" member_type: VOTER last_known_addr { host: "127.29.215.126" port: 37567 } } peers { permanent_uuid: "3ee1700f5cd14dc1adee62ab68b64aca" member_type: VOTER last_known_addr { host: "127.29.215.125" port: 42249 } } peers { permanent_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } }
18:29:30.361 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6135a96e
18:29:30.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.362812 30781 sys_catalog.cc:455] T 00000000000000000000000000000000 P a923f1dd83c743f8a959e4555c05c39c [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: "a923f1dd83c743f8a959e4555c05c39c" member_type: VOTER last_known_addr { host: "127.29.215.126" port: 37567 } } peers { permanent_uuid: "3ee1700f5cd14dc1adee62ab68b64aca" member_type: VOTER last_known_addr { host: "127.29.215.125" port: 42249 } } peers { permanent_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } } }
18:29:30.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.364188 30634 sys_catalog.cc:565] T 00000000000000000000000000000000 P a923f1dd83c743f8a959e4555c05c39c [sys.catalog]: configured and running, proceeding with master startup.
18:29:30.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.367019 30774 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7: No bootstrap required, opened a new log
18:29:30.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:30.367343 30588 tablet.cc:2406] T 00000000000000000000000000000000 P a923f1dd83c743f8a959e4555c05c39c: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:29:30.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.374545 30774 raft_consensus.cc:359] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a923f1dd83c743f8a959e4555c05c39c" member_type: VOTER last_known_addr { host: "127.29.215.126" port: 37567 } } peers { permanent_uuid: "3ee1700f5cd14dc1adee62ab68b64aca" member_type: VOTER last_known_addr { host: "127.29.215.125" port: 42249 } } peers { permanent_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } }
18:29:30.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.375243 30774 raft_consensus.cc:385] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:29:30.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.375520 30774 raft_consensus.cc:740] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a84f1c48f0f4452ca705c691a3e8cfa7, State: Initialized, Role: FOLLOWER
18:29:30.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.376549 30774 consensus_queue.cc:260] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7 [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: "a923f1dd83c743f8a959e4555c05c39c" member_type: VOTER last_known_addr { host: "127.29.215.126" port: 37567 } } peers { permanent_uuid: "3ee1700f5cd14dc1adee62ab68b64aca" member_type: VOTER last_known_addr { host: "127.29.215.125" port: 42249 } } peers { permanent_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } }
18:29:30.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.381110 30781 sys_catalog.cc:458] T 00000000000000000000000000000000 P a923f1dd83c743f8a959e4555c05c39c [sys.catalog]: This master's current role is: FOLLOWER
18:29:30.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.383389 30783 sys_catalog.cc:455] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7 [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: "a923f1dd83c743f8a959e4555c05c39c" member_type: VOTER last_known_addr { host: "127.29.215.126" port: 37567 } } peers { permanent_uuid: "3ee1700f5cd14dc1adee62ab68b64aca" member_type: VOTER last_known_addr { host: "127.29.215.125" port: 42249 } } peers { permanent_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } } }
18:29:30.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.383867 30783 sys_catalog.cc:458] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7 [sys.catalog]: This master's current role is: FOLLOWER
18:29:30.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.386046 30774 sys_catalog.cc:565] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7 [sys.catalog]: configured and running, proceeding with master startup.
18:29:30.459 [INFO - Metastore-Handler-Pool: Thread-130] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:30.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:30.463716 30803 client.h:373] Failed to connect to Hive Metastore (localhost:40319): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:30.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.468237 30808 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
18:29:30.471 [INFO - Metastore-Handler-Pool: Thread-131] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:30.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:30.472533 30806 client.h:373] Failed to connect to Hive Metastore (localhost:40319): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:30.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.472565 30705 master_runner.cc:187] Error getting master registration for 127.29.215.126:37567: OK, instance_id { permanent_uuid: "a923f1dd83c743f8a959e4555c05c39c" instance_seqno: 1783535369380037 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:29:30.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.478583 30705 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:29:30.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:30.487624 30812 catalog_manager.cc:1593] T 00000000000000000000000000000000 P a923f1dd83c743f8a959e4555c05c39c: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:29:30.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:30.488004 30812 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:29:30.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.484369 30568 master_runner.cc:187] Error getting master registration for 127.29.215.125:42249: OK, instance_id { permanent_uuid: "3ee1700f5cd14dc1adee62ab68b64aca" instance_seqno: 1783535369824376 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:29:30.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.490345 30568 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:29:30.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:30.527904 30728 tablet.cc:2406] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:29:30.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.538281 30704 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } attempt: 5
18:29:30.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.550729 30704 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3ee1700f5cd14dc1adee62ab68b64aca: Bootstrap starting.
18:29:30.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.554546 30704 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3ee1700f5cd14dc1adee62ab68b64aca: Neither blocks nor log segments found. Creating new log.
18:29:30.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.555668 30783 raft_consensus.cc:493] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:29:30.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.555967 30783 raft_consensus.cc:515] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a923f1dd83c743f8a959e4555c05c39c" member_type: VOTER last_known_addr { host: "127.29.215.126" port: 37567 } } peers { permanent_uuid: "3ee1700f5cd14dc1adee62ab68b64aca" member_type: VOTER last_known_addr { host: "127.29.215.125" port: 42249 } } peers { permanent_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } }
18:29:30.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.557442 30704 log.cc:826] T 00000000000000000000000000000000 P 3ee1700f5cd14dc1adee62ab68b64aca: Log is configured to *not* fsync() on all Append() calls
18:29:30.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.558043 30783 leader_election.cc:290] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a923f1dd83c743f8a959e4555c05c39c (127.29.215.126:37567), 3ee1700f5cd14dc1adee62ab68b64aca (127.29.215.125:42249)
18:29:30.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.560386 30609 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a923f1dd83c743f8a959e4555c05c39c" is_pre_election: true
18:29:30.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.561149 30609 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a923f1dd83c743f8a959e4555c05c39c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a84f1c48f0f4452ca705c691a3e8cfa7 in term 0.
18:29:30.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.563141 30723 leader_election.cc:304] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7 [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: a84f1c48f0f4452ca705c691a3e8cfa7, a923f1dd83c743f8a959e4555c05c39c; no voters: 
18:29:30.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.564020 30783 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7 [term 0 FOLLOWER]: Leader pre-election won for term 1
18:29:30.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.564224 30783 raft_consensus.cc:493] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:29:30.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.564345 30783 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7 [term 0 FOLLOWER]: Advancing to term 1
18:29:30.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.572387 30783 raft_consensus.cc:515] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a923f1dd83c743f8a959e4555c05c39c" member_type: VOTER last_known_addr { host: "127.29.215.126" port: 37567 } } peers { permanent_uuid: "3ee1700f5cd14dc1adee62ab68b64aca" member_type: VOTER last_known_addr { host: "127.29.215.125" port: 42249 } } peers { permanent_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } }
18:29:30.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.574976 30609 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a923f1dd83c743f8a959e4555c05c39c"
18:29:30.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.575260 30609 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a923f1dd83c743f8a959e4555c05c39c [term 0 FOLLOWER]: Advancing to term 1
18:29:30.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.580446 30609 raft_consensus.cc:2468] T 00000000000000000000000000000000 P a923f1dd83c743f8a959e4555c05c39c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a84f1c48f0f4452ca705c691a3e8cfa7 in term 1.
18:29:30.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.581631 30723 leader_election.cc:304] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7 [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: a84f1c48f0f4452ca705c691a3e8cfa7, a923f1dd83c743f8a959e4555c05c39c; no voters: 
18:29:30.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.582824 30815 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7 [term 1 FOLLOWER]: Leader election won for term 1
18:29:30.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.584057 30783 leader_election.cc:290] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7 [CANDIDATE]: Term 1 election: Requested vote from peers a923f1dd83c743f8a959e4555c05c39c (127.29.215.126:37567), 3ee1700f5cd14dc1adee62ab68b64aca (127.29.215.125:42249)
18:29:30.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.585577 30815 raft_consensus.cc:697] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7 [term 1 LEADER]: Becoming Leader. State: Replica: a84f1c48f0f4452ca705c691a3e8cfa7, State: Running, Role: LEADER
18:29:30.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.586611 30815 consensus_queue.cc:237] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7 [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: "a923f1dd83c743f8a959e4555c05c39c" member_type: VOTER last_known_addr { host: "127.29.215.126" port: 37567 } } peers { permanent_uuid: "3ee1700f5cd14dc1adee62ab68b64aca" member_type: VOTER last_known_addr { host: "127.29.215.125" port: 42249 } } peers { permanent_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } }
18:29:30.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.592460 30704 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3ee1700f5cd14dc1adee62ab68b64aca: No bootstrap required, opened a new log
18:29:30.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.596015 30783 sys_catalog.cc:455] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a84f1c48f0f4452ca705c691a3e8cfa7. Latest consensus state: current_term: 1 leader_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a923f1dd83c743f8a959e4555c05c39c" member_type: VOTER last_known_addr { host: "127.29.215.126" port: 37567 } } peers { permanent_uuid: "3ee1700f5cd14dc1adee62ab68b64aca" member_type: VOTER last_known_addr { host: "127.29.215.125" port: 42249 } } peers { permanent_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } } }
18:29:30.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.596310 30783 sys_catalog.cc:458] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7 [sys.catalog]: This master's current role is: LEADER
18:29:30.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.604610 30704 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3ee1700f5cd14dc1adee62ab68b64aca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a923f1dd83c743f8a959e4555c05c39c" member_type: VOTER last_known_addr { host: "127.29.215.126" port: 37567 } } peers { permanent_uuid: "3ee1700f5cd14dc1adee62ab68b64aca" member_type: VOTER last_known_addr { host: "127.29.215.125" port: 42249 } } peers { permanent_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } }
18:29:30.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.605438 30704 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3ee1700f5cd14dc1adee62ab68b64aca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:29:30.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.605816 30704 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3ee1700f5cd14dc1adee62ab68b64aca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3ee1700f5cd14dc1adee62ab68b64aca, State: Initialized, Role: FOLLOWER
18:29:30.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.607131 30704 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3ee1700f5cd14dc1adee62ab68b64aca [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: "a923f1dd83c743f8a959e4555c05c39c" member_type: VOTER last_known_addr { host: "127.29.215.126" port: 37567 } } peers { permanent_uuid: "3ee1700f5cd14dc1adee62ab68b64aca" member_type: VOTER last_known_addr { host: "127.29.215.125" port: 42249 } } peers { permanent_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } }
18:29:30.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.608654 30818 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
18:29:30.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.618520 30819 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3ee1700f5cd14dc1adee62ab68b64aca [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: "a923f1dd83c743f8a959e4555c05c39c" member_type: VOTER last_known_addr { host: "127.29.215.126" port: 37567 } } peers { permanent_uuid: "3ee1700f5cd14dc1adee62ab68b64aca" member_type: VOTER last_known_addr { host: "127.29.215.125" port: 42249 } } peers { permanent_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } } }
18:29:30.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.618851 30679 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ee1700f5cd14dc1adee62ab68b64aca" is_pre_election: true
18:29:30.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.619972 30679 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3ee1700f5cd14dc1adee62ab68b64aca [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a84f1c48f0f4452ca705c691a3e8cfa7 in term 0.
18:29:30.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.619138 30678 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3ee1700f5cd14dc1adee62ab68b64aca"
18:29:30.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.620448 30678 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3ee1700f5cd14dc1adee62ab68b64aca [term 0 FOLLOWER]: Advancing to term 1
18:29:30.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.619302 30704 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3ee1700f5cd14dc1adee62ab68b64aca [sys.catalog]: configured and running, proceeding with master startup.
18:29:30.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.625439 30678 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 3ee1700f5cd14dc1adee62ab68b64aca [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a84f1c48f0f4452ca705c691a3e8cfa7 in term 1.
18:29:30.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.630568 30818 catalog_manager.cc:1519] Initializing Kudu cluster ID...
18:29:30.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.630978 30819 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3ee1700f5cd14dc1adee62ab68b64aca [sys.catalog]: This master's current role is: FOLLOWER
18:29:30.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.665005 30678 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 3ee1700f5cd14dc1adee62ab68b64aca [term 1 FOLLOWER]: Refusing update from remote peer a84f1c48f0f4452ca705c691a3e8cfa7: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:29:30.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.666532 30783 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3ee1700f5cd14dc1adee62ab68b64aca" member_type: VOTER last_known_addr { host: "127.29.215.125" port: 42249 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:29:30.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.674196 30609 raft_consensus.cc:1275] T 00000000000000000000000000000000 P a923f1dd83c743f8a959e4555c05c39c [term 1 FOLLOWER]: Refusing update from remote peer a84f1c48f0f4452ca705c691a3e8cfa7: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:29:30.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.675568 30783 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a923f1dd83c743f8a959e4555c05c39c" member_type: VOTER last_known_addr { host: "127.29.215.126" port: 37567 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:29:30.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.700366 30819 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3ee1700f5cd14dc1adee62ab68b64aca [sys.catalog]: SysCatalogTable state changed. Reason: New leader a84f1c48f0f4452ca705c691a3e8cfa7. Latest consensus state: current_term: 1 leader_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a923f1dd83c743f8a959e4555c05c39c" member_type: VOTER last_known_addr { host: "127.29.215.126" port: 37567 } } peers { permanent_uuid: "3ee1700f5cd14dc1adee62ab68b64aca" member_type: VOTER last_known_addr { host: "127.29.215.125" port: 42249 } } peers { permanent_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } } }
18:29:30.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.700660 30819 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3ee1700f5cd14dc1adee62ab68b64aca [sys.catalog]: This master's current role is: FOLLOWER
18:29:30.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.704160 30823 mvcc.cc:204] Tried to move back new op lower bound from 7305360878212313088 to 7305360877929013248. Current Snapshot: MvccSnapshot[applied={T|T < 7305360878212313088}]
18:29:30.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.708773 30781 sys_catalog.cc:455] T 00000000000000000000000000000000 P a923f1dd83c743f8a959e4555c05c39c [sys.catalog]: SysCatalogTable state changed. Reason: New leader a84f1c48f0f4452ca705c691a3e8cfa7. Latest consensus state: current_term: 1 leader_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a923f1dd83c743f8a959e4555c05c39c" member_type: VOTER last_known_addr { host: "127.29.215.126" port: 37567 } } peers { permanent_uuid: "3ee1700f5cd14dc1adee62ab68b64aca" member_type: VOTER last_known_addr { host: "127.29.215.125" port: 42249 } } peers { permanent_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } } }
18:29:30.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.709156 30781 sys_catalog.cc:458] T 00000000000000000000000000000000 P a923f1dd83c743f8a959e4555c05c39c [sys.catalog]: This master's current role is: FOLLOWER
18:29:30.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.712570 30815 sys_catalog.cc:455] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a923f1dd83c743f8a959e4555c05c39c" member_type: VOTER last_known_addr { host: "127.29.215.126" port: 37567 } } peers { permanent_uuid: "3ee1700f5cd14dc1adee62ab68b64aca" member_type: VOTER last_known_addr { host: "127.29.215.125" port: 42249 } } peers { permanent_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } } }
18:29:30.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.712845 30815 sys_catalog.cc:458] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7 [sys.catalog]: This master's current role is: LEADER
18:29:30.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.713385 30815 sys_catalog.cc:455] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a923f1dd83c743f8a959e4555c05c39c" member_type: VOTER last_known_addr { host: "127.29.215.126" port: 37567 } } peers { permanent_uuid: "3ee1700f5cd14dc1adee62ab68b64aca" member_type: VOTER last_known_addr { host: "127.29.215.125" port: 42249 } } peers { permanent_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } } }
18:29:30.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.713573 30815 sys_catalog.cc:458] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7 [sys.catalog]: This master's current role is: LEADER
18:29:30.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.714864 30818 catalog_manager.cc:1382] Generated new cluster ID: 97e3d2728a114e9db8715827eb542c02
18:29:30.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.714980 30818 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
18:29:30.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.738775 30819 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3ee1700f5cd14dc1adee62ab68b64aca [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a923f1dd83c743f8a959e4555c05c39c" member_type: VOTER last_known_addr { host: "127.29.215.126" port: 37567 } } peers { permanent_uuid: "3ee1700f5cd14dc1adee62ab68b64aca" member_type: VOTER last_known_addr { host: "127.29.215.125" port: 42249 } } peers { permanent_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } } }
18:29:30.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.739086 30819 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3ee1700f5cd14dc1adee62ab68b64aca [sys.catalog]: This master's current role is: FOLLOWER
18:29:30.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.739674 30781 sys_catalog.cc:455] T 00000000000000000000000000000000 P a923f1dd83c743f8a959e4555c05c39c [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a923f1dd83c743f8a959e4555c05c39c" member_type: VOTER last_known_addr { host: "127.29.215.126" port: 37567 } } peers { permanent_uuid: "3ee1700f5cd14dc1adee62ab68b64aca" member_type: VOTER last_known_addr { host: "127.29.215.125" port: 42249 } } peers { permanent_uuid: "a84f1c48f0f4452ca705c691a3e8cfa7" member_type: VOTER last_known_addr { host: "127.29.215.124" port: 39211 } } }
18:29:30.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.739881 30781 sys_catalog.cc:458] T 00000000000000000000000000000000 P a923f1dd83c743f8a959e4555c05c39c [sys.catalog]: This master's current role is: FOLLOWER
18:29:30.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.756229 30818 catalog_manager.cc:1405] Generated new certificate authority record
18:29:30.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.759294 30818 catalog_manager.cc:1539] Loading token signing keys...
18:29:30.787 [INFO - Metastore-Handler-Pool: Thread-132] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:30.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:30.790212 30840 client.h:373] Failed to connect to Hive Metastore (localhost:40319): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:30.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.816958 30818 catalog_manager.cc:6069] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7: Generated new TSK 0
18:29:30.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.818123 30818 catalog_manager.cc:1549] Initializing in-progress tserver states...
18:29:30.822 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.822577 30818 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
18:29:30.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.824256 30844 catalog_manager.cc:1294] Loaded cluster ID: 97e3d2728a114e9db8715827eb542c02
18:29:30.824 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.824362 30844 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 3ee1700f5cd14dc1adee62ab68b64aca: loading cluster ID for follower catalog manager: success
18:29:30.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.826819 30818 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
18:29:30.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.841257 30844 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 3ee1700f5cd14dc1adee62ab68b64aca: acquiring CA information for follower catalog manager: success
18:29:30.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:30.844244 30844 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 3ee1700f5cd14dc1adee62ab68b64aca: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:29:30.921 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:30.927 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:30.927 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:31.053 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
18:29:31.071 [INFO - Metastore-Handler-Pool: Thread-128] (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/hive9754217721318412030/external-warehouse/legacy_table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:29:31.073 [INFO - Metastore-Handler-Pool: Thread-128] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive9754217721318412030/external-warehouse/legacy_table
18:29:31.369 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
18:29:31.447 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
18:29:31.455 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=legacy_table	
18:29:31.471 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
18:29:31.475 [INFO - Metastore-Handler-Pool: Thread-135] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:31.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:31.476711 30803 client.h:373] Failed to connect to Hive Metastore (localhost:40319): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:31.483 [INFO - Metastore-Handler-Pool: Thread-136] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:31.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:31.484318 30806 client.h:373] Failed to connect to Hive Metastore (localhost:40319): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:31.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:31.490696 30812 catalog_manager.cc:1294] Loaded cluster ID: 97e3d2728a114e9db8715827eb542c02
18:29:31.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:31.490845 30812 catalog_manager.cc:1587] T 00000000000000000000000000000000 P a923f1dd83c743f8a959e4555c05c39c: loading cluster ID for follower catalog manager: success
18:29:31.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:31.495319 30812 catalog_manager.cc:1609] T 00000000000000000000000000000000 P a923f1dd83c743f8a959e4555c05c39c: acquiring CA information for follower catalog manager: success
18:29:31.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:31.498250 30812 catalog_manager.cc:1637] T 00000000000000000000000000000000 P a923f1dd83c743f8a959e4555c05c39c: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:29:31.544 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
18:29:31.544 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
18:29:31.659 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=new_table	
18:29:31.697 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
18:29:31.735 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
18:29:31.745 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
18:29:31.746 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
18:29:31.795 [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=	
18:29:31.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:31.795949 30840 client.h:373] Failed to connect to Hive Metastore (localhost:40319): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:31.858 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:31.969 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:32.001 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:32.155 [INFO - Metastore-Handler-Pool: Thread-128] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:29:32.156 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:29:32.156 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:29:32.156 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6135a96e, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3569851c will be shutdown
18:29:32.156 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:29:32.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:32.156664 30557 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu pid 30568
18:29:32.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:32.158283 30629 generic_service.cc:196] Checking for leaks (request via RPC)
18:29:32.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:32.327240 30557 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu with pid 30568
18:29:32.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:32.355515 30557 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu pid 30635
18:29:32.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:32.356747 30699 generic_service.cc:196] Checking for leaks (request via RPC)
18:29:32.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:32.427598 30723 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.215.126:37567: connect: Connection refused (error 111)
18:29:32.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:32.436412 30723 consensus_peers.cc:597] T 00000000000000000000000000000000 P a84f1c48f0f4452ca705c691a3e8cfa7 -> Peer a923f1dd83c743f8a959e4555c05c39c (127.29.215.126:37567): Couldn't send request to peer a923f1dd83c743f8a959e4555c05c39c. Status: Network error: Client connection negotiation failed: client connection to 127.29.215.126:37567: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
18:29:32.479 [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=	
18:29:32.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:32.480053 30803 client.h:373] Failed to connect to Hive Metastore (localhost:40319): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:32.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:32.518903 30557 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu with pid 30635
18:29:32.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:32.539315 30557 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu pid 30705
18:29:32.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:32.540586 30769 generic_service.cc:196] Checking for leaks (request via RPC)
18:29:32.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:32.658573 30557 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu with pid 30705
18:29:32.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:29:32Z chronyd exiting
.18:29:32.809 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:29:32.810 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:29:32.810 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:29:32.828 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive14958898312839847179
18:29:32.829 [INFO - Thread-96] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:29:32.829 [INFO - Thread-96] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:29:32.831 [INFO - Thread-96] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:29:32.831 [INFO - Thread-96] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:29:32.831 [INFO - Thread-96] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:29:32.832 [INFO - Thread-96] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:29:32.833 [INFO - Thread-96] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:29:32.833 [INFO - Thread-96] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:29:32.834 [INFO - Thread-96] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:29:32.834 [INFO - Thread-96] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:29:32.835 [INFO - Thread-96] (HikariDataSource.java:80) objectstore - Starting...
18:29:32.905 [INFO - Thread-96] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:29:32.906 [INFO - Thread-96] (HikariDataSource.java:82) objectstore - Start completed.
18:29:32.906 [INFO - Thread-96] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:29:32.907 [INFO - Thread-96] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:29:32.909 [INFO - Thread-96] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:29:32.909 [INFO - Thread-96] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:29:32.919 [INFO - Thread-96] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:29:32.919 [INFO - Thread-96] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:29:32.919 [INFO - Thread-96] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:29:32.945 [WARN - Thread-96] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:32.946 [WARN - Thread-96] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:32.947 [WARN - Thread-96] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:32.947 [WARN - Thread-96] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:32.948 [WARN - Thread-96] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:32.948 [WARN - Thread-96] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:33.121 [INFO - Thread-96] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:29:33.121 [INFO - Thread-96] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@43364d73, with PersistenceManager: null will be shutdown
18:29:33.121 [INFO - Thread-96] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@43364d73, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@41ede98d created in the thread with id: 139
18:29:33.122 [WARN - Thread-96] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
18:29:33.123 [INFO - Thread-96] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@43364d73
18:29:33.208 [INFO - Thread-96] (HMSHandler.java:595) Started creating a default database with name: default
18:29:33.226 [INFO - Thread-96] (HMSHandler.java:605) Successfully created a default database with name: default
18:29:33.247 [INFO - Thread-96] (HMSHandler.java:668) Added admin role in metastore
18:29:33.249 [INFO - Thread-96] (HMSHandler.java:677) Added public role in metastore
18:29:33.278 [INFO - Thread-96] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:29:33.279 [INFO - Thread-96] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:29:33.279 [INFO - Thread-96] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:29:33.279 [INFO - Thread-96] (HiveMetaStore.java:697) Direct SQL optimization = true
18:29:33.280 [WARN - Thread-96] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
18:29:33.280 [INFO - Thread-96] (HiveMetaStore.java:632) Started the new metaserver on port [42339]...
18:29:33.280 [INFO - Thread-96] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:29:33.280 [INFO - Thread-96] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:29:33.280 [INFO - Thread-96] (HiveMetaStore.java:635) TCP keepalive = true
18:29:33.280 [INFO - Thread-96] (HiveMetaStore.java:636) Enable SSL = false
18:29:33.830 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:29:33.831 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:29:33.831 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:29:33.832 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:29:33.833 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:42339]
18:29:33.833 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:42339) in binary transport mode
18:29:33.833 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:42339) current connections: 1
18:29:33.834 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXx0CNc/test-tmp
18:29:33.835 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
18:29:33.835 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXx0CNc/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
18:29:33.838 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:42339"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

18:29:34.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.170056 30883 mini_oidc.cc:150] Starting JWKS server
18:29:34.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.172415 30883 webserver.cc:534] Webserver started at http://127.0.0.1:36285/ using document root <none> and password file <none>
18:29:34.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.172637 30883 mini_oidc.cc:186] Starting OIDC Discovery server
18:29:34.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.173106 30883 webserver.cc:534] Webserver started at http://127.0.0.1:45629/ using document root <none> and password file <none>
18:29:34.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:29:34Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:29:34.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:29:34Z Disabled control of system clock
18:29:34.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.201424 30883 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:34.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:34.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-0/wal
18:29:34.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-0/data
18:29:34.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:29:34.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:29:34.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:29:34.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:34.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:34.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:34.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-0/logs
18:29:34.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-0/data/info.pb
18:29:34.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:34.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:29:34.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:29:34.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:29:34.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:29:34.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:34.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:34.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:34.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:29:34.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:29:34.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:34.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:34.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.40.254:45657
18:29:34.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.40.254
18:29:34.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:34.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.40.212:34709
18:29:34.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:34.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:34.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:34.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:34.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.40.254:45657,127.30.40.253:37395,127.30.40.252:38289
18:29:34.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:34.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36285/jwks.json
18:29:34.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42339 with env {}
18:29:34.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:34.530028 30894 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:29:34.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:34.530372 30894 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:29:34.530 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:34.530452 30894 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:29:34.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:34.538578 30894 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:29:34.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:34.538676 30894 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:29:34.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:34.538784 30894 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:29:34.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:34.538842 30894 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:29:34.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:34.538897 30894 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:29:34.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:34.538931 30894 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36285/jwks.json
18:29:34.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.549080 30894 master_runner.cc:387] Master server non-default flags:
18:29:34.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:34.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.40.212:34709
18:29:34.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:34.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:34.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-0/data
18:29:34.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-0/wal
18:29:34.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42339
18:29:34.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:34.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.40.254:45657,127.30.40.253:37395,127.30.40.252:38289
18:29:34.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:34.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:34.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:34.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.40.254:45657
18:29:34.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:34.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:29:34.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:34.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36285/jwks.json
18:29:34.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:34.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:34.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-0/data/info.pb
18:29:34.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.40.254
18:29:34.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:34.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:29:34.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:34.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:29:34.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:29:34.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:34.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-0/logs
18:29:34.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:34.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:29:34.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:29:34.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:29:34.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:29:34.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:29:34.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:29:34.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:24 UTC on bdcb31816ec0
18:29:34.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16870
18:29:34.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:29:34.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.550693 30894 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:29:34.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.552649 30894 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:29:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:34.561136 30900 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:34.561322 30902 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:34.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:34.561168 30899 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:34.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.562371 30894 server_base.cc:1061] running on GCE node
18:29:34.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.563172 30894 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:29:34.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.564610 30894 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:29:34.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.565824 30894 hybrid_clock.cc:648] HybridClock initialized: now 1783535374565719 us; error 99 us; skew 500 ppm
18:29:34.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.566272 30894 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:29:34.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.568739 30894 webserver.cc:534] Webserver started at http://127.30.40.254:38449/ using document root <none> and password file <none>
18:29:34.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.569458 30894 fs_manager.cc:362] Metadata directory not provided
18:29:34.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.569550 30894 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:29:34.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.569851 30894 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:29:34.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.572304 30894 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-0/data/instance:
18:29:34.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dec2f6e7e6f24b048823a13374587a8f"
18:29:34.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:34 on dist-test-slave-9xf3"
18:29:34.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.573359 30894 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-0/wal/instance:
18:29:34.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dec2f6e7e6f24b048823a13374587a8f"
18:29:34.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:34 on dist-test-slave-9xf3"
18:29:34.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.581542 30894 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.009s	sys 0.000s
18:29:34.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.585812 30908 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:29:34.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.587411 30894 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.002s
18:29:34.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.587616 30894 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-0/data,/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-0/wal
18:29:34.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "dec2f6e7e6f24b048823a13374587a8f"
18:29:34.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:34 on dist-test-slave-9xf3"
18:29:34.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.587903 30894 fs_report.cc:389] FS layout report
18:29:34.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:29:34.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-0/wal
18:29:34.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-0/wal
18:29:34.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-0/data/data
18:29:34.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:29:34.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:29:34.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:29:34.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:29:34.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:29:34.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:29:34.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:29:34.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:29:34.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:29:34.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:29:34.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:29:34.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.607693 30894 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:29:34.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.608688 30894 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:29:34.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.609040 30894 kserver.cc:163] Server-wide thread pool size limit: 3276
18:29:34.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.628968 30894 rpc_server.cc:307] RPC server started. Bound to: 127.30.40.254:45657
18:29:34.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.628989 30959 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.40.254:45657 every 8 connection(s)
18:29:34.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.630632 30894 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-0/data/info.pb
18:29:34.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.634783 30960 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:29:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.638149 30883 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu as pid 30894
18:29:34.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.638387 30883 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-0/wal/instance
18:29:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.640619 30883 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-1/wal
18:29:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-1/data
18:29:34.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-1/logs
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-1/data/info.pb
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.40.253:37395
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.40.253
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.40.212:34709
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.40.254:45657,127.30.40.253:37395,127.30.40.252:38289
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36285/jwks.json
18:29:34.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42339 with env {}
18:29:34.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.640647 30960 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.40.254" port: 45657 } has no permanent_uuid. Determining permanent_uuid...
18:29:34.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.661787 30960 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.40.253" port: 37395 } has no permanent_uuid. Determining permanent_uuid...
18:29:34.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:34.663048 30911 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.40.253:37395: connect: Connection refused (error 111)
18:29:34.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:34.664829 30960 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.40.253:37395: Network error: Client connection negotiation failed: client connection to 127.30.40.253:37395: connect: Connection refused (error 111)
18:29:34.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.714377 30960 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.40.253" port: 37395 } attempt: 1
18:29:34.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:34.716799 30960 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.40.253:37395: Network error: Client connection negotiation failed: client connection to 127.30.40.253:37395: connect: Connection refused (error 111)
18:29:34.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.785072 30960 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.40.253" port: 37395 } attempt: 2
18:29:34.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:34.787207 30960 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.40.253:37395: Network error: Client connection negotiation failed: client connection to 127.30.40.253:37395: connect: Connection refused (error 111)
18:29:34.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.878489 30960 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.40.253" port: 37395 } attempt: 3
18:29:34.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:34.880620 30960 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.40.253:37395: Network error: Client connection negotiation failed: client connection to 127.30.40.253:37395: connect: Connection refused (error 111)
18:29:34.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:34.977061 30961 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:29:34.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:34.977458 30961 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:29:34.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:34.977553 30961 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:29:34.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:34.985894 30961 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:29:34.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:34.985999 30961 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:29:34.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:34.986058 30961 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:29:34.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:34.986099 30961 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:29:34.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:34.986150 30961 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:29:34.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:34.986183 30961 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36285/jwks.json
18:29:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.996966 30961 master_runner.cc:387] Master server non-default flags:
18:29:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.40.212:34709
18:29:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-1/data
18:29:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-1/wal
18:29:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42339
18:29:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.40.254:45657,127.30.40.253:37395,127.30.40.252:38289
18:29:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.40.253:37395
18:29:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:29:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36285/jwks.json
18:29:34.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:34.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:34.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-1/data/info.pb
18:29:34.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.40.253
18:29:34.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:34.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:29:34.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:34.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:29:34.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:29:34.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:34.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-1/logs
18:29:34.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:34.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:29:34.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:29:34.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:29:34.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:29:34.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:29:34.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:29:34.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:24 UTC on bdcb31816ec0
18:29:34.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16870
18:29:34.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:29:34.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:34.999205 30961 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:29:35.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.001587 30961 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:29:35.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.011181 30970 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:35.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.011157 30969 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:35.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.011950 30972 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:35.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.012090 30961 server_base.cc:1061] running on GCE node
18:29:35.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.012866 30961 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:29:35.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.014284 30961 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:29:35.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.015511 30961 hybrid_clock.cc:648] HybridClock initialized: now 1783535375015445 us; error 53 us; skew 500 ppm
18:29:35.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.015904 30961 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:29:35.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.018189 30961 webserver.cc:534] Webserver started at http://127.30.40.253:34835/ using document root <none> and password file <none>
18:29:35.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.019047 30961 fs_manager.cc:362] Metadata directory not provided
18:29:35.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.019182 30961 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:29:35.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.019572 30961 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:29:35.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.022012 30961 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-1/data/instance:
18:29:35.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8ab3f952472b428dbffd5cd411095771"
18:29:35.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:35 on dist-test-slave-9xf3"
18:29:35.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.022922 30961 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-1/wal/instance:
18:29:35.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8ab3f952472b428dbffd5cd411095771"
18:29:35.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:35 on dist-test-slave-9xf3"
18:29:35.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.023880 30960 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.40.253" port: 37395 } attempt: 4
18:29:35.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.025936 30960 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.40.253:37395: Network error: Client connection negotiation failed: client connection to 127.30.40.253:37395: connect: Connection refused (error 111)
18:29:35.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.029101 30961 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.000s
18:29:35.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.032567 30978 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:29:35.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.033881 30961 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
18:29:35.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.034091 30961 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-1/data,/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-1/wal
18:29:35.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "8ab3f952472b428dbffd5cd411095771"
18:29:35.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:35 on dist-test-slave-9xf3"
18:29:35.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.034349 30961 fs_report.cc:389] FS layout report
18:29:35.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:29:35.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-1/wal
18:29:35.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-1/wal
18:29:35.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-1/data/data
18:29:35.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:29:35.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:29:35.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:29:35.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:29:35.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:29:35.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:29:35.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:29:35.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:29:35.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:29:35.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:29:35.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:29:35.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.065308 30961 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:29:35.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.066398 30961 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:29:35.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.066763 30961 kserver.cc:163] Server-wide thread pool size limit: 3276
18:29:35.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.087520 30961 rpc_server.cc:307] RPC server started. Bound to: 127.30.40.253:37395
18:29:35.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.087545 31029 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.40.253:37395 every 8 connection(s)
18:29:35.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.089155 30961 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-1/data/info.pb
18:29:35.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.093840 31030 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:29:35.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.099087 30883 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu as pid 30961
18:29:35.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.099274 30883 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-1/wal/instance
18:29:35.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.100327 30883 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:35.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:35.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-2/wal
18:29:35.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-2/data
18:29:35.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:29:35.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:29:35.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:29:35.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:35.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:35.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:35.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-2/logs
18:29:35.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-2/data/info.pb
18:29:35.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:35.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:29:35.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:29:35.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:29:35.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:29:35.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:35.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:35.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:35.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:29:35.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:29:35.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:35.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:35.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.40.252:38289
18:29:35.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.40.252
18:29:35.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:35.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.40.212:34709
18:29:35.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:35.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:35.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:35.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:35.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.40.254:45657,127.30.40.253:37395,127.30.40.252:38289
18:29:35.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:35.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36285/jwks.json
18:29:35.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42339 with env {}
18:29:35.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.100072 31030 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.40.254" port: 45657 } has no permanent_uuid. Determining permanent_uuid...
18:29:35.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.113350 31030 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.40.253" port: 37395 } has no permanent_uuid. Determining permanent_uuid...
18:29:35.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.122562 31030 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } has no permanent_uuid. Determining permanent_uuid...
18:29:35.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.123674 30980 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.40.252:38289: connect: Connection refused (error 111)
18:29:35.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.125329 31030 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.40.252:38289: Network error: Client connection negotiation failed: client connection to 127.30.40.252:38289: connect: Connection refused (error 111)
18:29:35.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.174705 31030 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } attempt: 1
18:29:35.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.176977 31030 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.40.252:38289: Network error: Client connection negotiation failed: client connection to 127.30.40.252:38289: connect: Connection refused (error 111)
18:29:35.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.245276 31030 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } attempt: 2
18:29:35.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.247548 31030 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.40.252:38289: Network error: Client connection negotiation failed: client connection to 127.30.40.252:38289: connect: Connection refused (error 111)
18:29:35.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.325201 30960 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.40.253" port: 37395 } attempt: 5
18:29:35.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.332284 30960 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } has no permanent_uuid. Determining permanent_uuid...
18:29:35.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.334223 30960 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.40.252:38289: Network error: Client connection negotiation failed: client connection to 127.30.40.252:38289: connect: Connection refused (error 111)
18:29:35.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.338817 31030 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } attempt: 3
18:29:35.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.340829 31030 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.40.252:38289: Network error: Client connection negotiation failed: client connection to 127.30.40.252:38289: connect: Connection refused (error 111)
18:29:35.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.385504 30960 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } attempt: 1
18:29:35.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.387784 30960 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.40.252:38289: Network error: Client connection negotiation failed: client connection to 127.30.40.252:38289: connect: Connection refused (error 111)
18:29:35.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.444190 31032 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:29:35.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.444516 31032 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:29:35.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.444591 31032 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:29:35.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.452780 31032 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:29:35.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.452886 31032 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:29:35.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.452944 31032 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:29:35.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.452983 31032 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:29:35.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.453034 31032 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:29:35.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.453068 31032 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:36285/jwks.json
18:29:35.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.456027 30960 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } attempt: 2
18:29:35.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.458164 30960 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.40.252:38289: Network error: Client connection negotiation failed: client connection to 127.30.40.252:38289: connect: Connection refused (error 111)
18:29:35.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.463703 31032 master_runner.cc:387] Master server non-default flags:
18:29:35.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:35.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.40.212:34709
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-2/data
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-2/wal
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:42339
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.40.254:45657,127.30.40.253:37395,127.30.40.252:38289
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.40.252:38289
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:36285/jwks.json
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-2/data/info.pb
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.40.252
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-2/logs
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:29:35.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:29:35.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:29:35.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:29:35.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:24 UTC on bdcb31816ec0
18:29:35.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16870
18:29:35.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:29:35.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.465404 31032 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:29:35.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.467275 31032 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:29:35.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.475914 31040 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:35.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.476258 31039 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:35.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.477240 31042 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:35.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.477521 31032 server_base.cc:1061] running on GCE node
18:29:35.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.478405 31032 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:29:35.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.479897 31032 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:29:35.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.481137 31032 hybrid_clock.cc:648] HybridClock initialized: now 1783535375481100 us; error 38 us; skew 500 ppm
18:29:35.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.481566 31032 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:29:35.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.483876 31032 webserver.cc:534] Webserver started at http://127.30.40.252:43459/ using document root <none> and password file <none>
18:29:35.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.484077 31030 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } attempt: 4
18:29:35.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.484879 31032 fs_manager.cc:362] Metadata directory not provided
18:29:35.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.485013 31032 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:29:35.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.485407 31032 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:29:35.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.485939 31030 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.40.252:38289: Network error: Client connection negotiation failed: client connection to 127.30.40.252:38289: connect: Connection refused (error 111)
18:29:35.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.488543 31032 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-2/data/instance:
18:29:35.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5053063e26ee452999647980bf2f4707"
18:29:35.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:35 on dist-test-slave-9xf3"
18:29:35.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.489244 31032 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-2/wal/instance:
18:29:35.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5053063e26ee452999647980bf2f4707"
18:29:35.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:35 on dist-test-slave-9xf3"
18:29:35.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.494367 31032 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
18:29:35.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.497849 31048 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:29:35.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.499410 31032 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
18:29:35.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.499562 31032 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-2/data,/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-2/wal
18:29:35.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "5053063e26ee452999647980bf2f4707"
18:29:35.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:35 on dist-test-slave-9xf3"
18:29:35.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.499748 31032 fs_report.cc:389] FS layout report
18:29:35.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:29:35.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-2/wal
18:29:35.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-2/wal
18:29:35.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-2/data/data
18:29:35.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:29:35.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:29:35.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:29:35.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:29:35.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:29:35.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:29:35.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:29:35.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:29:35.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:29:35.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:29:35.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:29:35.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.524955 31032 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:29:35.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.525857 31032 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:29:35.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.526114 31032 kserver.cc:163] Server-wide thread pool size limit: 3276
18:29:35.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.548049 31032 rpc_server.cc:307] RPC server started. Bound to: 127.30.40.252:38289
18:29:35.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.548046 31099 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.40.252:38289 every 8 connection(s)
18:29:35.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.549710 31032 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-2/data/info.pb
18:29:35.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.553897 31100 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:29:35.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.558342 30883 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu as pid 31032
18:29:35.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.558571 30883 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1966550737050717349/master-2/wal/instance
18:29:35.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.559819 31100 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.40.254" port: 45657 } has no permanent_uuid. Determining permanent_uuid...
18:29:35.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.564407 30960 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } attempt: 3
18:29:35.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.574765 31100 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.40.253" port: 37395 } has no permanent_uuid. Determining permanent_uuid...
18:29:35.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.582019 30960 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P dec2f6e7e6f24b048823a13374587a8f: Bootstrap starting.
18:29:35.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.582331 31100 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } has no permanent_uuid. Determining permanent_uuid...
18:29:35.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.585916 30960 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P dec2f6e7e6f24b048823a13374587a8f: Neither blocks nor log segments found. Creating new log.
18:29:35.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.588017 30960 log.cc:826] T 00000000000000000000000000000000 P dec2f6e7e6f24b048823a13374587a8f: Log is configured to *not* fsync() on all Append() calls
18:29:35.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.590976 30960 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P dec2f6e7e6f24b048823a13374587a8f: No bootstrap required, opened a new log
18:29:35.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.594805 31100 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707: Bootstrap starting.
18:29:35.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.598505 30960 raft_consensus.cc:359] T 00000000000000000000000000000000 P dec2f6e7e6f24b048823a13374587a8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dec2f6e7e6f24b048823a13374587a8f" member_type: VOTER last_known_addr { host: "127.30.40.254" port: 45657 } } peers { permanent_uuid: "8ab3f952472b428dbffd5cd411095771" member_type: VOTER last_known_addr { host: "127.30.40.253" port: 37395 } } peers { permanent_uuid: "5053063e26ee452999647980bf2f4707" member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } }
18:29:35.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.598870 30960 raft_consensus.cc:385] T 00000000000000000000000000000000 P dec2f6e7e6f24b048823a13374587a8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:29:35.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.598924 31100 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707: Neither blocks nor log segments found. Creating new log.
18:29:35.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.598990 30960 raft_consensus.cc:740] T 00000000000000000000000000000000 P dec2f6e7e6f24b048823a13374587a8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: dec2f6e7e6f24b048823a13374587a8f, State: Initialized, Role: FOLLOWER
18:29:35.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.599735 30960 consensus_queue.cc:260] T 00000000000000000000000000000000 P dec2f6e7e6f24b048823a13374587a8f [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: "dec2f6e7e6f24b048823a13374587a8f" member_type: VOTER last_known_addr { host: "127.30.40.254" port: 45657 } } peers { permanent_uuid: "8ab3f952472b428dbffd5cd411095771" member_type: VOTER last_known_addr { host: "127.30.40.253" port: 37395 } } peers { permanent_uuid: "5053063e26ee452999647980bf2f4707" member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } }
18:29:35.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.600207 31100 log.cc:826] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707: Log is configured to *not* fsync() on all Append() calls
18:29:35.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.600505 30883 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:29:35.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.600806 31106 sys_catalog.cc:455] T 00000000000000000000000000000000 P dec2f6e7e6f24b048823a13374587a8f [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: "dec2f6e7e6f24b048823a13374587a8f" member_type: VOTER last_known_addr { host: "127.30.40.254" port: 45657 } } peers { permanent_uuid: "8ab3f952472b428dbffd5cd411095771" member_type: VOTER last_known_addr { host: "127.30.40.253" port: 37395 } } peers { permanent_uuid: "5053063e26ee452999647980bf2f4707" member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } } }
18:29:35.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.601188 31106 sys_catalog.cc:458] T 00000000000000000000000000000000 P dec2f6e7e6f24b048823a13374587a8f [sys.catalog]: This master's current role is: FOLLOWER
18:29:35.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.602092 30960 sys_catalog.cc:565] T 00000000000000000000000000000000 P dec2f6e7e6f24b048823a13374587a8f [sys.catalog]: configured and running, proceeding with master startup.
18:29:35.603 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:29:35.604 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:29:35.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.605139 31100 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707: No bootstrap required, opened a new log
18:29:35.605 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.30.40.254"
      port: 45657
    }
    bound_http_address {
      host: "127.30.40.254"
      port: 38449
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.30.40.253"
      port: 37395
    }
    bound_http_address {
      host: "127.30.40.253"
      port: 34835
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.30.40.252"
      port: 38289
    }
    bound_http_address {
      host: "127.30.40.252"
      port: 43459
    }
  }
}

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

18:29:35.608 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:29:35.610 [INFO - Metastore-Handler-Pool: Thread-160] (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=7611cd6b-1dd2-435f-865b-ca26ed447313, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.30.40.253:37395,127.30.40.254:45657,127.30.40.252:38289}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:29:35.612 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:29:35.612 [INFO - Metastore-Handler-Pool: Thread-160] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:29:35.612 [INFO - Metastore-Handler-Pool: Thread-160] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@59544c0c, with PersistenceManager: null will be shutdown
18:29:35.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.613127 30914 tablet.cc:2406] T 00000000000000000000000000000000 P dec2f6e7e6f24b048823a13374587a8f: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:29:35.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.613757 31100 raft_consensus.cc:359] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dec2f6e7e6f24b048823a13374587a8f" member_type: VOTER last_known_addr { host: "127.30.40.254" port: 45657 } } peers { permanent_uuid: "8ab3f952472b428dbffd5cd411095771" member_type: VOTER last_known_addr { host: "127.30.40.253" port: 37395 } } peers { permanent_uuid: "5053063e26ee452999647980bf2f4707" member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } }
18:29:35.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.614130 31100 raft_consensus.cc:385] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:29:35.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.614259 31100 raft_consensus.cc:740] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5053063e26ee452999647980bf2f4707, State: Initialized, Role: FOLLOWER
18:29:35.614 [INFO - Metastore-Handler-Pool: Thread-160] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@59544c0c, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3a4d878e created in the thread with id: 160
18:29:35.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.615257 31100 consensus_queue.cc:260] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707 [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: "dec2f6e7e6f24b048823a13374587a8f" member_type: VOTER last_known_addr { host: "127.30.40.254" port: 45657 } } peers { permanent_uuid: "8ab3f952472b428dbffd5cd411095771" member_type: VOTER last_known_addr { host: "127.30.40.253" port: 37395 } } peers { permanent_uuid: "5053063e26ee452999647980bf2f4707" member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } }
18:29:35.616 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:35.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.616901 31118 client.h:373] Failed to connect to Hive Metastore (localhost:42339): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:35.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.623289 30894 master_runner.cc:187] Error getting master registration for 127.30.40.253:37395: OK, instance_id { permanent_uuid: "8ab3f952472b428dbffd5cd411095771" instance_seqno: 1783535375081856 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:29:35.627 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@59544c0c
18:29:35.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.628005 30894 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:29:35.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.641662 31123 catalog_manager.cc:1593] T 00000000000000000000000000000000 P dec2f6e7e6f24b048823a13374587a8f: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:29:35.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.642045 31123 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:29:35.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.653484 31122 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707 [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: "dec2f6e7e6f24b048823a13374587a8f" member_type: VOTER last_known_addr { host: "127.30.40.254" port: 45657 } } peers { permanent_uuid: "8ab3f952472b428dbffd5cd411095771" member_type: VOTER last_known_addr { host: "127.30.40.253" port: 37395 } } peers { permanent_uuid: "5053063e26ee452999647980bf2f4707" member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } } }
18:29:35.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.654117 31122 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707 [sys.catalog]: This master's current role is: FOLLOWER
18:29:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.654963 31100 sys_catalog.cc:565] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707 [sys.catalog]: configured and running, proceeding with master startup.
18:29:35.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.674219 31122 raft_consensus.cc:493] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:29:35.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.674525 31122 raft_consensus.cc:515] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dec2f6e7e6f24b048823a13374587a8f" member_type: VOTER last_known_addr { host: "127.30.40.254" port: 45657 } } peers { permanent_uuid: "8ab3f952472b428dbffd5cd411095771" member_type: VOTER last_known_addr { host: "127.30.40.253" port: 37395 } } peers { permanent_uuid: "5053063e26ee452999647980bf2f4707" member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } }
18:29:35.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.676517 31122 leader_election.cc:290] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers dec2f6e7e6f24b048823a13374587a8f (127.30.40.254:45657), 8ab3f952472b428dbffd5cd411095771 (127.30.40.253:37395)
18:29:35.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.678583 30935 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5053063e26ee452999647980bf2f4707" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dec2f6e7e6f24b048823a13374587a8f" is_pre_election: true
18:29:35.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.679394 30935 raft_consensus.cc:2468] T 00000000000000000000000000000000 P dec2f6e7e6f24b048823a13374587a8f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5053063e26ee452999647980bf2f4707 in term 0.
18:29:35.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.680286 31052 leader_election.cc:304] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707 [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: 5053063e26ee452999647980bf2f4707, dec2f6e7e6f24b048823a13374587a8f; no voters: 
18:29:35.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.681281 31122 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707 [term 0 FOLLOWER]: Leader pre-election won for term 1
18:29:35.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.681475 31122 raft_consensus.cc:493] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:29:35.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.681602 31122 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707 [term 0 FOLLOWER]: Advancing to term 1
18:29:35.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.686070 31122 raft_consensus.cc:515] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dec2f6e7e6f24b048823a13374587a8f" member_type: VOTER last_known_addr { host: "127.30.40.254" port: 45657 } } peers { permanent_uuid: "8ab3f952472b428dbffd5cd411095771" member_type: VOTER last_known_addr { host: "127.30.40.253" port: 37395 } } peers { permanent_uuid: "5053063e26ee452999647980bf2f4707" member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } }
18:29:35.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.688143 30935 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5053063e26ee452999647980bf2f4707" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "dec2f6e7e6f24b048823a13374587a8f"
18:29:35.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.688423 30935 raft_consensus.cc:3060] T 00000000000000000000000000000000 P dec2f6e7e6f24b048823a13374587a8f [term 0 FOLLOWER]: Advancing to term 1
18:29:35.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.693590 30935 raft_consensus.cc:2468] T 00000000000000000000000000000000 P dec2f6e7e6f24b048823a13374587a8f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5053063e26ee452999647980bf2f4707 in term 1.
18:29:35.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.694969 31122 leader_election.cc:290] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707 [CANDIDATE]: Term 1 election: Requested vote from peers dec2f6e7e6f24b048823a13374587a8f (127.30.40.254:45657), 8ab3f952472b428dbffd5cd411095771 (127.30.40.253:37395)
18:29:35.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.695785 31052 leader_election.cc:304] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707 [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: 5053063e26ee452999647980bf2f4707, dec2f6e7e6f24b048823a13374587a8f; no voters: 
18:29:35.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.699347 31122 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707 [term 1 FOLLOWER]: Leader election won for term 1
18:29:35.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.700134 31122 raft_consensus.cc:697] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707 [term 1 LEADER]: Becoming Leader. State: Replica: 5053063e26ee452999647980bf2f4707, State: Running, Role: LEADER
18:29:35.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.701259 31122 consensus_queue.cc:237] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707 [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: "dec2f6e7e6f24b048823a13374587a8f" member_type: VOTER last_known_addr { host: "127.30.40.254" port: 45657 } } peers { permanent_uuid: "8ab3f952472b428dbffd5cd411095771" member_type: VOTER last_known_addr { host: "127.30.40.253" port: 37395 } } peers { permanent_uuid: "5053063e26ee452999647980bf2f4707" member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } }
18:29:35.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.724320 31127 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5053063e26ee452999647980bf2f4707. Latest consensus state: current_term: 1 leader_uuid: "5053063e26ee452999647980bf2f4707" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dec2f6e7e6f24b048823a13374587a8f" member_type: VOTER last_known_addr { host: "127.30.40.254" port: 45657 } } peers { permanent_uuid: "8ab3f952472b428dbffd5cd411095771" member_type: VOTER last_known_addr { host: "127.30.40.253" port: 37395 } } peers { permanent_uuid: "5053063e26ee452999647980bf2f4707" member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } } }
18:29:35.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.725075 31127 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707 [sys.catalog]: This master's current role is: LEADER
18:29:35.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.731808 31132 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
18:29:35.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.751027 31132 catalog_manager.cc:1519] Initializing Kudu cluster ID...
18:29:35.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.767673 30935 raft_consensus.cc:1275] T 00000000000000000000000000000000 P dec2f6e7e6f24b048823a13374587a8f [term 1 FOLLOWER]: Refusing update from remote peer 5053063e26ee452999647980bf2f4707: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:29:35.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.769109 31127 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707 [LEADER]: Connected to new peer: Peer: permanent_uuid: "dec2f6e7e6f24b048823a13374587a8f" member_type: VOTER last_known_addr { host: "127.30.40.254" port: 45657 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:29:35.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.778439 31054 tablet.cc:2406] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:29:35.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.785149 31030 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } attempt: 5
18:29:35.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.799371 31030 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8ab3f952472b428dbffd5cd411095771: Bootstrap starting.
18:29:35.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.804208 31030 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8ab3f952472b428dbffd5cd411095771: Neither blocks nor log segments found. Creating new log.
18:29:35.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.808244 31030 log.cc:826] T 00000000000000000000000000000000 P 8ab3f952472b428dbffd5cd411095771: Log is configured to *not* fsync() on all Append() calls
18:29:35.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.829622 31030 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8ab3f952472b428dbffd5cd411095771: No bootstrap required, opened a new log
18:29:35.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.836338 31106 sys_catalog.cc:455] T 00000000000000000000000000000000 P dec2f6e7e6f24b048823a13374587a8f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5053063e26ee452999647980bf2f4707. Latest consensus state: current_term: 1 leader_uuid: "5053063e26ee452999647980bf2f4707" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dec2f6e7e6f24b048823a13374587a8f" member_type: VOTER last_known_addr { host: "127.30.40.254" port: 45657 } } peers { permanent_uuid: "8ab3f952472b428dbffd5cd411095771" member_type: VOTER last_known_addr { host: "127.30.40.253" port: 37395 } } peers { permanent_uuid: "5053063e26ee452999647980bf2f4707" member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } } }
18:29:35.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.836648 31106 sys_catalog.cc:458] T 00000000000000000000000000000000 P dec2f6e7e6f24b048823a13374587a8f [sys.catalog]: This master's current role is: FOLLOWER
18:29:35.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.839565 31139 mvcc.cc:204] Tried to move back new op lower bound from 7305360899131609088 to 7305360898898550784. Current Snapshot: MvccSnapshot[applied={T|T < 7305360899131609088}]
18:29:35.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.841915 31140 mvcc.cc:204] Tried to move back new op lower bound from 7305360899131609088 to 7305360898898550784. Current Snapshot: MvccSnapshot[applied={T|T < 7305360899131609088}]
18:29:35.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.840514 31030 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8ab3f952472b428dbffd5cd411095771 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dec2f6e7e6f24b048823a13374587a8f" member_type: VOTER last_known_addr { host: "127.30.40.254" port: 45657 } } peers { permanent_uuid: "8ab3f952472b428dbffd5cd411095771" member_type: VOTER last_known_addr { host: "127.30.40.253" port: 37395 } } peers { permanent_uuid: "5053063e26ee452999647980bf2f4707" member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } }
18:29:35.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.849323 31030 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8ab3f952472b428dbffd5cd411095771 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:29:35.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.849858 31030 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8ab3f952472b428dbffd5cd411095771 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ab3f952472b428dbffd5cd411095771, State: Initialized, Role: FOLLOWER
18:29:35.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.850595 31122 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "5053063e26ee452999647980bf2f4707" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dec2f6e7e6f24b048823a13374587a8f" member_type: VOTER last_known_addr { host: "127.30.40.254" port: 45657 } } peers { permanent_uuid: "8ab3f952472b428dbffd5cd411095771" member_type: VOTER last_known_addr { host: "127.30.40.253" port: 37395 } } peers { permanent_uuid: "5053063e26ee452999647980bf2f4707" member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } } }
18:29:35.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.850894 31122 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707 [sys.catalog]: This master's current role is: LEADER
18:29:35.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.851321 31030 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8ab3f952472b428dbffd5cd411095771 [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: "dec2f6e7e6f24b048823a13374587a8f" member_type: VOTER last_known_addr { host: "127.30.40.254" port: 45657 } } peers { permanent_uuid: "8ab3f952472b428dbffd5cd411095771" member_type: VOTER last_known_addr { host: "127.30.40.253" port: 37395 } } peers { permanent_uuid: "5053063e26ee452999647980bf2f4707" member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } }
18:29:35.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.852169 31132 catalog_manager.cc:1382] Generated new cluster ID: daa8a30fd12245a78f6e9d59eaa2aeae
18:29:35.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.852275 31132 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
18:29:35.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.856114 31106 sys_catalog.cc:455] T 00000000000000000000000000000000 P dec2f6e7e6f24b048823a13374587a8f [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "5053063e26ee452999647980bf2f4707" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dec2f6e7e6f24b048823a13374587a8f" member_type: VOTER last_known_addr { host: "127.30.40.254" port: 45657 } } peers { permanent_uuid: "8ab3f952472b428dbffd5cd411095771" member_type: VOTER last_known_addr { host: "127.30.40.253" port: 37395 } } peers { permanent_uuid: "5053063e26ee452999647980bf2f4707" member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } } }
18:29:35.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.856320 31106 sys_catalog.cc:458] T 00000000000000000000000000000000 P dec2f6e7e6f24b048823a13374587a8f [sys.catalog]: This master's current role is: FOLLOWER
18:29:35.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.867599 31145 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8ab3f952472b428dbffd5cd411095771 [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: "dec2f6e7e6f24b048823a13374587a8f" member_type: VOTER last_known_addr { host: "127.30.40.254" port: 45657 } } peers { permanent_uuid: "8ab3f952472b428dbffd5cd411095771" member_type: VOTER last_known_addr { host: "127.30.40.253" port: 37395 } } peers { permanent_uuid: "5053063e26ee452999647980bf2f4707" member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } } }
18:29:35.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.868196 31145 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8ab3f952472b428dbffd5cd411095771 [sys.catalog]: This master's current role is: FOLLOWER
18:29:35.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.871196 31030 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8ab3f952472b428dbffd5cd411095771 [sys.catalog]: configured and running, proceeding with master startup.
18:29:35.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.871587 31003 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8ab3f952472b428dbffd5cd411095771 [term 0 FOLLOWER]: Advancing to term 1
18:29:35.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.874811 31004 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5053063e26ee452999647980bf2f4707" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ab3f952472b428dbffd5cd411095771"
18:29:35.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.875617 31005 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "5053063e26ee452999647980bf2f4707" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ab3f952472b428dbffd5cd411095771" is_pre_election: true
18:29:35.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.876858 31003 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 8ab3f952472b428dbffd5cd411095771 [term 1 FOLLOWER]: Refusing update from remote peer 5053063e26ee452999647980bf2f4707: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:29:35.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.877705 31127 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ab3f952472b428dbffd5cd411095771" member_type: VOTER last_known_addr { host: "127.30.40.253" port: 37395 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:29:35.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.928781 31153 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8ab3f952472b428dbffd5cd411095771 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "5053063e26ee452999647980bf2f4707" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dec2f6e7e6f24b048823a13374587a8f" member_type: VOTER last_known_addr { host: "127.30.40.254" port: 45657 } } peers { permanent_uuid: "8ab3f952472b428dbffd5cd411095771" member_type: VOTER last_known_addr { host: "127.30.40.253" port: 37395 } } peers { permanent_uuid: "5053063e26ee452999647980bf2f4707" member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } } }
18:29:35.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.929111 31153 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8ab3f952472b428dbffd5cd411095771 [sys.catalog]: This master's current role is: FOLLOWER
18:29:35.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.929752 31145 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8ab3f952472b428dbffd5cd411095771 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 5053063e26ee452999647980bf2f4707. Latest consensus state: current_term: 1 leader_uuid: "5053063e26ee452999647980bf2f4707" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dec2f6e7e6f24b048823a13374587a8f" member_type: VOTER last_known_addr { host: "127.30.40.254" port: 45657 } } peers { permanent_uuid: "8ab3f952472b428dbffd5cd411095771" member_type: VOTER last_known_addr { host: "127.30.40.253" port: 37395 } } peers { permanent_uuid: "5053063e26ee452999647980bf2f4707" member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } } }
18:29:35.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.929979 31145 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8ab3f952472b428dbffd5cd411095771 [sys.catalog]: This master's current role is: FOLLOWER
18:29:35.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.932673 31127 sys_catalog.cc:455] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "5053063e26ee452999647980bf2f4707" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "dec2f6e7e6f24b048823a13374587a8f" member_type: VOTER last_known_addr { host: "127.30.40.254" port: 45657 } } peers { permanent_uuid: "8ab3f952472b428dbffd5cd411095771" member_type: VOTER last_known_addr { host: "127.30.40.253" port: 37395 } } peers { permanent_uuid: "5053063e26ee452999647980bf2f4707" member_type: VOTER last_known_addr { host: "127.30.40.252" port: 38289 } } }
18:29:35.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.932888 31127 sys_catalog.cc:458] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707 [sys.catalog]: This master's current role is: LEADER
18:29:35.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.936793 31132 catalog_manager.cc:1405] Generated new certificate authority record
18:29:35.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.941390 31132 catalog_manager.cc:1539] Loading token signing keys...
18:29:35.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.977188 31132 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707: Generated new TSK 0
18:29:35.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:35.979007 31132 catalog_manager.cc:1549] Initializing in-progress tserver states...
18:29:35.992 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:35.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:35.993877 31162 client.h:373] Failed to connect to Hive Metastore (localhost:42339): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:36.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:36.017557 31032 master_runner.cc:187] Error getting master registration for 127.30.40.253:37395: OK, instance_id { permanent_uuid: "8ab3f952472b428dbffd5cd411095771" instance_seqno: 1783535375081856 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:29:36.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:36.024487 31032 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:29:36.028 [INFO - Metastore-Handler-Pool: Thread-164] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:36.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:36.029635 31161 client.h:373] Failed to connect to Hive Metastore (localhost:42339): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:36.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:36.037312 31170 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
18:29:36.232 [WARN - Metastore-Handler-Pool: Thread-160] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:36.246 [WARN - Metastore-Handler-Pool: Thread-160] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:36.246 [WARN - Metastore-Handler-Pool: Thread-160] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:36.424 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:29:36.437 [INFO - Metastore-Handler-Pool: Thread-160] (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/hive14958898312839847179/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=7611cd6b-1dd2-435f-865b-ca26ed447313, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.30.40.253:37395,127.30.40.254:45657,127.30.40.252:38289}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:29:36.440 [INFO - Metastore-Handler-Pool: Thread-160] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive14958898312839847179/external-warehouse/table
18:29:36.526 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:29:36.561 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:3711) Skipping translation for processor with null
18:29:36.569 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:29:36.571 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
18:29:36.574 [INFO - Metastore-Handler-Pool: Thread-160] (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/hive14958898312839847179/external-warehouse/legacy_table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:29:36.576 [INFO - Metastore-Handler-Pool: Thread-160] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive14958898312839847179/external-warehouse/legacy_table
18:29:36.601 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
18:29:36.612 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:3711) Skipping translation for processor with null
18:29:36.613 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:29:36.625 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:29:36.631 [INFO - Metastore-Handler-Pool: Thread-168] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:36.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:36.632484 31118 client.h:373] Failed to connect to Hive Metastore (localhost:42339): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:36.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:36.644491 31123 catalog_manager.cc:1294] Loaded cluster ID: daa8a30fd12245a78f6e9d59eaa2aeae
18:29:36.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:36.644611 31123 catalog_manager.cc:1587] T 00000000000000000000000000000000 P dec2f6e7e6f24b048823a13374587a8f: loading cluster ID for follower catalog manager: success
18:29:36.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:36.648481 31123 catalog_manager.cc:1609] T 00000000000000000000000000000000 P dec2f6e7e6f24b048823a13374587a8f: acquiring CA information for follower catalog manager: success
18:29:36.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:36.651281 31123 catalog_manager.cc:1637] T 00000000000000000000000000000000 P dec2f6e7e6f24b048823a13374587a8f: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:29:36.687 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
18:29:36.687 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:29:36.708 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:29:36.726 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:29:36.735 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
18:29:36.735 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:29:36.744 [DEBUG - Metastore-Handler-Pool: Thread-160] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
18:29:36.746 [DEBUG - Metastore-Handler-Pool: Thread-160] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
18:29:36.747 [DEBUG - Metastore-Handler-Pool: Thread-160] (Connection.java:748) [peer master-127.30.40.253:37395(127.30.40.253:37395)] connecting to peer
18:29:36.748 [DEBUG - Metastore-Handler-Pool: Thread-160] (Connection.java:748) [peer master-127.30.40.254:45657(127.30.40.254:45657)] connecting to peer
18:29:36.750 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.30.40.253:37395(127.30.40.253:37395)] Successfully connected to peer
18:29:36.751 [DEBUG - Metastore-Handler-Pool: Thread-160] (Connection.java:748) [peer master-127.30.40.252:38289(127.30.40.252:38289)] connecting to peer
18:29:36.752 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.30.40.254:45657(127.30.40.254:45657)] Successfully connected to peer
18:29:36.759 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.30.40.253
18:29:36.764 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.30.40.252:38289(127.30.40.252:38289)] Successfully connected to peer
18:29:36.778 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:29:36.781 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.30.40.252
18:29:36.783 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.30.40.254
18:29:36.786 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x38879958, L:/127.0.0.1:54558 - R:/127.30.40.253:37395] using SASL/PLAIN
18:29:36.798 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:29:36.801 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:29:36.803 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x032d189e, L:/127.0.0.1:46890 - R:/127.30.40.252:38289] using SASL/PLAIN
18:29:36.807 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x69d962b0, L:/127.0.0.1:38644 - R:/127.30.40.254:45657] using SASL/PLAIN
18:29:36.809 [DEBUG - kudu-nio-2] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
18:29:36.810 [ERROR - Metastore-Handler-Pool: Thread-160] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
18:29:36.812 [ERROR - Metastore-Handler-Pool: Thread-160] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the existing HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:297)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

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

18:29:36.917 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:29:36.927 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:29:36.938 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
18:29:36.938 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:29:36.942 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:29:36.950 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:29:36.960 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
18:29:36.960 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:29:36.983 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:29:36.991 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:29:36.996 [INFO - Metastore-Handler-Pool: Thread-173] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:36.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:36.997498 31162 client.h:373] Failed to connect to Hive Metastore (localhost:42339): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:37.000 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
18:29:37.000 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:29:37.003 [ERROR - Metastore-Handler-Pool: Thread-160] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
18:29:37.004 [ERROR - Metastore-Handler-Pool: Thread-160] (RetryingHMSHandler.java:148) MetaException(message:Kudu table type may not be altered)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:258)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

18:29:37.005 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:29:37.013 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:29:37.020 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
18:29:37.021 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:29:37.028 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:29:37.032 [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=	
18:29:37.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:37.033134 31161 client.h:373] Failed to connect to Hive Metastore (localhost:42339): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:37.036 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:29:37.045 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
18:29:37.045 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:29:37.051 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:29:37.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:37.057483 31170 catalog_manager.cc:1294] Loaded cluster ID: daa8a30fd12245a78f6e9d59eaa2aeae
18:29:37.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:37.057904 31170 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 8ab3f952472b428dbffd5cd411095771: loading cluster ID for follower catalog manager: success
18:29:37.060 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:29:37.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:37.062392 31170 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 8ab3f952472b428dbffd5cd411095771: acquiring CA information for follower catalog manager: success
18:29:37.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:37.065897 31170 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 8ab3f952472b428dbffd5cd411095771: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:29:37.072 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
18:29:37.072 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:29:37.078 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:29:37.088 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:29:37.101 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
18:29:37.101 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:29:37.180 [ERROR - Metastore-Handler-Pool: Thread-160] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
18:29:37.182 [ERROR - Metastore-Handler-Pool: Thread-160] (RetryingHMSHandler.java:148) MetaException(message:Kudu table columns may not be altered through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkOnlyKuduMasterCanAlterSchema(KuduMetastorePlugin.java:498)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:290)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

18:29:37.183 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:29:37.207 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:29:37.223 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
18:29:37.223 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:29:37.234 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:29:37.243 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:29:37.252 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
18:29:37.252 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:29:37.260 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:29:37.269 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:29:37.279 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
18:29:37.279 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:29:37.286 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:29:37.294 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:3711) Skipping translation for processor with null
18:29:37.296 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:29:37.413 [WARN - Metastore-Handler-Pool: Thread-160] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:37.551 [WARN - Metastore-Handler-Pool: Thread-160] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:37.593 [WARN - Metastore-Handler-Pool: Thread-160] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:37.635 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:37.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:37.635842 31118 client.h:373] Failed to connect to Hive Metastore (localhost:42339): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:37.678 [WARN - Metastore-Handler-Pool: Thread-160] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive14958898312839847179/warehouse/default/table
18:29:37.679 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:29:37.681 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:29:37.683 [INFO - Metastore-Handler-Pool: Thread-160] (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/hive14958898312839847179/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:29:37.684 [WARN - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:2452) Location: file:/tmp/hive14958898312839847179/external-warehouse/table specified for non-external table:table
18:29:37.685 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
18:29:37.685 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:29:37.703 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:29:37.716 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:3711) Skipping translation for processor with null
18:29:37.717 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:29:37.724 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:29:37.735 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
18:29:37.735 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:29:37.738 [ERROR - Metastore-Handler-Pool: Thread-160] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
18:29:37.739 [ERROR - Metastore-Handler-Pool: Thread-160] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

18:29:37.756 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:29:37.762 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:29:37.768 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
18:29:37.768 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:29:37.771 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=legacy_table	
18:29:37.777 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
18:29:37.784 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
18:29:37.784 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
18:29:37.789 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:29:37.795 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:3711) Skipping translation for processor with null
18:29:37.795 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:29:37.830 [INFO - Metastore-Handler-Pool: Thread-160] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:29:37.832 [INFO - Metastore-Handler-Pool: Thread-160] (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=7611cd6b-1dd2-435f-865b-ca26ed447313, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.30.40.253:37395,127.30.40.254:45657,127.30.40.252:38289}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:29:37.833 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:29:37.834 [INFO - Metastore-Handler-Pool: Thread-160] (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/hive14958898312839847179/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=7611cd6b-1dd2-435f-865b-ca26ed447313, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.30.40.253:37395,127.30.40.254:45657,127.30.40.252:38289}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:29:37.835 [INFO - Metastore-Handler-Pool: Thread-160] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive14958898312839847179/external-warehouse/table
18:29:37.847 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:29:37.852 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:3711) Skipping translation for processor with null
18:29:37.853 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:29:37.859 [INFO - Metastore-Handler-Pool: Thread-160] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:29:37.865 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:473) Updating table stats for table
18:29:37.865 [INFO - Metastore-Handler-Pool: Thread-160] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:29:37.870 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:29:37.875 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:3711) Skipping translation for processor with null
18:29:37.876 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:29:37.903 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:29:37.903 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:29:37.903 [INFO - Metastore-Handler-Pool: Thread-160] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@59544c0c, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3a4d878e will be shutdown
18:29:37.903 [INFO - Metastore-Handler-Pool: Thread-160] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:29:37.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:37.904003 30883 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu pid 30894
18:29:37.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:37.905663 30955 generic_service.cc:196] Checking for leaks (request via RPC)
18:29:38.000 [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=	
18:29:38.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:38.000993 31162 client.h:373] Failed to connect to Hive Metastore (localhost:42339): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:38.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:38.033347 30883 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu with pid 30894
18:29:38.035 [INFO - Metastore-Handler-Pool: Thread-178] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:38.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:38.036316 31161 client.h:373] Failed to connect to Hive Metastore (localhost:42339): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:38.054 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.30.40.254:45657(127.30.40.254:45657)] handling channelInactive
18:29:38.054 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.30.40.254:45657(127.30.40.254:45657)] cleaning up while in state READY due to: connection closed
18:29:38.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:38.054742 30883 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu pid 30961
18:29:38.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:38.056007 31025 generic_service.cc:196] Checking for leaks (request via RPC)
18:29:38.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:38.059537 31052 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.40.254:45657: connect: Connection refused (error 111)
18:29:38.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:38.060984 31052 consensus_peers.cc:597] T 00000000000000000000000000000000 P 5053063e26ee452999647980bf2f4707 -> Peer dec2f6e7e6f24b048823a13374587a8f (127.30.40.254:45657): Couldn't send request to peer dec2f6e7e6f24b048823a13374587a8f. Status: Network error: Client connection negotiation failed: client connection to 127.30.40.254:45657: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
18:29:38.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:38.190997 30883 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu with pid 30961
18:29:38.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:38.211525 30883 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu pid 31032
18:29:38.211 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.30.40.253:37395(127.30.40.253:37395)] handling channelInactive
18:29:38.212 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.30.40.253:37395(127.30.40.253:37395)] cleaning up while in state READY due to: connection closed
18:29:38.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:38.212857 31095 generic_service.cc:196] Checking for leaks (request via RPC)
18:29:38.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:38.345466 30883 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu with pid 31032
18:29:38.372 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.30.40.252:38289(127.30.40.252:38289)] handling channelInactive
18:29:38.372 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.30.40.252:38289(127.30.40.252:38289)] cleaning up while in state READY due to: connection closed
18:29:38.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:29:38Z chronyd exiting
.18:29:38.504 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:29:38.505 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:29:38.505 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:29:38.521 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive16720967411974562041
18:29:38.522 [INFO - Thread-125] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:29:38.522 [INFO - Thread-125] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:29:38.524 [INFO - Thread-125] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:29:38.524 [INFO - Thread-125] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:29:38.524 [INFO - Thread-125] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:29:38.525 [INFO - Thread-125] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:29:38.526 [INFO - Thread-125] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:29:38.526 [INFO - Thread-125] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:29:38.527 [INFO - Thread-125] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:29:38.527 [INFO - Thread-125] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:29:38.529 [INFO - Thread-125] (HikariDataSource.java:80) objectstore - Starting...
18:29:38.624 [INFO - Thread-125] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:29:38.625 [INFO - Thread-125] (HikariDataSource.java:82) objectstore - Start completed.
18:29:38.625 [INFO - Thread-125] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:29:38.627 [INFO - Thread-125] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:29:38.632 [INFO - Thread-125] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:29:38.633 [INFO - Thread-125] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:29:38.648 [INFO - Thread-125] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:29:38.649 [INFO - Thread-125] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:29:38.649 [INFO - Thread-125] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:29:38.696 [WARN - Thread-125] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:38.697 [WARN - Thread-125] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:38.698 [WARN - Thread-125] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:38.698 [WARN - Thread-125] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:38.698 [WARN - Thread-125] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:38.699 [WARN - Thread-125] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:38.915 [INFO - Thread-125] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:29:38.916 [INFO - Thread-125] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@25c30e2a, with PersistenceManager: null will be shutdown
18:29:38.916 [INFO - Thread-125] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@25c30e2a, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4e3b63b0 created in the thread with id: 179
18:29:38.918 [WARN - Thread-125] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
18:29:38.919 [INFO - Thread-125] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@25c30e2a
18:29:39.027 [INFO - Thread-125] (HMSHandler.java:595) Started creating a default database with name: default
18:29:39.045 [INFO - Thread-125] (HMSHandler.java:605) Successfully created a default database with name: default
18:29:39.068 [INFO - Thread-125] (HMSHandler.java:668) Added admin role in metastore
18:29:39.069 [INFO - Thread-125] (HMSHandler.java:677) Added public role in metastore
18:29:39.099 [INFO - Thread-125] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:29:39.099 [INFO - Thread-125] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:29:39.100 [INFO - Thread-125] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:29:39.100 [INFO - Thread-125] (HiveMetaStore.java:697) Direct SQL optimization = true
18:29:39.100 [WARN - Thread-125] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
18:29:39.101 [INFO - Thread-125] (HiveMetaStore.java:632) Started the new metaserver on port [33891]...
18:29:39.101 [INFO - Thread-125] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:29:39.101 [INFO - Thread-125] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:29:39.101 [INFO - Thread-125] (HiveMetaStore.java:635) TCP keepalive = true
18:29:39.101 [INFO - Thread-125] (HiveMetaStore.java:636) Enable SSL = false
18:29:39.524 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:29:39.525 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:29:39.525 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:29:39.531 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:29:39.531 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:33891]
18:29:39.531 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:33891) in binary transport mode
18:29:39.532 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:33891) current connections: 1
18:29:39.533 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXx0CNc/test-tmp
18:29:39.533 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
18:29:39.533 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXx0CNc/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
18:29:39.536 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:33891"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

18:29:39.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.874413 31223 mini_oidc.cc:150] Starting JWKS server
18:29:39.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.876791 31223 webserver.cc:534] Webserver started at http://127.0.0.1:40351/ using document root <none> and password file <none>
18:29:39.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.877019 31223 mini_oidc.cc:186] Starting OIDC Discovery server
18:29:39.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.877489 31223 webserver.cc:534] Webserver started at http://127.0.0.1:45305/ using document root <none> and password file <none>
18:29:39.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:29:39Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:29:39.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:29:39Z Disabled control of system clock
18:29:39.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:39.907217 31223 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:39.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:39.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-0/wal
18:29:39.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-0/data
18:29:39.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:29:39.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:29:39.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:29:39.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:39.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:39.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:39.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-0/logs
18:29:39.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-0/data/info.pb
18:29:39.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:39.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:29:39.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:29:39.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:29:39.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:29:39.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:39.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:39.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:39.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:29:39.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:29:39.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:39.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:39.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.125.254:44187
18:29:39.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.125.254
18:29:39.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:39.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.125.212:44779
18:29:39.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:39.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:39.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:39.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:39.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.125.254:44187,127.30.125.253:43569,127.30.125.252:44787
18:29:39.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:39.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40351/jwks.json
18:29:39.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33891 with env {}
18:29:40.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.239727 31234 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:29:40.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.240136 31234 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:29:40.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.240264 31234 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:29:40.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.249605 31234 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:29:40.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.249701 31234 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:29:40.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.249759 31234 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:29:40.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.249799 31234 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:29:40.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.249861 31234 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:29:40.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.249895 31234 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40351/jwks.json
18:29:40.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.260046 31234 master_runner.cc:387] Master server non-default flags:
18:29:40.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:40.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.125.212:44779
18:29:40.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:40.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:40.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-0/data
18:29:40.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-0/wal
18:29:40.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33891
18:29:40.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.125.254:44187,127.30.125.253:43569,127.30.125.252:44787
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.125.254:44187
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40351/jwks.json
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-0/data/info.pb
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.125.254
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-0/logs
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:24 UTC on bdcb31816ec0
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16870
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:29:40.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.261723 31234 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:29:40.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.263564 31234 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:29:40.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.272253 31240 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:40.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.272511 31239 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:40.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.273613 31242 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:40.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.273995 31234 server_base.cc:1061] running on GCE node
18:29:40.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.274978 31234 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:29:40.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.276618 31234 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:29:40.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.277854 31234 hybrid_clock.cc:648] HybridClock initialized: now 1783535380277808 us; error 120 us; skew 500 ppm
18:29:40.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.278275 31234 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:29:40.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.280906 31234 webserver.cc:534] Webserver started at http://127.30.125.254:36121/ using document root <none> and password file <none>
18:29:40.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.281665 31234 fs_manager.cc:362] Metadata directory not provided
18:29:40.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.281764 31234 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:29:40.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.282073 31234 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:29:40.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.284716 31234 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-0/data/instance:
18:29:40.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7529e5840aa54dcbb720b41e848442ae"
18:29:40.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:40 on dist-test-slave-9xf3"
18:29:40.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.285501 31234 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-0/wal/instance:
18:29:40.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7529e5840aa54dcbb720b41e848442ae"
18:29:40.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:40 on dist-test-slave-9xf3"
18:29:40.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.291527 31234 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.003s	sys 0.005s
18:29:40.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.295284 31248 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:29:40.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.296890 31234 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.002s
18:29:40.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.297098 31234 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-0/data,/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-0/wal
18:29:40.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "7529e5840aa54dcbb720b41e848442ae"
18:29:40.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:40 on dist-test-slave-9xf3"
18:29:40.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.297389 31234 fs_report.cc:389] FS layout report
18:29:40.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:29:40.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-0/wal
18:29:40.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-0/wal
18:29:40.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-0/data/data
18:29:40.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:29:40.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:29:40.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:29:40.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:29:40.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:29:40.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:29:40.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:29:40.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:29:40.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:29:40.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:29:40.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:29:40.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.309599 31234 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:29:40.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.310609 31234 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:29:40.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.310971 31234 kserver.cc:163] Server-wide thread pool size limit: 3276
18:29:40.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.331528 31234 rpc_server.cc:307] RPC server started. Bound to: 127.30.125.254:44187
18:29:40.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.331565 31299 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.125.254:44187 every 8 connection(s)
18:29:40.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.333130 31234 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-0/data/info.pb
18:29:40.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.334530 31223 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu as pid 31234
18:29:40.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.334890 31223 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-0/wal/instance
18:29:40.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.337656 31223 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:40.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:40.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-1/wal
18:29:40.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-1/data
18:29:40.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:29:40.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:29:40.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:29:40.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:40.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:40.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:40.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-1/logs
18:29:40.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-1/data/info.pb
18:29:40.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:40.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:29:40.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:29:40.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:29:40.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:29:40.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:40.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:40.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:40.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:29:40.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:29:40.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:40.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:40.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.125.253:43569
18:29:40.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.125.253
18:29:40.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:40.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.125.212:44779
18:29:40.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:40.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:40.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:40.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:40.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.125.254:44187,127.30.125.253:43569,127.30.125.252:44787
18:29:40.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:40.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40351/jwks.json
18:29:40.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33891 with env {}
18:29:40.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.338083 31300 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:29:40.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.346550 31300 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.125.254" port: 44187 } has no permanent_uuid. Determining permanent_uuid...
18:29:40.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.367811 31300 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.125.253" port: 43569 } has no permanent_uuid. Determining permanent_uuid...
18:29:40.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.369016 31252 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.125.253:43569: connect: Connection refused (error 111)
18:29:40.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.370667 31300 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.125.253:43569: Network error: Client connection negotiation failed: client connection to 127.30.125.253:43569: connect: Connection refused (error 111)
18:29:40.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.420089 31300 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.125.253" port: 43569 } attempt: 1
18:29:40.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.422163 31300 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.125.253:43569: Network error: Client connection negotiation failed: client connection to 127.30.125.253:43569: connect: Connection refused (error 111)
18:29:40.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.490411 31300 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.125.253" port: 43569 } attempt: 2
18:29:40.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.492488 31300 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.125.253:43569: Network error: Client connection negotiation failed: client connection to 127.30.125.253:43569: connect: Connection refused (error 111)
18:29:40.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.583783 31300 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.125.253" port: 43569 } attempt: 3
18:29:40.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.586144 31300 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.125.253:43569: Network error: Client connection negotiation failed: client connection to 127.30.125.253:43569: connect: Connection refused (error 111)
18:29:40.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.671193 31301 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:29:40.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.671494 31301 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:29:40.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.671568 31301 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:29:40.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.679793 31301 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:29:40.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.679886 31301 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:29:40.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.679944 31301 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:29:40.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.679983 31301 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:29:40.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.680033 31301 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:29:40.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.680094 31301 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40351/jwks.json
18:29:40.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.690279 31301 master_runner.cc:387] Master server non-default flags:
18:29:40.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:40.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.125.212:44779
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-1/data
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-1/wal
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33891
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.125.254:44187,127.30.125.253:43569,127.30.125.252:44787
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.125.253:43569
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40351/jwks.json
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-1/data/info.pb
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.125.253
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-1/logs
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:24 UTC on bdcb31816ec0
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16870
18:29:40.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:29:40.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.692344 31301 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:29:40.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.694814 31301 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:29:40.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.703940 31310 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:40.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.703962 31309 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:40.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.704649 31312 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:40.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.706061 31301 server_base.cc:1061] running on GCE node
18:29:40.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.706851 31301 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:29:40.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.708303 31301 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:29:40.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.709508 31301 hybrid_clock.cc:648] HybridClock initialized: now 1783535380709455 us; error 49 us; skew 500 ppm
18:29:40.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.709815 31301 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:29:40.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.712147 31301 webserver.cc:534] Webserver started at http://127.30.125.253:38525/ using document root <none> and password file <none>
18:29:40.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.712853 31301 fs_manager.cc:362] Metadata directory not provided
18:29:40.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.712940 31301 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:29:40.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.713243 31301 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:29:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.715737 31301 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-1/data/instance:
18:29:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f13cab9db21b4fe4959e23d15d44f0a6"
18:29:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:40 on dist-test-slave-9xf3"
18:29:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.716475 31301 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-1/wal/instance:
18:29:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f13cab9db21b4fe4959e23d15d44f0a6"
18:29:40.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:40 on dist-test-slave-9xf3"
18:29:40.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.721853 31301 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
18:29:40.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.725455 31318 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:29:40.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.727041 31301 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
18:29:40.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.727217 31301 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-1/data,/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-1/wal
18:29:40.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f13cab9db21b4fe4959e23d15d44f0a6"
18:29:40.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:40 on dist-test-slave-9xf3"
18:29:40.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.727448 31301 fs_report.cc:389] FS layout report
18:29:40.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:29:40.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-1/wal
18:29:40.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-1/wal
18:29:40.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-1/data/data
18:29:40.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:29:40.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:29:40.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:29:40.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:29:40.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:29:40.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:29:40.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:29:40.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:29:40.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:29:40.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:29:40.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:29:40.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.729425 31300 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.125.253" port: 43569 } attempt: 4
18:29:40.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.731699 31300 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.125.253:43569: Network error: Client connection negotiation failed: client connection to 127.30.125.253:43569: connect: Connection refused (error 111)
18:29:40.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.741763 31301 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:29:40.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.742622 31301 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:29:40.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.742944 31301 kserver.cc:163] Server-wide thread pool size limit: 3276
18:29:40.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.765300 31301 rpc_server.cc:307] RPC server started. Bound to: 127.30.125.253:43569
18:29:40.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.765324 31369 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.125.253:43569 every 8 connection(s)
18:29:40.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.766912 31301 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-1/data/info.pb
18:29:40.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.771201 31370 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:29:40.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.775081 31223 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu as pid 31301
18:29:40.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.775261 31223 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-1/wal/instance
18:29:40.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.776574 31223 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:40.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:40.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-2/wal
18:29:40.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-2/data
18:29:40.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-2/logs
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-2/data/info.pb
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.125.252:44787
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.125.252
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.125.212:44779
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.125.254:44187,127.30.125.253:43569,127.30.125.252:44787
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40351/jwks.json
18:29:40.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33891 with env {}
18:29:40.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.778283 31370 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.125.254" port: 44187 } has no permanent_uuid. Determining permanent_uuid...
18:29:40.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.793030 31370 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.125.253" port: 43569 } has no permanent_uuid. Determining permanent_uuid...
18:29:40.803 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.802673 31370 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.125.252" port: 44787 } has no permanent_uuid. Determining permanent_uuid...
18:29:40.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.803910 31319 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.125.252:44787: connect: Connection refused (error 111)
18:29:40.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.805751 31370 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.125.252:44787: Network error: Client connection negotiation failed: client connection to 127.30.125.252:44787: connect: Connection refused (error 111)
18:29:40.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.855105 31370 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.125.252" port: 44787 } attempt: 1
18:29:40.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.857458 31370 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.125.252:44787: Network error: Client connection negotiation failed: client connection to 127.30.125.252:44787: connect: Connection refused (error 111)
18:29:40.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:40.925695 31370 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.125.252" port: 44787 } attempt: 2
18:29:40.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:40.927873 31370 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.125.252:44787: Network error: Client connection negotiation failed: client connection to 127.30.125.252:44787: connect: Connection refused (error 111)
18:29:41.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.019132 31370 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.125.252" port: 44787 } attempt: 3
18:29:41.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.021482 31370 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.125.252:44787: Network error: Client connection negotiation failed: client connection to 127.30.125.252:44787: connect: Connection refused (error 111)
18:29:41.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.030947 31300 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.125.253" port: 43569 } attempt: 5
18:29:41.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.038010 31300 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.125.252" port: 44787 } has no permanent_uuid. Determining permanent_uuid...
18:29:41.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.040067 31300 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.125.252:44787: Network error: Client connection negotiation failed: client connection to 127.30.125.252:44787: connect: Connection refused (error 111)
18:29:41.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.091316 31300 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.125.252" port: 44787 } attempt: 1
18:29:41.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.093487 31300 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.125.252:44787: Network error: Client connection negotiation failed: client connection to 127.30.125.252:44787: connect: Connection refused (error 111)
18:29:41.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.118372 31371 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:29:41.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.118750 31371 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:29:41.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.118866 31371 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:29:41.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.126931 31371 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:29:41.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.127079 31371 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:29:41.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.127168 31371 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:29:41.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.127233 31371 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:29:41.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.127310 31371 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:29:41.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.127368 31371 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40351/jwks.json
18:29:41.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.137486 31371 master_runner.cc:387] Master server non-default flags:
18:29:41.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:41.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.125.212:44779
18:29:41.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-2/data
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-2/wal
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33891
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.125.254:44187,127.30.125.253:43569,127.30.125.252:44787
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.125.252:44787
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40351/jwks.json
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-2/data/info.pb
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.125.252
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-2/logs
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:29:41.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:29:41.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:29:41.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:24 UTC on bdcb31816ec0
18:29:41.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16870
18:29:41.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:29:41.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.139647 31371 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:29:41.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.141531 31371 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:29:41.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.149452 31380 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:41.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.149475 31379 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:41.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.150440 31382 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:41.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.150911 31371 server_base.cc:1061] running on GCE node
18:29:41.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.151711 31371 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:29:41.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.153198 31371 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:29:41.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.154421 31371 hybrid_clock.cc:648] HybridClock initialized: now 1783535381154344 us; error 73 us; skew 500 ppm
18:29:41.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.154886 31371 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:29:41.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.157212 31371 webserver.cc:534] Webserver started at http://127.30.125.252:40437/ using document root <none> and password file <none>
18:29:41.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.157967 31371 fs_manager.cc:362] Metadata directory not provided
18:29:41.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.158115 31371 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:29:41.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.158497 31371 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:29:41.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.161019 31371 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-2/data/instance:
18:29:41.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0a2c5df0952b44258bf783495a80202c"
18:29:41.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:41 on dist-test-slave-9xf3"
18:29:41.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.161705 31300 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.125.252" port: 44787 } attempt: 2
18:29:41.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.161974 31371 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-2/wal/instance:
18:29:41.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0a2c5df0952b44258bf783495a80202c"
18:29:41.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:41 on dist-test-slave-9xf3"
18:29:41.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.163940 31300 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.125.252:44787: Network error: Client connection negotiation failed: client connection to 127.30.125.252:44787: connect: Connection refused (error 111)
18:29:41.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.164752 31370 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.125.252" port: 44787 } attempt: 4
18:29:41.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.166836 31370 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.125.252:44787: Network error: Client connection negotiation failed: client connection to 127.30.125.252:44787: connect: Connection refused (error 111)
18:29:41.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.169075 31371 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.003s
18:29:41.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.172863 31388 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:29:41.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.174401 31371 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
18:29:41.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.174597 31371 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-2/data,/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-2/wal
18:29:41.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0a2c5df0952b44258bf783495a80202c"
18:29:41.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:41 on dist-test-slave-9xf3"
18:29:41.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.174913 31371 fs_report.cc:389] FS layout report
18:29:41.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:29:41.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-2/wal
18:29:41.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-2/wal
18:29:41.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-2/data/data
18:29:41.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:29:41.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:29:41.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:29:41.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:29:41.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:29:41.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:29:41.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:29:41.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:29:41.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:29:41.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:29:41.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:29:41.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.205191 31371 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:29:41.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.206218 31371 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:29:41.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.206557 31371 kserver.cc:163] Server-wide thread pool size limit: 3276
18:29:41.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.228529 31371 rpc_server.cc:307] RPC server started. Bound to: 127.30.125.252:44787
18:29:41.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.228590 31439 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.125.252:44787 every 8 connection(s)
18:29:41.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.230196 31371 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-2/data/info.pb
18:29:41.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.235129 31223 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu as pid 31371
18:29:41.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.235332 31223 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster10716794909678825891/master-2/wal/instance
18:29:41.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.235718 31440 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:29:41.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.244454 31440 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.125.254" port: 44187 } has no permanent_uuid. Determining permanent_uuid...
18:29:41.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.261312 31440 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.125.253" port: 43569 } has no permanent_uuid. Determining permanent_uuid...
18:29:41.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.268525 31440 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.125.252" port: 44787 } has no permanent_uuid. Determining permanent_uuid...
18:29:41.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.270174 31300 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.125.252" port: 44787 } attempt: 3
18:29:41.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.283133 31440 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0a2c5df0952b44258bf783495a80202c: Bootstrap starting.
18:29:41.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.285216 31300 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7529e5840aa54dcbb720b41e848442ae: Bootstrap starting.
18:29:41.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.289461 31300 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7529e5840aa54dcbb720b41e848442ae: Neither blocks nor log segments found. Creating new log.
18:29:41.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.289652 31223 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:29:41.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.290002 31440 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0a2c5df0952b44258bf783495a80202c: Neither blocks nor log segments found. Creating new log.
18:29:41.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.291258 31440 log.cc:826] T 00000000000000000000000000000000 P 0a2c5df0952b44258bf783495a80202c: Log is configured to *not* fsync() on all Append() calls
18:29:41.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.291257 31300 log.cc:826] T 00000000000000000000000000000000 P 7529e5840aa54dcbb720b41e848442ae: Log is configured to *not* fsync() on all Append() calls
18:29:41.292 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:29:41.292 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:29:41.294 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.30.125.254"
      port: 44187
    }
    bound_http_address {
      host: "127.30.125.254"
      port: 36121
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.30.125.253"
      port: 43569
    }
    bound_http_address {
      host: "127.30.125.253"
      port: 38525
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.30.125.252"
      port: 44787
    }
    bound_http_address {
      host: "127.30.125.252"
      port: 40437
    }
  }
}

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

18:29:41.295 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:29:41.297 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:29:41.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.297474 31223 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu pid 31234
18:29:41.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.299114 31295 generic_service.cc:196] Checking for leaks (request via RPC)
18:29:41.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.314579 31440 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0a2c5df0952b44258bf783495a80202c: No bootstrap required, opened a new log
18:29:41.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.320098 31440 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0a2c5df0952b44258bf783495a80202c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7529e5840aa54dcbb720b41e848442ae" member_type: VOTER last_known_addr { host: "127.30.125.254" port: 44187 } } peers { permanent_uuid: "f13cab9db21b4fe4959e23d15d44f0a6" member_type: VOTER last_known_addr { host: "127.30.125.253" port: 43569 } } peers { permanent_uuid: "0a2c5df0952b44258bf783495a80202c" member_type: VOTER last_known_addr { host: "127.30.125.252" port: 44787 } }
18:29:41.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.320459 31440 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0a2c5df0952b44258bf783495a80202c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:29:41.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.320575 31440 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0a2c5df0952b44258bf783495a80202c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0a2c5df0952b44258bf783495a80202c, State: Initialized, Role: FOLLOWER
18:29:41.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.321327 31440 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0a2c5df0952b44258bf783495a80202c [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: "7529e5840aa54dcbb720b41e848442ae" member_type: VOTER last_known_addr { host: "127.30.125.254" port: 44187 } } peers { permanent_uuid: "f13cab9db21b4fe4959e23d15d44f0a6" member_type: VOTER last_known_addr { host: "127.30.125.253" port: 43569 } } peers { permanent_uuid: "0a2c5df0952b44258bf783495a80202c" member_type: VOTER last_known_addr { host: "127.30.125.252" port: 44787 } }
18:29:41.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.322387 31448 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0a2c5df0952b44258bf783495a80202c [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: "7529e5840aa54dcbb720b41e848442ae" member_type: VOTER last_known_addr { host: "127.30.125.254" port: 44187 } } peers { permanent_uuid: "f13cab9db21b4fe4959e23d15d44f0a6" member_type: VOTER last_known_addr { host: "127.30.125.253" port: 43569 } } peers { permanent_uuid: "0a2c5df0952b44258bf783495a80202c" member_type: VOTER last_known_addr { host: "127.30.125.252" port: 44787 } } }
18:29:41.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.322863 31448 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0a2c5df0952b44258bf783495a80202c [sys.catalog]: This master's current role is: FOLLOWER
18:29:41.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.323711 31440 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0a2c5df0952b44258bf783495a80202c [sys.catalog]: configured and running, proceeding with master startup.
18:29:41.333 [INFO - Metastore-Handler-Pool: Thread-202] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:29:41.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.334532 31459 client.h:373] Failed to connect to Hive Metastore (localhost:33891): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:29:41.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.341768 31463 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 0a2c5df0952b44258bf783495a80202c: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:29:41.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.342151 31463 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:29:41.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.432224 31371 master_runner.cc:187] Error getting master registration for 127.30.125.254:44187: OK, instance_id { permanent_uuid: "7529e5840aa54dcbb720b41e848442ae" instance_seqno: 1783535380325976 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:29:41.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.438689 31371 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:29:41.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.441062 31223 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu with pid 31234
18:29:41.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.459079 31394 tablet.cc:2406] T 00000000000000000000000000000000 P 0a2c5df0952b44258bf783495a80202c: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:29:41.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.465083 31223 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu pid 31301
18:29:41.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.466092 31370 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.125.252" port: 44787 } attempt: 5
18:29:41.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.466367 31365 generic_service.cc:196] Checking for leaks (request via RPC)
18:29:41.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.581583 31223 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu with pid 31301
18:29:41.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.604324 31223 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu pid 31371
18:29:41.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:41.605470 31444 negotiation.cc:336] Failed RPC negotiation. Trace:
18:29:41.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 18:29:41.467093 (+     0us) reactor.cc:730] Submitting negotiation task for server connection from 127.0.0.1:42808 (local address 127.30.125.252:44787)
18:29:41.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 18:29:41.467265 (+   172us) server_negotiation.cc:207] Beginning negotiation
18:29:41.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 18:29:41.467271 (+     6us) server_negotiation.cc:400] Waiting for connection header
18:29:41.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 18:29:41.467293 (+    22us) server_negotiation.cc:408] Connection header received
18:29:41.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 18:29:41.467380 (+    87us) server_negotiation.cc:366] Received NEGOTIATE NegotiatePB request
18:29:41.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 18:29:41.467385 (+     5us) server_negotiation.cc:462] Received NEGOTIATE request from client
18:29:41.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 18:29:41.467465 (+    80us) server_negotiation.cc:378] Sending NEGOTIATE NegotiatePB response
18:29:41.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 18:29:41.467561 (+    96us) server_negotiation.cc:227] Negotiated authn=SASL
18:29:41.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 18:29:41.581518 (+113957us) server_negotiation.cc:366] Received TLS_HANDSHAKE NegotiatePB request
18:29:41.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 18:29:41.582957 (+  1439us) server_negotiation.cc:378] Sending TLS_HANDSHAKE NegotiatePB response
18:29:41.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 18:29:41.604125 (+ 21168us) negotiation.cc:326] Negotiation complete: Network error: Server connection negotiation failed: server connection from 127.0.0.1:42808: BlockingRecv error: recv error from unknown peer: Transport endpoint is not connected (error 107)
18:29:41.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {"server-negotiator.queue_time_us":67}
18:29:41.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.606055 31435 generic_service.cc:196] Checking for leaks (request via RPC)
18:29:41.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:41.712648 31223 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu with pid 31371
18:29:41.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:29:41Z chronyd exiting
.18:29:41.855 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:29:41.856 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:29:41.856 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:29:41.873 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive1039926963184128637
18:29:41.874 [INFO - Thread-142] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:29:41.874 [INFO - Thread-142] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:29:41.876 [INFO - Thread-142] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:29:41.876 [INFO - Thread-142] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:29:41.876 [INFO - Thread-142] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:29:41.877 [INFO - Thread-142] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:29:41.878 [INFO - Thread-142] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:29:41.878 [INFO - Thread-142] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:29:41.879 [INFO - Thread-142] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:29:41.879 [INFO - Thread-142] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:29:41.881 [INFO - Thread-142] (HikariDataSource.java:80) objectstore - Starting...
18:29:41.940 [INFO - Thread-142] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:29:41.940 [INFO - Thread-142] (HikariDataSource.java:82) objectstore - Start completed.
18:29:41.941 [INFO - Thread-142] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:29:41.942 [INFO - Thread-142] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:29:41.944 [INFO - Thread-142] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:29:41.944 [INFO - Thread-142] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:29:41.957 [INFO - Thread-142] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:29:41.957 [INFO - Thread-142] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:29:41.957 [INFO - Thread-142] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:29:41.978 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:41.978 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:41.979 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:41.979 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:41.979 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:41.980 [WARN - Thread-142] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:29:42.149 [INFO - Thread-142] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:29:42.149 [INFO - Thread-142] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@cfa333e, with PersistenceManager: null will be shutdown
18:29:42.149 [INFO - Thread-142] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@cfa333e, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1a73b0f created in the thread with id: 203
18:29:42.151 [WARN - Thread-142] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
18:29:42.152 [INFO - Thread-142] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@cfa333e
18:29:42.250 [INFO - Thread-142] (HMSHandler.java:595) Started creating a default database with name: default
18:29:42.266 [INFO - Thread-142] (HMSHandler.java:605) Successfully created a default database with name: default
18:29:42.289 [INFO - Thread-142] (HMSHandler.java:668) Added admin role in metastore
18:29:42.291 [INFO - Thread-142] (HMSHandler.java:677) Added public role in metastore
18:29:42.320 [INFO - Thread-142] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:29:42.321 [INFO - Thread-142] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:29:42.321 [INFO - Thread-142] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:29:42.322 [INFO - Thread-142] (HiveMetaStore.java:697) Direct SQL optimization = true
18:29:42.322 [WARN - Thread-142] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
18:29:42.322 [INFO - Thread-142] (HiveMetaStore.java:632) Started the new metaserver on port [34169]...
18:29:42.322 [INFO - Thread-142] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:29:42.322 [INFO - Thread-142] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:29:42.322 [INFO - Thread-142] (HiveMetaStore.java:635) TCP keepalive = true
18:29:42.322 [INFO - Thread-142] (HiveMetaStore.java:636) Enable SSL = false
18:29:42.875 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:29:42.876 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:29:42.876 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:29:42.878 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:29:42.878 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:34169]
18:29:42.878 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:34169) in binary transport mode
18:29:42.879 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:34169) current connections: 1
18:29:42.880 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskXx0CNc/test-tmp
18:29:42.881 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
18:29:42.881 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskXx0CNc/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
18:29:42.883 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

18:29:43.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.213596 31491 mini_oidc.cc:150] Starting JWKS server
18:29:43.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.216112 31491 webserver.cc:534] Webserver started at http://127.0.0.1:34591/ using document root <none> and password file <none>
18:29:43.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.216413 31491 mini_oidc.cc:186] Starting OIDC Discovery server
18:29:43.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.217013 31491 webserver.cc:534] Webserver started at http://127.0.0.1:35783/ using document root <none> and password file <none>
18:29:43.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:29:43Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:29:43.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:29:43Z Disabled control of system clock
18:29:43.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.246774 31491 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:43.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:43.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-0/wal
18:29:43.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-0/data
18:29:43.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:29:43.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:29:43.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:29:43.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:43.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:43.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:43.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-0/logs
18:29:43.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-0/data/info.pb
18:29:43.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:43.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:29:43.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:29:43.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:29:43.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:29:43.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:43.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:43.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:43.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:29:43.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:29:43.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:43.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:43.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.192.254:37789
18:29:43.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.192.254
18:29:43.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:43.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.192.212:40069
18:29:43.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:43.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:43.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:43.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:43.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.192.254:37789,127.30.192.253:44805,127.30.192.252:34889
18:29:43.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:43.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34591/jwks.json with env {}
18:29:43.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:43.585336 31502 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:29:43.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:43.585655 31502 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:29:43.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:43.585736 31502 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:29:43.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:43.594610 31502 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:29:43.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:43.594759 31502 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:29:43.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:43.594853 31502 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:29:43.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:43.594894 31502 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:29:43.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:43.594955 31502 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:29:43.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:43.594998 31502 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34591/jwks.json
18:29:43.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.605677 31502 master_runner.cc:387] Master server non-default flags:
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.192.212:40069
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-0/data
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-0/wal
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.192.254:37789,127.30.192.253:44805,127.30.192.252:34889
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.192.254:37789
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34591/jwks.json
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-0/data/info.pb
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.192.254
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-0/logs
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:24 UTC on bdcb31816ec0
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16870
18:29:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:29:43.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.607465 31502 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:29:43.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.609244 31502 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:29:43.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:43.617658 31507 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:43.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:43.617816 31508 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:43.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:43.618275 31510 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:43.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.618891 31502 server_base.cc:1061] running on GCE node
18:29:43.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.619665 31502 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:29:43.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.621026 31502 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:29:43.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.622227 31502 hybrid_clock.cc:648] HybridClock initialized: now 1783535383622184 us; error 101 us; skew 500 ppm
18:29:43.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.622538 31502 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:29:43.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.624740 31502 webserver.cc:534] Webserver started at http://127.30.192.254:37189/ using document root <none> and password file <none>
18:29:43.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.625427 31502 fs_manager.cc:362] Metadata directory not provided
18:29:43.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.625519 31502 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:29:43.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.625986 31502 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:29:43.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.628408 31502 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-0/data/instance:
18:29:43.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "509655fdcc5240e190118bc097e4838d"
18:29:43.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:43 on dist-test-slave-9xf3"
18:29:43.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.629168 31502 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-0/wal/instance:
18:29:43.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "509655fdcc5240e190118bc097e4838d"
18:29:43.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:43 on dist-test-slave-9xf3"
18:29:43.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.634763 31502 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.000s	sys 0.007s
18:29:43.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.638232 31516 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:29:43.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.640182 31502 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
18:29:43.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.640458 31502 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-0/data,/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-0/wal
18:29:43.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "509655fdcc5240e190118bc097e4838d"
18:29:43.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:43 on dist-test-slave-9xf3"
18:29:43.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.640682 31502 fs_report.cc:389] FS layout report
18:29:43.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:29:43.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-0/wal
18:29:43.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-0/wal
18:29:43.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-0/data/data
18:29:43.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:29:43.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:29:43.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:29:43.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:29:43.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:29:43.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:29:43.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:29:43.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:29:43.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:29:43.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:29:43.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:29:43.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.662318 31502 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:29:43.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.663394 31502 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:29:43.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.663637 31502 kserver.cc:163] Server-wide thread pool size limit: 3276
18:29:43.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.683961 31502 rpc_server.cc:307] RPC server started. Bound to: 127.30.192.254:37789
18:29:43.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.683969 31567 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.192.254:37789 every 8 connection(s)
18:29:43.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.685516 31502 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-0/data/info.pb
18:29:43.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.689852 31568 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:29:43.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.695257 31491 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu as pid 31502
18:29:43.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.695520 31491 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-0/wal/instance
18:29:43.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.695981 31568 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.192.254" port: 37789 } has no permanent_uuid. Determining permanent_uuid...
18:29:43.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.697713 31491 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:43.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:43.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-1/wal
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-1/data
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-1/logs
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-1/data/info.pb
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.192.253:44805
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.192.253
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.192.212:40069
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.192.254:37789,127.30.192.253:44805,127.30.192.252:34889
18:29:43.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:43.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34591/jwks.json with env {}
18:29:43.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.712723 31568 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.192.253" port: 44805 } has no permanent_uuid. Determining permanent_uuid...
18:29:43.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:43.713945 31518 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.192.253:44805: connect: Connection refused (error 111)
18:29:43.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:43.715605 31568 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.192.253:44805: Network error: Client connection negotiation failed: client connection to 127.30.192.253:44805: connect: Connection refused (error 111)
18:29:43.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.764981 31568 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.192.253" port: 44805 } attempt: 1
18:29:43.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:43.767338 31568 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.192.253:44805: Network error: Client connection negotiation failed: client connection to 127.30.192.253:44805: connect: Connection refused (error 111)
18:29:43.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.835613 31568 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.192.253" port: 44805 } attempt: 2
18:29:43.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:43.837874 31568 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.192.253:44805: Network error: Client connection negotiation failed: client connection to 127.30.192.253:44805: connect: Connection refused (error 111)
18:29:43.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:43.929183 31568 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.192.253" port: 44805 } attempt: 3
18:29:43.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:43.931654 31568 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.192.253:44805: Network error: Client connection negotiation failed: client connection to 127.30.192.253:44805: connect: Connection refused (error 111)
18:29:44.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.035691 31572 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:29:44.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.036089 31572 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:29:44.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.036209 31572 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:29:44.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.044672 31572 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:29:44.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.044816 31572 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:29:44.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.044909 31572 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:29:44.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.044967 31572 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:29:44.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.045050 31572 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:29:44.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.045115 31572 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34591/jwks.json
18:29:44.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.055539 31572 master_runner.cc:387] Master server non-default flags:
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.192.212:40069
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-1/data
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-1/wal
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.192.254:37789,127.30.192.253:44805,127.30.192.252:34889
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.192.253:44805
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34591/jwks.json
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-1/data/info.pb
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.192.253
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-1/logs
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:29:44.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:29:44.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:29:44.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:24 UTC on bdcb31816ec0
18:29:44.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16870
18:29:44.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:29:44.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.057631 31572 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:29:44.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.059566 31572 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:29:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.067961 31578 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.068392 31581 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.067929 31579 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:44.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.069314 31572 server_base.cc:1061] running on GCE node
18:29:44.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.070065 31572 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:29:44.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.071662 31572 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:29:44.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.072861 31572 hybrid_clock.cc:648] HybridClock initialized: now 1783535384072817 us; error 47 us; skew 500 ppm
18:29:44.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.073174 31572 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:29:44.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.074939 31568 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.192.253" port: 44805 } attempt: 4
18:29:44.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.075590 31572 webserver.cc:534] Webserver started at http://127.30.192.253:44807/ using document root <none> and password file <none>
18:29:44.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.076360 31572 fs_manager.cc:362] Metadata directory not provided
18:29:44.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.076505 31572 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:29:44.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.076885 31572 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:29:44.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.077036 31568 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.192.253:44805: Network error: Client connection negotiation failed: client connection to 127.30.192.253:44805: connect: Connection refused (error 111)
18:29:44.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.079478 31572 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-1/data/instance:
18:29:44.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "660772c0bc3e434a90c412d2b5d33b1f"
18:29:44.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:44 on dist-test-slave-9xf3"
18:29:44.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.080365 31572 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-1/wal/instance:
18:29:44.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "660772c0bc3e434a90c412d2b5d33b1f"
18:29:44.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:44 on dist-test-slave-9xf3"
18:29:44.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.085829 31572 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
18:29:44.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.089339 31587 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:29:44.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.090880 31572 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
18:29:44.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.091081 31572 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-1/data,/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-1/wal
18:29:44.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "660772c0bc3e434a90c412d2b5d33b1f"
18:29:44.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:44 on dist-test-slave-9xf3"
18:29:44.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.091336 31572 fs_report.cc:389] FS layout report
18:29:44.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:29:44.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-1/wal
18:29:44.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-1/wal
18:29:44.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-1/data/data
18:29:44.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:29:44.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:29:44.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:29:44.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:29:44.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:29:44.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:29:44.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:29:44.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:29:44.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:29:44.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:29:44.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:29:44.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.137069 31572 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:29:44.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.138087 31572 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:29:44.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.138434 31572 kserver.cc:163] Server-wide thread pool size limit: 3276
18:29:44.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.160041 31572 rpc_server.cc:307] RPC server started. Bound to: 127.30.192.253:44805
18:29:44.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.160022 31638 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.192.253:44805 every 8 connection(s)
18:29:44.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.161777 31572 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-1/data/info.pb
18:29:44.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.166384 31639 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:29:44.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.166468 31491 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu as pid 31572
18:29:44.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.166639 31491 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-1/wal/instance
18:29:44.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.167773 31491 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu
18:29:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-2/wal
18:29:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-2/data
18:29:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:29:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:29:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:29:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-2/logs
18:29:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-2/data/info.pb
18:29:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:29:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:29:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:29:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:29:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:29:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:29:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.192.252:34889
18:29:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.192.252
18:29:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.192.212:40069
18:29:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:44.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:44.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:44.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:44.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.192.254:37789,127.30.192.253:44805,127.30.192.252:34889
18:29:44.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:44.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34591/jwks.json with env {}
18:29:44.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.172252 31639 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.192.254" port: 37789 } has no permanent_uuid. Determining permanent_uuid...
18:29:44.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.186312 31639 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.192.253" port: 44805 } has no permanent_uuid. Determining permanent_uuid...
18:29:44.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.196048 31639 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } has no permanent_uuid. Determining permanent_uuid...
18:29:44.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.197250 31591 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.192.252:34889: connect: Connection refused (error 111)
18:29:44.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.198983 31639 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.192.252:34889: Network error: Client connection negotiation failed: client connection to 127.30.192.252:34889: connect: Connection refused (error 111)
18:29:44.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.248320 31639 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } attempt: 1
18:29:44.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.250556 31639 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.192.252:34889: Network error: Client connection negotiation failed: client connection to 127.30.192.252:34889: connect: Connection refused (error 111)
18:29:44.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.318868 31639 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } attempt: 2
18:29:44.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.321378 31639 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.192.252:34889: Network error: Client connection negotiation failed: client connection to 127.30.192.252:34889: connect: Connection refused (error 111)
18:29:44.376 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.376320 31568 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.192.253" port: 44805 } attempt: 5
18:29:44.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.383877 31568 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } has no permanent_uuid. Determining permanent_uuid...
18:29:44.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.386263 31568 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.192.252:34889: Network error: Client connection negotiation failed: client connection to 127.30.192.252:34889: connect: Connection refused (error 111)
18:29:44.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.412639 31639 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } attempt: 3
18:29:44.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.414955 31639 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.192.252:34889: Network error: Client connection negotiation failed: client connection to 127.30.192.252:34889: connect: Connection refused (error 111)
18:29:44.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.437544 31568 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } attempt: 1
18:29:44.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.439846 31568 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.192.252:34889: Network error: Client connection negotiation failed: client connection to 127.30.192.252:34889: connect: Connection refused (error 111)
18:29:44.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.508087 31568 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } attempt: 2
18:29:44.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.510214 31568 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.192.252:34889: Network error: Client connection negotiation failed: client connection to 127.30.192.252:34889: connect: Connection refused (error 111)
18:29:44.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.515031 31641 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:29:44.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.515430 31641 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:29:44.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.515575 31641 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:29:44.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.524791 31641 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:29:44.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.524921 31641 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:29:44.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.525007 31641 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:29:44.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.525061 31641 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:29:44.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.525153 31641 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:29:44.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.525208 31641 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34591/jwks.json
18:29:44.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.535297 31641 master_runner.cc:387] Master server non-default flags:
18:29:44.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:29:44.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.192.212:40069
18:29:44.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:29:44.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:29:44.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-2/data
18:29:44.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-2/wal
18:29:44.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:29:44.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.192.254:37789,127.30.192.253:44805,127.30.192.252:34889
18:29:44.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:29:44.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:29:44.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:29:44.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.192.252:34889
18:29:44.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:29:44.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:29:44.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:29:44.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34591/jwks.json
18:29:44.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:29:44.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:29:44.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-2/data/info.pb
18:29:44.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.192.252
18:29:44.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:29:44.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:29:44.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:29:44.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:29:44.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:29:44.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:29:44.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-2/logs
18:29:44.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:29:44.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:29:44.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:29:44.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:29:44.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:29:44.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 3ddc7d4404ac90c834b1cdd020973c286611e9b0
18:29:44.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:29:44.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 18:01:24 UTC on bdcb31816ec0
18:29:44.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16870
18:29:44.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:29:44.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.537387 31641 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:29:44.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.539345 31641 file_cache.cc:492] Constructed file cache file cache with capacity 419430
18:29:44.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.547649 31652 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:44.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.547737 31650 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:44.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.547696 31649 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:29:44.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.549168 31641 server_base.cc:1061] running on GCE node
18:29:44.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.549865 31641 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:29:44.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.551354 31641 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:29:44.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.552556 31641 hybrid_clock.cc:648] HybridClock initialized: now 1783535384552494 us; error 53 us; skew 500 ppm
18:29:44.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.552862 31641 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:29:44.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.555528 31641 webserver.cc:534] Webserver started at http://127.30.192.252:45429/ using document root <none> and password file <none>
18:29:44.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.556216 31641 fs_manager.cc:362] Metadata directory not provided
18:29:44.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.556303 31641 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:29:44.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.556666 31641 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:29:44.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.558210 31639 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } attempt: 4
18:29:44.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.559324 31641 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-2/data/instance:
18:29:44.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "62eccaf9f7c243e7b2c75e62db9c3c90"
18:29:44.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:44 on dist-test-slave-9xf3"
18:29:44.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.560197 31641 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-2/wal/instance:
18:29:44.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "62eccaf9f7c243e7b2c75e62db9c3c90"
18:29:44.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:44 on dist-test-slave-9xf3"
18:29:44.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.560278 31639 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.192.252:34889: Network error: Client connection negotiation failed: client connection to 127.30.192.252:34889: connect: Connection refused (error 111)
18:29:44.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.565619 31641 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
18:29:44.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.569370 31658 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:29:44.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.570935 31641 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
18:29:44.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.571081 31641 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-2/data,/tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-2/wal
18:29:44.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "62eccaf9f7c243e7b2c75e62db9c3c90"
18:29:44.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 18:29:44 on dist-test-slave-9xf3"
18:29:44.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.571259 31641 fs_report.cc:389] FS layout report
18:29:44.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:29:44.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-2/wal
18:29:44.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-2/wal
18:29:44.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-2/data/data
18:29:44.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:29:44.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:29:44.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:29:44.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:29:44.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:29:44.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:29:44.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:29:44.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:29:44.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:29:44.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:29:44.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:29:44.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.597407 31641 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:29:44.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.598322 31641 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:29:44.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.598567 31641 kserver.cc:163] Server-wide thread pool size limit: 3276
18:29:44.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.616510 31568 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } attempt: 3
18:29:44.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.619196 31568 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.192.252:34889: Network error: Client connection negotiation failed: client connection to 127.30.192.252:34889: connect: Connection refused (error 111)
18:29:44.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.621587 31641 rpc_server.cc:307] RPC server started. Bound to: 127.30.192.252:34889
18:29:44.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.621681 31709 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.192.252:34889 every 8 connection(s)
18:29:44.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.623077 31641 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-2/data/info.pb
18:29:44.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.625624 31491 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu as pid 31641
18:29:44.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.625813 31491 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskXx0CNc/test-tmp/mini-kudu-cluster1967209704140717654/master-2/wal/instance
18:29:44.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.628216 31710 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:29:44.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.635196 31710 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.192.254" port: 37789 } has no permanent_uuid. Determining permanent_uuid...
18:29:44.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.645906 31710 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.192.253" port: 44805 } has no permanent_uuid. Determining permanent_uuid...
18:29:44.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.653208 31710 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } has no permanent_uuid. Determining permanent_uuid...
18:29:44.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.664081 31491 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:29:44.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.664302 31710 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 62eccaf9f7c243e7b2c75e62db9c3c90: Bootstrap starting.
18:29:44.666 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:29:44.666 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:29:44.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.668177 31710 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 62eccaf9f7c243e7b2c75e62db9c3c90: Neither blocks nor log segments found. Creating new log.
18:29:44.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.669615 31710 log.cc:826] T 00000000000000000000000000000000 P 62eccaf9f7c243e7b2c75e62db9c3c90: Log is configured to *not* fsync() on all Append() calls
18:29:44.667 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.30.192.254"
      port: 37789
    }
    bound_http_address {
      host: "127.30.192.254"
      port: 37189
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.30.192.253"
      port: 44805
    }
    bound_http_address {
      host: "127.30.192.253"
      port: 44807
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.30.192.252"
      port: 34889
    }
    bound_http_address {
      host: "127.30.192.252"
      port: 45429
    }
  }
}

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

18:29:44.671 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:29:44.672 [INFO - Metastore-Handler-Pool: Thread-224] (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=daf80b36-0f30-424f-93de-5cc6bc500e5c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.30.192.253:44805,127.30.192.254:37789,127.30.192.252:34889}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:29:44.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.672634 31710 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 62eccaf9f7c243e7b2c75e62db9c3c90: No bootstrap required, opened a new log
18:29:44.673 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:29:44.673 [INFO - Metastore-Handler-Pool: Thread-224] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:29:44.674 [INFO - Metastore-Handler-Pool: Thread-224] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4b5cd9dd, with PersistenceManager: null will be shutdown
18:29:44.674 [INFO - Metastore-Handler-Pool: Thread-224] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4b5cd9dd, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7ea73389 created in the thread with id: 224
18:29:44.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.678340 31710 raft_consensus.cc:359] T 00000000000000000000000000000000 P 62eccaf9f7c243e7b2c75e62db9c3c90 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "509655fdcc5240e190118bc097e4838d" member_type: VOTER last_known_addr { host: "127.30.192.254" port: 37789 } } peers { permanent_uuid: "660772c0bc3e434a90c412d2b5d33b1f" member_type: VOTER last_known_addr { host: "127.30.192.253" port: 44805 } } peers { permanent_uuid: "62eccaf9f7c243e7b2c75e62db9c3c90" member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } }
18:29:44.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.678742 31710 raft_consensus.cc:385] T 00000000000000000000000000000000 P 62eccaf9f7c243e7b2c75e62db9c3c90 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:29:44.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.678872 31710 raft_consensus.cc:740] T 00000000000000000000000000000000 P 62eccaf9f7c243e7b2c75e62db9c3c90 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 62eccaf9f7c243e7b2c75e62db9c3c90, State: Initialized, Role: FOLLOWER
18:29:44.679 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4b5cd9dd
18:29:44.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.679584 31710 consensus_queue.cc:260] T 00000000000000000000000000000000 P 62eccaf9f7c243e7b2c75e62db9c3c90 [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: "509655fdcc5240e190118bc097e4838d" member_type: VOTER last_known_addr { host: "127.30.192.254" port: 37789 } } peers { permanent_uuid: "660772c0bc3e434a90c412d2b5d33b1f" member_type: VOTER last_known_addr { host: "127.30.192.253" port: 44805 } } peers { permanent_uuid: "62eccaf9f7c243e7b2c75e62db9c3c90" member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } }
18:29:44.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.680622 31716 sys_catalog.cc:455] T 00000000000000000000000000000000 P 62eccaf9f7c243e7b2c75e62db9c3c90 [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: "509655fdcc5240e190118bc097e4838d" member_type: VOTER last_known_addr { host: "127.30.192.254" port: 37789 } } peers { permanent_uuid: "660772c0bc3e434a90c412d2b5d33b1f" member_type: VOTER last_known_addr { host: "127.30.192.253" port: 44805 } } peers { permanent_uuid: "62eccaf9f7c243e7b2c75e62db9c3c90" member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } } }
18:29:44.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.681064 31716 sys_catalog.cc:458] T 00000000000000000000000000000000 P 62eccaf9f7c243e7b2c75e62db9c3c90 [sys.catalog]: This master's current role is: FOLLOWER
18:29:44.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.681885 31710 sys_catalog.cc:565] T 00000000000000000000000000000000 P 62eccaf9f7c243e7b2c75e62db9c3c90 [sys.catalog]: configured and running, proceeding with master startup.
18:29:44.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.714895 31641 master_runner.cc:187] Error getting master registration for 127.30.192.254:37789: OK, instance_id { permanent_uuid: "509655fdcc5240e190118bc097e4838d" instance_seqno: 1783535383678468 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:29:44.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.721407 31641 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:29:44.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.724666 31727 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 62eccaf9f7c243e7b2c75e62db9c3c90: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:29:44.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.725013 31727 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:29:44.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.796449 31568 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } attempt: 4
18:29:44.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.809382 31568 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 509655fdcc5240e190118bc097e4838d: Bootstrap starting.
18:29:44.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.814004 31568 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 509655fdcc5240e190118bc097e4838d: Neither blocks nor log segments found. Creating new log.
18:29:44.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.815721 31568 log.cc:826] T 00000000000000000000000000000000 P 509655fdcc5240e190118bc097e4838d: Log is configured to *not* fsync() on all Append() calls
18:29:44.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.825834 31568 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 509655fdcc5240e190118bc097e4838d: No bootstrap required, opened a new log
18:29:44.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.835096 31568 raft_consensus.cc:359] T 00000000000000000000000000000000 P 509655fdcc5240e190118bc097e4838d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "509655fdcc5240e190118bc097e4838d" member_type: VOTER last_known_addr { host: "127.30.192.254" port: 37789 } } peers { permanent_uuid: "660772c0bc3e434a90c412d2b5d33b1f" member_type: VOTER last_known_addr { host: "127.30.192.253" port: 44805 } } peers { permanent_uuid: "62eccaf9f7c243e7b2c75e62db9c3c90" member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } }
18:29:44.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.835798 31568 raft_consensus.cc:385] T 00000000000000000000000000000000 P 509655fdcc5240e190118bc097e4838d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:29:44.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.836103 31568 raft_consensus.cc:740] T 00000000000000000000000000000000 P 509655fdcc5240e190118bc097e4838d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 509655fdcc5240e190118bc097e4838d, State: Initialized, Role: FOLLOWER
18:29:44.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.837200 31568 consensus_queue.cc:260] T 00000000000000000000000000000000 P 509655fdcc5240e190118bc097e4838d [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: "509655fdcc5240e190118bc097e4838d" member_type: VOTER last_known_addr { host: "127.30.192.254" port: 37789 } } peers { permanent_uuid: "660772c0bc3e434a90c412d2b5d33b1f" member_type: VOTER last_known_addr { host: "127.30.192.253" port: 44805 } } peers { permanent_uuid: "62eccaf9f7c243e7b2c75e62db9c3c90" member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } }
18:29:44.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.844709 31730 sys_catalog.cc:455] T 00000000000000000000000000000000 P 509655fdcc5240e190118bc097e4838d [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: "509655fdcc5240e190118bc097e4838d" member_type: VOTER last_known_addr { host: "127.30.192.254" port: 37789 } } peers { permanent_uuid: "660772c0bc3e434a90c412d2b5d33b1f" member_type: VOTER last_known_addr { host: "127.30.192.253" port: 44805 } } peers { permanent_uuid: "62eccaf9f7c243e7b2c75e62db9c3c90" member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } } }
18:29:44.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.847918 31730 sys_catalog.cc:458] T 00000000000000000000000000000000 P 509655fdcc5240e190118bc097e4838d [sys.catalog]: This master's current role is: FOLLOWER
18:29:44.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.847745 31568 sys_catalog.cc:565] T 00000000000000000000000000000000 P 509655fdcc5240e190118bc097e4838d [sys.catalog]: configured and running, proceeding with master startup.
18:29:44.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.850818 31664 tablet.cc:2406] T 00000000000000000000000000000000 P 62eccaf9f7c243e7b2c75e62db9c3c90: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:29:44.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.859498 31639 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } attempt: 5
18:29:44.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.879609 31639 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f: Bootstrap starting.
18:29:44.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.885226 31639 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f: Neither blocks nor log segments found. Creating new log.
18:29:44.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.892890 31639 log.cc:826] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f: Log is configured to *not* fsync() on all Append() calls
18:29:44.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.910210 31639 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f: No bootstrap required, opened a new log
18:29:44.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 18:29:44.916447 31522 tablet.cc:2406] T 00000000000000000000000000000000 P 509655fdcc5240e190118bc097e4838d: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:29:44.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.923657 31639 raft_consensus.cc:359] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "509655fdcc5240e190118bc097e4838d" member_type: VOTER last_known_addr { host: "127.30.192.254" port: 37789 } } peers { permanent_uuid: "660772c0bc3e434a90c412d2b5d33b1f" member_type: VOTER last_known_addr { host: "127.30.192.253" port: 44805 } } peers { permanent_uuid: "62eccaf9f7c243e7b2c75e62db9c3c90" member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } }
18:29:44.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.924057 31639 raft_consensus.cc:385] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:29:44.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.924188 31639 raft_consensus.cc:740] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 660772c0bc3e434a90c412d2b5d33b1f, State: Initialized, Role: FOLLOWER
18:29:44.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.921283 31742 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
18:29:44.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.925029 31639 consensus_queue.cc:260] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f [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: "509655fdcc5240e190118bc097e4838d" member_type: VOTER last_known_addr { host: "127.30.192.254" port: 37789 } } peers { permanent_uuid: "660772c0bc3e434a90c412d2b5d33b1f" member_type: VOTER last_known_addr { host: "127.30.192.253" port: 44805 } } peers { permanent_uuid: "62eccaf9f7c243e7b2c75e62db9c3c90" member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } }
18:29:44.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.926983 31502 master_runner.cc:187] Error getting master registration for 127.30.192.253:44805: OK, instance_id { permanent_uuid: "660772c0bc3e434a90c412d2b5d33b1f" instance_seqno: 1783535384154049 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:29:44.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.933432 31502 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:29:44.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.935398 31743 sys_catalog.cc:455] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f [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: "509655fdcc5240e190118bc097e4838d" member_type: VOTER last_known_addr { host: "127.30.192.254" port: 37789 } } peers { permanent_uuid: "660772c0bc3e434a90c412d2b5d33b1f" member_type: VOTER last_known_addr { host: "127.30.192.253" port: 44805 } } peers { permanent_uuid: "62eccaf9f7c243e7b2c75e62db9c3c90" member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } } }
18:29:44.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.937850 31743 sys_catalog.cc:458] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f [sys.catalog]: This master's current role is: FOLLOWER
18:29:44.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.937716 31639 sys_catalog.cc:565] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f [sys.catalog]: configured and running, proceeding with master startup.
18:29:44.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.945019 31743 raft_consensus.cc:493] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:29:44.946 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.945259 31743 raft_consensus.cc:515] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "509655fdcc5240e190118bc097e4838d" member_type: VOTER last_known_addr { host: "127.30.192.254" port: 37789 } } peers { permanent_uuid: "660772c0bc3e434a90c412d2b5d33b1f" member_type: VOTER last_known_addr { host: "127.30.192.253" port: 44805 } } peers { permanent_uuid: "62eccaf9f7c243e7b2c75e62db9c3c90" member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } }
18:29:44.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.948114 31743 leader_election.cc:290] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 509655fdcc5240e190118bc097e4838d (127.30.192.254:37789), 62eccaf9f7c243e7b2c75e62db9c3c90 (127.30.192.252:34889)
18:29:44.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.949266 31543 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "660772c0bc3e434a90c412d2b5d33b1f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "509655fdcc5240e190118bc097e4838d" is_pre_election: true
18:29:44.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.949997 31543 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 509655fdcc5240e190118bc097e4838d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 660772c0bc3e434a90c412d2b5d33b1f in term 0.
18:29:44.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.950937 31685 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "660772c0bc3e434a90c412d2b5d33b1f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "62eccaf9f7c243e7b2c75e62db9c3c90" is_pre_election: true
18:29:44.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.951612 31685 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 62eccaf9f7c243e7b2c75e62db9c3c90 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 660772c0bc3e434a90c412d2b5d33b1f in term 0.
18:29:44.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.953083 31591 leader_election.cc:304] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f [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: 62eccaf9f7c243e7b2c75e62db9c3c90, 660772c0bc3e434a90c412d2b5d33b1f; no voters: 
18:29:44.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.953642 31743 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f [term 0 FOLLOWER]: Leader pre-election won for term 1
18:29:44.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.953810 31743 raft_consensus.cc:493] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:29:44.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.953938 31743 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f [term 0 FOLLOWER]: Advancing to term 1
18:29:44.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.958480 31743 raft_consensus.cc:515] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "509655fdcc5240e190118bc097e4838d" member_type: VOTER last_known_addr { host: "127.30.192.254" port: 37789 } } peers { permanent_uuid: "660772c0bc3e434a90c412d2b5d33b1f" member_type: VOTER last_known_addr { host: "127.30.192.253" port: 44805 } } peers { permanent_uuid: "62eccaf9f7c243e7b2c75e62db9c3c90" member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } }
18:29:44.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.960935 31543 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "660772c0bc3e434a90c412d2b5d33b1f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "509655fdcc5240e190118bc097e4838d"
18:29:44.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.961201 31543 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 509655fdcc5240e190118bc097e4838d [term 0 FOLLOWER]: Advancing to term 1
18:29:44.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.965835 31543 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 509655fdcc5240e190118bc097e4838d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 660772c0bc3e434a90c412d2b5d33b1f in term 1.
18:29:44.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.967036 31588 leader_election.cc:304] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f [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: 509655fdcc5240e190118bc097e4838d, 660772c0bc3e434a90c412d2b5d33b1f; no voters: 
18:29:44.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.969646 31685 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "660772c0bc3e434a90c412d2b5d33b1f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "62eccaf9f7c243e7b2c75e62db9c3c90"
18:29:44.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.969947 31685 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 62eccaf9f7c243e7b2c75e62db9c3c90 [term 0 FOLLOWER]: Advancing to term 1
18:29:44.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.975427 31743 leader_election.cc:290] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f [CANDIDATE]: Term 1 election: Requested vote from peers 509655fdcc5240e190118bc097e4838d (127.30.192.254:37789), 62eccaf9f7c243e7b2c75e62db9c3c90 (127.30.192.252:34889)
18:29:44.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.976253 31743 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f [term 1 FOLLOWER]: Leader election won for term 1
18:29:44.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.976751 31743 raft_consensus.cc:697] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f [term 1 LEADER]: Becoming Leader. State: Replica: 660772c0bc3e434a90c412d2b5d33b1f, State: Running, Role: LEADER
18:29:44.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.977007 31685 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 62eccaf9f7c243e7b2c75e62db9c3c90 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 660772c0bc3e434a90c412d2b5d33b1f in term 1.
18:29:44.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.978061 31743 consensus_queue.cc:237] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f [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: "509655fdcc5240e190118bc097e4838d" member_type: VOTER last_known_addr { host: "127.30.192.254" port: 37789 } } peers { permanent_uuid: "660772c0bc3e434a90c412d2b5d33b1f" member_type: VOTER last_known_addr { host: "127.30.192.253" port: 44805 } } peers { permanent_uuid: "62eccaf9f7c243e7b2c75e62db9c3c90" member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } }
18:29:44.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.998853 31745 sys_catalog.cc:455] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 660772c0bc3e434a90c412d2b5d33b1f. Latest consensus state: current_term: 1 leader_uuid: "660772c0bc3e434a90c412d2b5d33b1f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "509655fdcc5240e190118bc097e4838d" member_type: VOTER last_known_addr { host: "127.30.192.254" port: 37789 } } peers { permanent_uuid: "660772c0bc3e434a90c412d2b5d33b1f" member_type: VOTER last_known_addr { host: "127.30.192.253" port: 44805 } } peers { permanent_uuid: "62eccaf9f7c243e7b2c75e62db9c3c90" member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } } }
18:29:44.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:44.999323 31745 sys_catalog.cc:458] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f [sys.catalog]: This master's current role is: LEADER
18:29:45.006 [WARN - Metastore-Handler-Pool: Thread-224] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:45.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.011552 31748 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
18:29:45.015 [WARN - Metastore-Handler-Pool: Thread-224] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:45.015 [WARN - Metastore-Handler-Pool: Thread-224] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:45.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.031363 31748 catalog_manager.cc:1519] Initializing Kudu cluster ID...
18:29:45.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.070113 31685 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 62eccaf9f7c243e7b2c75e62db9c3c90 [term 1 FOLLOWER]: Refusing update from remote peer 660772c0bc3e434a90c412d2b5d33b1f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:29:45.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.073169 31543 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 509655fdcc5240e190118bc097e4838d [term 1 FOLLOWER]: Refusing update from remote peer 660772c0bc3e434a90c412d2b5d33b1f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:29:45.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.074779 31743 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f [LEADER]: Connected to new peer: Peer: permanent_uuid: "509655fdcc5240e190118bc097e4838d" member_type: VOTER last_known_addr { host: "127.30.192.254" port: 37789 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:29:45.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.075495 31743 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f [LEADER]: Connected to new peer: Peer: permanent_uuid: "62eccaf9f7c243e7b2c75e62db9c3c90" member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:29:45.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.079113 31759 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
18:29:45.085 [INFO - Metastore-Handler-Pool: Thread-224] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:29:45.090 [INFO - Metastore-Handler-Pool: Thread-224] (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/hive1039926963184128637/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=daf80b36-0f30-424f-93de-5cc6bc500e5c, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.30.192.253:44805,127.30.192.254:37789,127.30.192.252:34889}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:29:45.097 [INFO - Metastore-Handler-Pool: Thread-224] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive1039926963184128637/external-warehouse/table
18:29:45.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.097618 31716 sys_catalog.cc:455] T 00000000000000000000000000000000 P 62eccaf9f7c243e7b2c75e62db9c3c90 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 660772c0bc3e434a90c412d2b5d33b1f. Latest consensus state: current_term: 1 leader_uuid: "660772c0bc3e434a90c412d2b5d33b1f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "509655fdcc5240e190118bc097e4838d" member_type: VOTER last_known_addr { host: "127.30.192.254" port: 37789 } } peers { permanent_uuid: "660772c0bc3e434a90c412d2b5d33b1f" member_type: VOTER last_known_addr { host: "127.30.192.253" port: 44805 } } peers { permanent_uuid: "62eccaf9f7c243e7b2c75e62db9c3c90" member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } } }
18:29:45.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.097936 31716 sys_catalog.cc:458] T 00000000000000000000000000000000 P 62eccaf9f7c243e7b2c75e62db9c3c90 [sys.catalog]: This master's current role is: FOLLOWER
18:29:45.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.101572 31745 sys_catalog.cc:455] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "660772c0bc3e434a90c412d2b5d33b1f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "509655fdcc5240e190118bc097e4838d" member_type: VOTER last_known_addr { host: "127.30.192.254" port: 37789 } } peers { permanent_uuid: "660772c0bc3e434a90c412d2b5d33b1f" member_type: VOTER last_known_addr { host: "127.30.192.253" port: 44805 } } peers { permanent_uuid: "62eccaf9f7c243e7b2c75e62db9c3c90" member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } } }
18:29:45.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.101801 31745 sys_catalog.cc:458] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f [sys.catalog]: This master's current role is: LEADER
18:29:45.102 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.102586 31760 mvcc.cc:204] Tried to move back new op lower bound from 7305360937200128000 to 7305360936923193344. Current Snapshot: MvccSnapshot[applied={T|T < 7305360937200128000}]
18:29:45.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.105401 31730 sys_catalog.cc:455] T 00000000000000000000000000000000 P 509655fdcc5240e190118bc097e4838d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 660772c0bc3e434a90c412d2b5d33b1f. Latest consensus state: current_term: 1 leader_uuid: "660772c0bc3e434a90c412d2b5d33b1f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "509655fdcc5240e190118bc097e4838d" member_type: VOTER last_known_addr { host: "127.30.192.254" port: 37789 } } peers { permanent_uuid: "660772c0bc3e434a90c412d2b5d33b1f" member_type: VOTER last_known_addr { host: "127.30.192.253" port: 44805 } } peers { permanent_uuid: "62eccaf9f7c243e7b2c75e62db9c3c90" member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } } }
18:29:45.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.105654 31730 sys_catalog.cc:458] T 00000000000000000000000000000000 P 509655fdcc5240e190118bc097e4838d [sys.catalog]: This master's current role is: FOLLOWER
18:29:45.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.107546 31743 sys_catalog.cc:455] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "660772c0bc3e434a90c412d2b5d33b1f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "509655fdcc5240e190118bc097e4838d" member_type: VOTER last_known_addr { host: "127.30.192.254" port: 37789 } } peers { permanent_uuid: "660772c0bc3e434a90c412d2b5d33b1f" member_type: VOTER last_known_addr { host: "127.30.192.253" port: 44805 } } peers { permanent_uuid: "62eccaf9f7c243e7b2c75e62db9c3c90" member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } } }
18:29:45.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.107834 31743 sys_catalog.cc:458] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f [sys.catalog]: This master's current role is: LEADER
18:29:45.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.113871 31748 catalog_manager.cc:1382] Generated new cluster ID: 8d331e853bd44da88868baa13ba8f110
18:29:45.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.113992 31748 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
18:29:45.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.123021 31716 sys_catalog.cc:455] T 00000000000000000000000000000000 P 62eccaf9f7c243e7b2c75e62db9c3c90 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "660772c0bc3e434a90c412d2b5d33b1f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "509655fdcc5240e190118bc097e4838d" member_type: VOTER last_known_addr { host: "127.30.192.254" port: 37789 } } peers { permanent_uuid: "660772c0bc3e434a90c412d2b5d33b1f" member_type: VOTER last_known_addr { host: "127.30.192.253" port: 44805 } } peers { permanent_uuid: "62eccaf9f7c243e7b2c75e62db9c3c90" member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } } }
18:29:45.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.123239 31716 sys_catalog.cc:458] T 00000000000000000000000000000000 P 62eccaf9f7c243e7b2c75e62db9c3c90 [sys.catalog]: This master's current role is: FOLLOWER
18:29:45.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.139194 31730 sys_catalog.cc:455] T 00000000000000000000000000000000 P 509655fdcc5240e190118bc097e4838d [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "660772c0bc3e434a90c412d2b5d33b1f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "509655fdcc5240e190118bc097e4838d" member_type: VOTER last_known_addr { host: "127.30.192.254" port: 37789 } } peers { permanent_uuid: "660772c0bc3e434a90c412d2b5d33b1f" member_type: VOTER last_known_addr { host: "127.30.192.253" port: 44805 } } peers { permanent_uuid: "62eccaf9f7c243e7b2c75e62db9c3c90" member_type: VOTER last_known_addr { host: "127.30.192.252" port: 34889 } } }
18:29:45.139 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.139457 31730 sys_catalog.cc:458] T 00000000000000000000000000000000 P 509655fdcc5240e190118bc097e4838d [sys.catalog]: This master's current role is: FOLLOWER
18:29:45.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.148854 31748 catalog_manager.cc:1405] Generated new certificate authority record
18:29:45.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.153160 31748 catalog_manager.cc:1539] Loading token signing keys...
18:29:45.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.190969 31748 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 660772c0bc3e434a90c412d2b5d33b1f: Generated new TSK 0
18:29:45.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.197335 31748 catalog_manager.cc:1549] Initializing in-progress tserver states...
18:29:45.229 [DEBUG - Metastore-Handler-Pool: Thread-224] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
18:29:45.230 [DEBUG - Metastore-Handler-Pool: Thread-224] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
18:29:45.234 [DEBUG - Metastore-Handler-Pool: Thread-224] (Connection.java:748) [peer master-127.30.192.253:44805(127.30.192.253:44805)] connecting to peer
18:29:45.235 [DEBUG - Metastore-Handler-Pool: Thread-224] (Connection.java:748) [peer master-127.30.192.254:37789(127.30.192.254:37789)] connecting to peer
18:29:45.244 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.30.192.253:44805(127.30.192.253:44805)] Successfully connected to peer
18:29:45.247 [DEBUG - Metastore-Handler-Pool: Thread-224] (Connection.java:748) [peer master-127.30.192.252:34889(127.30.192.252:34889)] connecting to peer
18:29:45.248 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.30.192.254:37789(127.30.192.254:37789)] Successfully connected to peer
18:29:45.253 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.30.192.253
18:29:45.261 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.30.192.254
18:29:45.264 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.30.192.252:34889(127.30.192.252:34889)] Successfully connected to peer
18:29:45.269 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.30.192.252
18:29:45.302 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:29:45.314 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:29:45.316 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
18:29:45.326 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x451aad0f, L:/127.0.0.1:51330 - R:/127.30.192.254:37789] using SASL/PLAIN
18:29:45.329 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0xc71763bd, L:/127.0.0.1:48362 - R:/127.30.192.252:34889] using SASL/PLAIN
18:29:45.335 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xa30eacf2, L:/127.0.0.1:45592 - R:/127.30.192.253:44805] using SASL/PLAIN
18:29:45.341 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
18:29:45.388 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:29:45.446 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:3711) Skipping translation for processor with null
18:29:45.448 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:29:45.465 [INFO - Metastore-Handler-Pool: Thread-224] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:29:45.516 [INFO - Metastore-Handler-Pool: Thread-224] (MetaStoreServerUtils.java:473) Updating table stats for table
18:29:45.516 [INFO - Metastore-Handler-Pool: Thread-224] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:29:45.605 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:29:45.623 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:3711) Skipping translation for processor with null
18:29:45.624 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:29:45.719 [WARN - Metastore-Handler-Pool: Thread-224] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:45.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.728574 31727 catalog_manager.cc:1294] Loaded cluster ID: 8d331e853bd44da88868baa13ba8f110
18:29:45.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.729030 31727 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 62eccaf9f7c243e7b2c75e62db9c3c90: loading cluster ID for follower catalog manager: success
18:29:45.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.734092 31727 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 62eccaf9f7c243e7b2c75e62db9c3c90: acquiring CA information for follower catalog manager: success
18:29:45.737 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.737672 31727 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 62eccaf9f7c243e7b2c75e62db9c3c90: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:29:45.847 [WARN - Metastore-Handler-Pool: Thread-224] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:45.874 [WARN - Metastore-Handler-Pool: Thread-224] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
18:29:45.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.933653 31742 catalog_manager.cc:1294] Loaded cluster ID: 8d331e853bd44da88868baa13ba8f110
18:29:45.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.933833 31742 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 509655fdcc5240e190118bc097e4838d: loading cluster ID for follower catalog manager: success
18:29:45.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.939850 31742 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 509655fdcc5240e190118bc097e4838d: acquiring CA information for follower catalog manager: success
18:29:45.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.943475 31742 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 509655fdcc5240e190118bc097e4838d: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:29:45.964 [INFO - Metastore-Handler-Pool: Thread-224] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:29:45.965 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:29:45.965 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:29:45.966 [INFO - Metastore-Handler-Pool: Thread-224] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4b5cd9dd, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7ea73389 will be shutdown
18:29:45.966 [INFO - Metastore-Handler-Pool: Thread-224] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:29:45.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.966406 31491 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu pid 31502
18:29:45.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:45.968406 31563 generic_service.cc:196] Checking for leaks (request via RPC)
18:29:46.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:46.059226 31491 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu with pid 31502
18:29:46.076 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:46.076372 31491 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu pid 31572
18:29:46.076 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.30.192.254:37789(127.30.192.254:37789)] handling channelInactive
18:29:46.077 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.30.192.254:37789(127.30.192.254:37789)] cleaning up while in state READY due to: connection closed
18:29:46.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:46.077813 31634 generic_service.cc:196] Checking for leaks (request via RPC)
18:29:46.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:46.186308 31491 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu with pid 31572
18:29:46.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:46.203367 31491 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu pid 31641
18:29:46.203 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.30.192.253:44805(127.30.192.253:44805)] handling channelInactive
18:29:46.204 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.30.192.253:44805(127.30.192.253:44805)] cleaning up while in state READY due to: connection closed
18:29:46.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:46.204877 31705 generic_service.cc:196] Checking for leaks (request via RPC)
18:29:46.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 18:29:46.316151 31491 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskXx0CNc/build/asan/bin/kudu with pid 31641
18:29:46.337 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.30.192.252:34889(127.30.192.252:34889)] handling channelInactive
18:29:46.337 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.30.192.252:34889(127.30.192.252:34889)] cleaning up while in state READY due to: connection closed
18:29:46.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T18:29:46Z chronyd exiting

Time: 35.572

OK (6 tests)

