JUnit version 4.13.2
.18:20:48.201 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:20:48.207 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:20:48.208 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:20:48.332 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive4604490570548489645
18:20:48.524 [INFO - Thread-0] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:20:48.544 [INFO - Thread-0] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:20:48.849 [INFO - Thread-0] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:20:48.894 [INFO - Thread-0] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:20:48.895 [INFO - Thread-0] (Configuration.java:1462) datanucleus.plugin.pluginregistrybundlecheck is deprecated. Instead, use datanucleus.plugin.pluginRegistryBundleCheck
18:20:48.936 [INFO - Thread-0] (PersistenceManagerProvider.java:172) Current pmf properties are uninitialized
18:20:48.955 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:20:48.983 [INFO - Thread-0] (HikariDataSource.java:80) objectstore - Starting...
18:20:49.785 [INFO - Thread-0] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:20:49.789 [INFO - Thread-0] (HikariDataSource.java:82) objectstore - Start completed.
18:20:49.810 [INFO - Thread-0] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:20:49.812 [INFO - Thread-0] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:20:49.826 [INFO - Thread-0] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:20:49.827 [INFO - Thread-0] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:20:50.015 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:20:50.016 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:20:50.018 [INFO - Thread-0] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:20:50.557 [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:20:50.558 [INFO - Thread-0] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9461b47, with PersistenceManager: null will be shutdown
18:20:50.582 [INFO - Thread-0] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9461b47, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@439e5e61 created in the thread with id: 13
18:20:50.653 [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:20:50.879 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:20:50.881 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:20:50.882 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:20:50.883 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:20:50.884 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:20:50.885 [WARN - Thread-0] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:20:51.539 [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:20:51.540 [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.108
18:20:51.540 [INFO - Thread-0] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@9461b47
18:20:51.908 [INFO - Thread-0] (HMSHandler.java:595) Started creating a default database with name: default
18:20:51.961 [INFO - Thread-0] (HMSHandler.java:605) Successfully created a default database with name: default
18:20:52.014 [INFO - Thread-0] (HMSHandler.java:668) Added admin role in metastore
18:20:52.017 [INFO - Thread-0] (HMSHandler.java:677) Added public role in metastore
18:20:52.095 [INFO - Thread-0] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:20:52.101 [INFO - Thread-0] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:20:52.418 [INFO - Thread-0] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:20:52.427 [INFO - Thread-0] (HiveMetaStore.java:697) Direct SQL optimization = true
18:20:52.439 [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:20:52.440 [INFO - Thread-0] (HiveMetaStore.java:632) Started the new metaserver on port [37989]...
18:20:52.440 [INFO - Thread-0] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:20:52.440 [INFO - Thread-0] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:20:52.441 [INFO - Thread-0] (HiveMetaStore.java:635) TCP keepalive = true
18:20:52.441 [INFO - Thread-0] (HiveMetaStore.java:636) Enable SSL = false
18:20:53.364 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:20:53.365 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:20:53.366 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:20:53.381 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:20:53.382 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:37989]
18:20:53.382 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:37989) in binary transport mode
18:20:53.401 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:37989) current connections: 1
18:20:53.504 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
18:20:53.653 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskBx6O04/test-tmp
18:20:53.657 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
18:20:53.661 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskBx6O04/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
18:20:53.699 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:37989"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

18:20:54.192 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:20:54.203 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

18:20:54.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.206825 30317 mini_oidc.cc:150] Starting JWKS server
18:20:54.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.210243 30317 webserver.cc:533] Webserver started at http://127.0.0.1:42679/ using document root <none> and password file <none>
18:20:54.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.210507 30317 mini_oidc.cc:186] Starting OIDC Discovery server
18:20:54.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.211339 30317 webserver.cc:533] Webserver started at http://127.0.0.1:42983/ using document root <none> and password file <none>
18:20:54.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:20:54Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:20:54.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:20:54Z Disabled control of system clock
18:20:54.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.252432 30317 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:20:54.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:20:54.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-0/wal
18:20:54.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-0/data
18:20:54.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:20:54.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:20:54.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:20:54.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:20:54.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:20:54.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:20:54.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-0/logs
18:20:54.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-0/data/info.pb
18:20:54.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:20:54.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:20:54.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:20:54.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:20:54.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:20:54.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:20:54.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:20:54.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:20:54.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:20:54.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:20:54.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:20:54.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:20:54.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.155.126:37733
18:20:54.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.155.126
18:20:54.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:20:54.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.155.84:41679
18:20:54.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:20:54.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:20:54.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:20:54.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:20:54.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.155.126:37733,127.29.155.125:45377,127.29.155.124:40787
18:20:54.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:20:54.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42679/jwks.json
18:20:54.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37989 with env {}
18:20:54.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:54.652881 30334 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:20:54.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:54.653260 30334 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:20:54.654 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:54.653349 30334 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:20:54.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:54.662092 30334 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:20:54.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:54.662195 30334 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:20:54.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:54.662256 30334 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:20:54.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:54.662300 30334 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:20:54.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:54.662358 30334 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:20:54.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:54.662395 30334 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42679/jwks.json
18:20:54.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.673396 30334 master_runner.cc:387] Master server non-default flags:
18:20:54.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-0/logs
18:20:54.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:20:54.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:20:54.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:20:54.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.155.84:41679
18:20:54.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:20:54.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:20:54.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-0/data
18:20:54.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-0/wal
18:20:54.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37989
18:20:54.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:20:54.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.155.126:37733,127.29.155.125:45377,127.29.155.124:40787
18:20:54.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:20:54.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:20:54.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:20:54.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.155.126:37733
18:20:54.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:20:54.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:20:54.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:20:54.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42679/jwks.json
18:20:54.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:20:54.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:20:54.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-0/data/info.pb
18:20:54.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.155.126
18:20:54.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:20:54.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:20:54.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:20:54.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:20:54.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:20:54.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:20:54.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:20:54.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:20:54.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:20:54.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:20:54.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:20:54.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:42 UTC on e7f111948823
18:20:54.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17631
18:20:54.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:20:54.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.675896 30334 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:20:54.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.678642 30334 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:20:54.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:54.688961 30339 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:20:54.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:54.688862 30342 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:20:54.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:54.689136 30345 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:20:54.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.690086 30334 server_base.cc:1061] running on GCE node
18:20:54.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.691782 30334 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:20:54.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.693401 30334 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:20:54.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.694675 30334 hybrid_clock.cc:648] HybridClock initialized: now 1786472454694598 us; error 158 us; skew 500 ppm
18:20:54.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.695182 30334 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:20:54.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.697866 30334 webserver.cc:533] Webserver started at http://127.29.155.126:44753/ using document root <none> and password file <none>
18:20:54.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.698827 30334 fs_manager.cc:362] Metadata directory not provided
18:20:54.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.699007 30334 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:20:54.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.699587 30334 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:20:54.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.702448 30334 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-0/data/instance:
18:20:54.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0eb2ba51444845d6bcd875e8c30f6ebc"
18:20:54.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:20:54 on dist-test-slave-nfb5"
18:20:54.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.703581 30334 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-0/wal/instance:
18:20:54.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0eb2ba51444845d6bcd875e8c30f6ebc"
18:20:54.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:20:54 on dist-test-slave-nfb5"
18:20:54.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.710085 30334 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.001s
18:20:54.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.714425 30352 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:20:54.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.716158 30334 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
18:20:54.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.716362 30334 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-0/data,/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-0/wal
18:20:54.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "0eb2ba51444845d6bcd875e8c30f6ebc"
18:20:54.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:20:54 on dist-test-slave-nfb5"
18:20:54.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.716683 30334 fs_report.cc:389] FS layout report
18:20:54.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:20:54.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-0/wal
18:20:54.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-0/wal
18:20:54.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-0/data/data
18:20:54.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:20:54.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:20:54.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:20:54.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:20:54.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:20:54.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:20:54.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:20:54.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:20:54.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:20:54.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:20:54.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:20:54.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.748631 30334 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:20:54.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.750116 30334 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:20:54.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.750541 30334 kserver.cc:163] Server-wide thread pool size limit: 3276
18:20:54.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.776038 30334 rpc_server.cc:307] RPC server started. Bound to: 127.29.155.126:37733
18:20:54.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.776078 30433 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.155.126:37733 every 8 connection(s)
18:20:54.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.778268 30334 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-0/data/info.pb
18:20:54.784 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.783979 30435 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:20:54.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.786988 30317 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskBx6O04/build/asan/bin/kudu as pid 30334
18:20:54.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.787369 30317 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-0/wal/instance
18:20:54.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.791191 30317 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:20:54.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:20:54.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-1/wal
18:20:54.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-1/data
18:20:54.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:20:54.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:20:54.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:20:54.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:20:54.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:20:54.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:20:54.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-1/logs
18:20:54.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-1/data/info.pb
18:20:54.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:20:54.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:20:54.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:20:54.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:20:54.797 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:20:54.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:20:54.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:20:54.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:20:54.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:20:54.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:20:54.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:20:54.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:20:54.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.155.125:45377
18:20:54.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.155.125
18:20:54.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:20:54.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.155.84:41679
18:20:54.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:20:54.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:20:54.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:20:54.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:20:54.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.155.126:37733,127.29.155.125:45377,127.29.155.124:40787
18:20:54.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:20:54.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42679/jwks.json
18:20:54.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37989 with env {}
18:20:54.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.798804 30435 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.155.126" port: 37733 } has no permanent_uuid. Determining permanent_uuid...
18:20:54.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.834474 30435 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.155.125" port: 45377 } has no permanent_uuid. Determining permanent_uuid...
18:20:54.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:54.836066 30355 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.155.125:45377: connect: Connection refused (error 111)
18:20:54.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:54.838088 30435 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.155.125:45377: Network error: Client connection negotiation failed: client connection to 127.29.155.125:45377: connect: Connection refused (error 111)
18:20:54.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.887458 30435 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.155.125" port: 45377 } attempt: 1
18:20:54.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:54.890399 30435 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.155.125:45377: Network error: Client connection negotiation failed: client connection to 127.29.155.125:45377: connect: Connection refused (error 111)
18:20:54.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:54.958717 30435 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.155.125" port: 45377 } attempt: 2
18:20:54.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:54.961383 30435 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.155.125:45377: Network error: Client connection negotiation failed: client connection to 127.29.155.125:45377: connect: Connection refused (error 111)
18:20:55.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.052769 30435 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.155.125" port: 45377 } attempt: 3
18:20:55.056 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.055701 30435 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.155.125:45377: Network error: Client connection negotiation failed: client connection to 127.29.155.125:45377: connect: Connection refused (error 111)
18:20:55.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.199018 30435 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.155.125" port: 45377 } attempt: 4
18:20:55.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.201813 30435 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.155.125:45377: Network error: Client connection negotiation failed: client connection to 127.29.155.125:45377: connect: Connection refused (error 111)
18:20:55.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.209460 30437 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:20:55.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.209849 30437 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:20:55.210 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.209939 30437 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:20:55.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.219573 30437 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:20:55.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.219672 30437 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:20:55.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.219760 30437 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:20:55.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.219854 30437 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:20:55.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.219944 30437 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:20:55.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.220010 30437 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42679/jwks.json
18:20:55.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.232254 30437 master_runner.cc:387] Master server non-default flags:
18:20:55.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-1/logs
18:20:55.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:20:55.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:20:55.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:20:55.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.155.84:41679
18:20:55.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:20:55.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:20:55.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-1/data
18:20:55.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-1/wal
18:20:55.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37989
18:20:55.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:20:55.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.155.126:37733,127.29.155.125:45377,127.29.155.124:40787
18:20:55.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:20:55.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:20:55.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:20:55.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.155.125:45377
18:20:55.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:20:55.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:20:55.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:20:55.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42679/jwks.json
18:20:55.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:20:55.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:20:55.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-1/data/info.pb
18:20:55.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.155.125
18:20:55.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:20:55.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:20:55.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:20:55.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:20:55.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:20:55.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:20:55.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:20:55.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:20:55.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:20:55.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:20:55.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:20:55.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:42 UTC on e7f111948823
18:20:55.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17631
18:20:55.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:20:55.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.234664 30437 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:20:55.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.237677 30437 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:20:55.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.248728 30453 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:20:55.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.249176 30452 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:20:55.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.249533 30455 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:20:55.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.250015 30437 server_base.cc:1061] running on GCE node
18:20:55.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.251065 30437 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:20:55.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.252851 30437 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:20:55.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.254117 30437 hybrid_clock.cc:648] HybridClock initialized: now 1786472455254032 us; error 67 us; skew 500 ppm
18:20:55.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.254647 30437 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:20:55.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.257522 30437 webserver.cc:533] Webserver started at http://127.29.155.125:40615/ using document root <none> and password file <none>
18:20:55.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.258607 30437 fs_manager.cc:362] Metadata directory not provided
18:20:55.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.258773 30437 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:20:55.259 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.259356 30437 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:20:55.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.262380 30437 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-1/data/instance:
18:20:55.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cd3ad51552af4e5f97f9f98ed1e0e675"
18:20:55.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:20:55 on dist-test-slave-nfb5"
18:20:55.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.263535 30437 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-1/wal/instance:
18:20:55.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cd3ad51552af4e5f97f9f98ed1e0e675"
18:20:55.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:20:55 on dist-test-slave-nfb5"
18:20:55.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.270170 30437 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.000s
18:20:55.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.274266 30462 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:20:55.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.276298 30437 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.001s	sys 0.002s
18:20:55.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.276501 30437 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-1/data,/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-1/wal
18:20:55.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "cd3ad51552af4e5f97f9f98ed1e0e675"
18:20:55.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:20:55 on dist-test-slave-nfb5"
18:20:55.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.276767 30437 fs_report.cc:389] FS layout report
18:20:55.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:20:55.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-1/wal
18:20:55.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-1/wal
18:20:55.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-1/data/data
18:20:55.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:20:55.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:20:55.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:20:55.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:20:55.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:20:55.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:20:55.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:20:55.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:20:55.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:20:55.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:20:55.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:20:55.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.292568 30437 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:20:55.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.293493 30437 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:20:55.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.293741 30437 kserver.cc:163] Server-wide thread pool size limit: 3276
18:20:55.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.322445 30437 rpc_server.cc:307] RPC server started. Bound to: 127.29.155.125:45377
18:20:55.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.322464 30552 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.155.125:45377 every 8 connection(s)
18:20:55.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.324795 30437 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-1/data/info.pb
18:20:55.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.331094 30553 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:20:55.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.332010 30317 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskBx6O04/build/asan/bin/kudu as pid 30437
18:20:55.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.332216 30317 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-1/wal/instance
18:20:55.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.333400 30317 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:20:55.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:20:55.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-2/wal
18:20:55.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-2/data
18:20:55.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:20:55.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:20:55.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:20:55.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:20:55.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:20:55.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:20:55.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-2/logs
18:20:55.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-2/data/info.pb
18:20:55.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:20:55.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:20:55.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:20:55.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:20:55.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:20:55.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:20:55.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:20:55.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:20:55.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:20:55.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:20:55.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:20:55.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:20:55.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.155.124:40787
18:20:55.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.155.124
18:20:55.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:20:55.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.155.84:41679
18:20:55.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:20:55.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:20:55.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:20:55.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:20:55.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.155.126:37733,127.29.155.125:45377,127.29.155.124:40787
18:20:55.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:20:55.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42679/jwks.json
18:20:55.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37989 with env {}
18:20:55.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.341451 30553 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.155.126" port: 37733 } has no permanent_uuid. Determining permanent_uuid...
18:20:55.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.363243 30553 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.155.125" port: 45377 } has no permanent_uuid. Determining permanent_uuid...
18:20:55.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.373961 30553 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } has no permanent_uuid. Determining permanent_uuid...
18:20:55.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.375360 30468 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.29.155.124:40787: connect: Connection refused (error 111)
18:20:55.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.377668 30553 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.155.124:40787: Network error: Client connection negotiation failed: client connection to 127.29.155.124:40787: connect: Connection refused (error 111)
18:20:55.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.427107 30553 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } attempt: 1
18:20:55.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.429914 30553 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.155.124:40787: Network error: Client connection negotiation failed: client connection to 127.29.155.124:40787: connect: Connection refused (error 111)
18:20:55.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.498219 30553 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } attempt: 2
18:20:55.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.501312 30553 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.155.124:40787: Network error: Client connection negotiation failed: client connection to 127.29.155.124:40787: connect: Connection refused (error 111)
18:20:55.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.501169 30435 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.155.125" port: 45377 } attempt: 5
18:20:55.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.508762 30435 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } has no permanent_uuid. Determining permanent_uuid...
18:20:55.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.510965 30435 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.155.124:40787: Network error: Client connection negotiation failed: client connection to 127.29.155.124:40787: connect: Connection refused (error 111)
18:20:55.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.562304 30435 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } attempt: 1
18:20:55.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.565546 30435 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.155.124:40787: Network error: Client connection negotiation failed: client connection to 127.29.155.124:40787: connect: Connection refused (error 111)
18:20:55.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.592588 30553 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } attempt: 3
18:20:55.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.595526 30553 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.155.124:40787: Network error: Client connection negotiation failed: client connection to 127.29.155.124:40787: connect: Connection refused (error 111)
18:20:55.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.633827 30435 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } attempt: 2
18:20:55.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.636541 30435 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.155.124:40787: Network error: Client connection negotiation failed: client connection to 127.29.155.124:40787: connect: Connection refused (error 111)
18:20:55.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.738813 30553 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } attempt: 4
18:20:55.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.741544 30553 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.155.124:40787: Network error: Client connection negotiation failed: client connection to 127.29.155.124:40787: connect: Connection refused (error 111)
18:20:55.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.742811 30435 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } attempt: 3
18:20:55.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.744941 30435 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.29.155.124:40787: Network error: Client connection negotiation failed: client connection to 127.29.155.124:40787: connect: Connection refused (error 111)
18:20:55.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.763224 30555 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:20:55.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.763616 30555 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:20:55.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.763705 30555 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:20:55.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.772614 30555 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:20:55.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.772722 30555 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:20:55.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.772786 30555 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:20:55.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.772832 30555 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:20:55.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.772899 30555 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:20:55.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.772936 30555 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42679/jwks.json
18:20:55.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.789116 30555 master_runner.cc:387] Master server non-default flags:
18:20:55.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-2/logs
18:20:55.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:20:55.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:20:55.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:20:55.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.29.155.84:41679
18:20:55.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:20:55.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:20:55.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-2/data
18:20:55.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-2/wal
18:20:55.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:37989
18:20:55.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:20:55.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.29.155.126:37733,127.29.155.125:45377,127.29.155.124:40787
18:20:55.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:20:55.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:20:55.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:20:55.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.29.155.124:40787
18:20:55.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:20:55.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:20:55.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:20:55.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42679/jwks.json
18:20:55.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:20:55.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:20:55.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-2/data/info.pb
18:20:55.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.29.155.124
18:20:55.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:20:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:20:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:20:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:20:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:20:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:20:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:20:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:20:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:20:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:20:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:20:55.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:42 UTC on e7f111948823
18:20:55.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17631
18:20:55.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:20:55.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.791576 30555 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:20:55.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.794255 30555 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:20:55.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.806202 30572 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:20:55.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.806241 30571 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:20:55.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:55.806273 30575 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:20:55.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.807608 30555 server_base.cc:1061] running on GCE node
18:20:55.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.808702 30555 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:20:55.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.810540 30555 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:20:55.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.811796 30555 hybrid_clock.cc:648] HybridClock initialized: now 1786472455811744 us; error 37 us; skew 500 ppm
18:20:55.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.812264 30555 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:20:55.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.815244 30555 webserver.cc:533] Webserver started at http://127.29.155.124:44115/ using document root <none> and password file <none>
18:20:55.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.816260 30555 fs_manager.cc:362] Metadata directory not provided
18:20:55.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.816412 30555 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:20:55.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.816941 30555 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:20:55.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.820045 30555 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-2/data/instance:
18:20:55.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f410c20041fb48058b77376cff634fdf"
18:20:55.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:20:55 on dist-test-slave-nfb5"
18:20:55.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.821105 30555 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-2/wal/instance:
18:20:55.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f410c20041fb48058b77376cff634fdf"
18:20:55.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:20:55 on dist-test-slave-nfb5"
18:20:55.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.827824 30555 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.001s
18:20:55.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.832029 30587 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:20:55.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.833612 30555 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
18:20:55.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.833827 30555 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-2/data,/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-2/wal
18:20:55.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f410c20041fb48058b77376cff634fdf"
18:20:55.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:20:55 on dist-test-slave-nfb5"
18:20:55.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.834146 30555 fs_report.cc:389] FS layout report
18:20:55.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:20:55.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-2/wal
18:20:55.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-2/wal
18:20:55.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-2/data/data
18:20:55.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:20:55.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:20:55.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:20:55.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:20:55.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:20:55.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:20:55.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:20:55.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:20:55.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:20:55.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:20:55.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:20:55.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.855252 30555 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:20:55.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.856427 30555 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:20:55.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.856828 30555 kserver.cc:163] Server-wide thread pool size limit: 3276
18:20:55.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.881664 30555 rpc_server.cc:307] RPC server started. Bound to: 127.29.155.124:40787
18:20:55.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.881692 30675 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.29.155.124:40787 every 8 connection(s)
18:20:55.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.883913 30555 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-2/data/info.pb
18:20:55.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.889833 30677 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:20:55.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.890328 30317 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskBx6O04/build/asan/bin/kudu as pid 30555
18:20:55.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.890587 30317 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster12683550767691420490/master-2/wal/instance
18:20:55.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.900902 30677 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.155.126" port: 37733 } has no permanent_uuid. Determining permanent_uuid...
18:20:55.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.921254 30677 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.155.125" port: 45377 } has no permanent_uuid. Determining permanent_uuid...
18:20:55.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.922207 30435 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } attempt: 4
18:20:55.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.933239 30677 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } has no permanent_uuid. Determining permanent_uuid...
18:20:55.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.941864 30435 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0eb2ba51444845d6bcd875e8c30f6ebc: Bootstrap starting.
18:20:55.948 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.948217 30435 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0eb2ba51444845d6bcd875e8c30f6ebc: Neither blocks nor log segments found. Creating new log.
18:20:55.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.950678 30435 log.cc:826] T 00000000000000000000000000000000 P 0eb2ba51444845d6bcd875e8c30f6ebc: Log is configured to *not* fsync() on all Append() calls
18:20:55.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.954828 30435 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0eb2ba51444845d6bcd875e8c30f6ebc: No bootstrap required, opened a new log
18:20:55.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.955588 30317 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:20:55.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.957093 30677 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf: Bootstrap starting.
18:20:55.958 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:20:55.960 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:20:55.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.961611 30677 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf: Neither blocks nor log segments found. Creating new log.
18:20:55.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.962245 30435 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0eb2ba51444845d6bcd875e8c30f6ebc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eb2ba51444845d6bcd875e8c30f6ebc" member_type: VOTER last_known_addr { host: "127.29.155.126" port: 37733 } } peers { permanent_uuid: "cd3ad51552af4e5f97f9f98ed1e0e675" member_type: VOTER last_known_addr { host: "127.29.155.125" port: 45377 } } peers { permanent_uuid: "f410c20041fb48058b77376cff634fdf" member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } }
18:20:55.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.962607 30435 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0eb2ba51444845d6bcd875e8c30f6ebc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:20:55.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.962749 30435 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0eb2ba51444845d6bcd875e8c30f6ebc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0eb2ba51444845d6bcd875e8c30f6ebc, State: Initialized, Role: FOLLOWER
18:20:55.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.963303 30677 log.cc:826] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf: Log is configured to *not* fsync() on all Append() calls
18:20:55.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.963677 30435 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0eb2ba51444845d6bcd875e8c30f6ebc [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: "0eb2ba51444845d6bcd875e8c30f6ebc" member_type: VOTER last_known_addr { host: "127.29.155.126" port: 37733 } } peers { permanent_uuid: "cd3ad51552af4e5f97f9f98ed1e0e675" member_type: VOTER last_known_addr { host: "127.29.155.125" port: 45377 } } peers { permanent_uuid: "f410c20041fb48058b77376cff634fdf" member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } }
18:20:55.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.966331 30435 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0eb2ba51444845d6bcd875e8c30f6ebc [sys.catalog]: configured and running, proceeding with master startup.
18:20:55.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.967391 30677 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf: No bootstrap required, opened a new log
18:20:55.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.967320 30691 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0eb2ba51444845d6bcd875e8c30f6ebc [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: "0eb2ba51444845d6bcd875e8c30f6ebc" member_type: VOTER last_known_addr { host: "127.29.155.126" port: 37733 } } peers { permanent_uuid: "cd3ad51552af4e5f97f9f98ed1e0e675" member_type: VOTER last_known_addr { host: "127.29.155.125" port: 45377 } } peers { permanent_uuid: "f410c20041fb48058b77376cff634fdf" member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } } }
18:20:55.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.967692 30691 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0eb2ba51444845d6bcd875e8c30f6ebc [sys.catalog]: This master's current role is: FOLLOWER
18:20:55.971 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.29.155.126"
      port: 37733
    }
    bound_http_address {
      host: "127.29.155.126"
      port: 44753
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.29.155.125"
      port: 45377
    }
    bound_http_address {
      host: "127.29.155.125"
      port: 40615
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.29.155.124"
      port: 40787
    }
    bound_http_address {
      host: "127.29.155.124"
      port: 44115
    }
  }
}

18:20:55.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.975631 30677 raft_consensus.cc:359] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eb2ba51444845d6bcd875e8c30f6ebc" member_type: VOTER last_known_addr { host: "127.29.155.126" port: 37733 } } peers { permanent_uuid: "cd3ad51552af4e5f97f9f98ed1e0e675" member_type: VOTER last_known_addr { host: "127.29.155.125" port: 45377 } } peers { permanent_uuid: "f410c20041fb48058b77376cff634fdf" member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } }
18:20:55.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.976271 30677 raft_consensus.cc:385] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:20:55.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.976593 30677 raft_consensus.cc:740] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f410c20041fb48058b77376cff634fdf, State: Initialized, Role: FOLLOWER
18:20:55.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.977672 30677 consensus_queue.cc:260] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf [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: "0eb2ba51444845d6bcd875e8c30f6ebc" member_type: VOTER last_known_addr { host: "127.29.155.126" port: 37733 } } peers { permanent_uuid: "cd3ad51552af4e5f97f9f98ed1e0e675" member_type: VOTER last_known_addr { host: "127.29.155.125" port: 45377 } } peers { permanent_uuid: "f410c20041fb48058b77376cff634fdf" member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } }
18:20:55.979 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

18:20:55.979 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:20:55.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.979219 30718 sys_catalog.cc:455] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf [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: "0eb2ba51444845d6bcd875e8c30f6ebc" member_type: VOTER last_known_addr { host: "127.29.155.126" port: 37733 } } peers { permanent_uuid: "cd3ad51552af4e5f97f9f98ed1e0e675" member_type: VOTER last_known_addr { host: "127.29.155.125" port: 45377 } } peers { permanent_uuid: "f410c20041fb48058b77376cff634fdf" member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } } }
18:20:55.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.980281 30718 sys_catalog.cc:458] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf [sys.catalog]: This master's current role is: FOLLOWER
18:20:55.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:55.981683 30677 sys_catalog.cc:565] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf [sys.catalog]: configured and running, proceeding with master startup.
18:20:55.993 [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:20:56.001 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:56.000165 30715 client.h:373] Failed to connect to Hive Metastore (localhost:37989): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:20:56.001 [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=a186c59e-96e8-4ad7-ba65-586a9de96e67, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:20:56.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:56.004474 30360 tablet.cc:2406] T 00000000000000000000000000000000 P 0eb2ba51444845d6bcd875e8c30f6ebc: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:20:56.006 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:20:56.007 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:20:56.008 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1eb90b44, with PersistenceManager: null will be shutdown
18:20:56.009 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1eb90b44, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@fafd813 created in the thread with id: 36
18:20:56.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:56.014329 30729 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 0eb2ba51444845d6bcd875e8c30f6ebc: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:20:56.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:56.014729 30729 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:20:56.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.009778 30334 master_runner.cc:187] Error getting master registration for 127.29.155.125:45377: OK, instance_id { permanent_uuid: "cd3ad51552af4e5f97f9f98ed1e0e675" instance_seqno: 1786472455316147 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:20:56.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.019979 30334 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:20:56.039 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1eb90b44
18:20:56.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.040832 30553 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } attempt: 5
18:20:56.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.060016 30553 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cd3ad51552af4e5f97f9f98ed1e0e675: Bootstrap starting.
18:20:56.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.070114 30553 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P cd3ad51552af4e5f97f9f98ed1e0e675: Neither blocks nor log segments found. Creating new log.
18:20:56.071 [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:20:56.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:56.072564 30751 client.h:373] Failed to connect to Hive Metastore (localhost:37989): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:20:56.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.084993 30553 log.cc:826] T 00000000000000000000000000000000 P cd3ad51552af4e5f97f9f98ed1e0e675: Log is configured to *not* fsync() on all Append() calls
18:20:56.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.084779 30555 master_runner.cc:187] Error getting master registration for 127.29.155.125:45377: OK, instance_id { permanent_uuid: "cd3ad51552af4e5f97f9f98ed1e0e675" instance_seqno: 1786472455316147 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:20:56.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.092809 30555 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:20:56.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:56.109731 30597 tablet.cc:2406] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:20:56.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.110073 30553 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cd3ad51552af4e5f97f9f98ed1e0e675: No bootstrap required, opened a new log
18:20:56.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:56.118510 30760 catalog_manager.cc:1594] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:20:56.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:56.119108 30760 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:20:56.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.126515 30553 raft_consensus.cc:359] T 00000000000000000000000000000000 P cd3ad51552af4e5f97f9f98ed1e0e675 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eb2ba51444845d6bcd875e8c30f6ebc" member_type: VOTER last_known_addr { host: "127.29.155.126" port: 37733 } } peers { permanent_uuid: "cd3ad51552af4e5f97f9f98ed1e0e675" member_type: VOTER last_known_addr { host: "127.29.155.125" port: 45377 } } peers { permanent_uuid: "f410c20041fb48058b77376cff634fdf" member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } }
18:20:56.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.130342 30553 raft_consensus.cc:385] T 00000000000000000000000000000000 P cd3ad51552af4e5f97f9f98ed1e0e675 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:20:56.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.130791 30553 raft_consensus.cc:740] T 00000000000000000000000000000000 P cd3ad51552af4e5f97f9f98ed1e0e675 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cd3ad51552af4e5f97f9f98ed1e0e675, State: Initialized, Role: FOLLOWER
18:20:56.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.132141 30553 consensus_queue.cc:260] T 00000000000000000000000000000000 P cd3ad51552af4e5f97f9f98ed1e0e675 [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: "0eb2ba51444845d6bcd875e8c30f6ebc" member_type: VOTER last_known_addr { host: "127.29.155.126" port: 37733 } } peers { permanent_uuid: "cd3ad51552af4e5f97f9f98ed1e0e675" member_type: VOTER last_known_addr { host: "127.29.155.125" port: 45377 } } peers { permanent_uuid: "f410c20041fb48058b77376cff634fdf" member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } }
18:20:56.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.143802 30766 sys_catalog.cc:455] T 00000000000000000000000000000000 P cd3ad51552af4e5f97f9f98ed1e0e675 [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: "0eb2ba51444845d6bcd875e8c30f6ebc" member_type: VOTER last_known_addr { host: "127.29.155.126" port: 37733 } } peers { permanent_uuid: "cd3ad51552af4e5f97f9f98ed1e0e675" member_type: VOTER last_known_addr { host: "127.29.155.125" port: 45377 } } peers { permanent_uuid: "f410c20041fb48058b77376cff634fdf" member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } } }
18:20:56.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.144552 30766 sys_catalog.cc:458] T 00000000000000000000000000000000 P cd3ad51552af4e5f97f9f98ed1e0e675 [sys.catalog]: This master's current role is: FOLLOWER
18:20:56.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.145783 30553 sys_catalog.cc:565] T 00000000000000000000000000000000 P cd3ad51552af4e5f97f9f98ed1e0e675 [sys.catalog]: configured and running, proceeding with master startup.
18:20:56.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.257437 30718 raft_consensus.cc:493] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:20:56.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.257889 30718 raft_consensus.cc:515] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eb2ba51444845d6bcd875e8c30f6ebc" member_type: VOTER last_known_addr { host: "127.29.155.126" port: 37733 } } peers { permanent_uuid: "cd3ad51552af4e5f97f9f98ed1e0e675" member_type: VOTER last_known_addr { host: "127.29.155.125" port: 45377 } } peers { permanent_uuid: "f410c20041fb48058b77376cff634fdf" member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } }
18:20:56.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.262496 30718 leader_election.cc:290] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0eb2ba51444845d6bcd875e8c30f6ebc (127.29.155.126:37733), cd3ad51552af4e5f97f9f98ed1e0e675 (127.29.155.125:45377)
18:20:56.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.262501 30387 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f410c20041fb48058b77376cff634fdf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0eb2ba51444845d6bcd875e8c30f6ebc" is_pre_election: true
18:20:56.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.263206 30387 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 0eb2ba51444845d6bcd875e8c30f6ebc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f410c20041fb48058b77376cff634fdf in term 0.
18:20:56.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.265311 30589 leader_election.cc:304] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf [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: 0eb2ba51444845d6bcd875e8c30f6ebc, f410c20041fb48058b77376cff634fdf; no voters: 
18:20:56.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.265810 30718 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf [term 0 FOLLOWER]: Leader pre-election won for term 1
18:20:56.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.265961 30718 raft_consensus.cc:493] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:20:56.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.266067 30718 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf [term 0 FOLLOWER]: Advancing to term 1
18:20:56.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.265611 30512 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f410c20041fb48058b77376cff634fdf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cd3ad51552af4e5f97f9f98ed1e0e675" is_pre_election: true
18:20:56.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.267921 30512 raft_consensus.cc:2468] T 00000000000000000000000000000000 P cd3ad51552af4e5f97f9f98ed1e0e675 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f410c20041fb48058b77376cff634fdf in term 0.
18:20:56.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.269650 30718 raft_consensus.cc:515] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eb2ba51444845d6bcd875e8c30f6ebc" member_type: VOTER last_known_addr { host: "127.29.155.126" port: 37733 } } peers { permanent_uuid: "cd3ad51552af4e5f97f9f98ed1e0e675" member_type: VOTER last_known_addr { host: "127.29.155.125" port: 45377 } } peers { permanent_uuid: "f410c20041fb48058b77376cff634fdf" member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } }
18:20:56.274 [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:20:56.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.271786 30387 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f410c20041fb48058b77376cff634fdf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0eb2ba51444845d6bcd875e8c30f6ebc"
18:20:56.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.272054 30387 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0eb2ba51444845d6bcd875e8c30f6ebc [term 0 FOLLOWER]: Advancing to term 1
18:20:56.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:56.275381 30783 client.h:373] Failed to connect to Hive Metastore (localhost:37989): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:20:56.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.276170 30512 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "f410c20041fb48058b77376cff634fdf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cd3ad51552af4e5f97f9f98ed1e0e675"
18:20:56.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.276396 30512 raft_consensus.cc:3060] T 00000000000000000000000000000000 P cd3ad51552af4e5f97f9f98ed1e0e675 [term 0 FOLLOWER]: Advancing to term 1
18:20:56.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.280119 30512 raft_consensus.cc:2468] T 00000000000000000000000000000000 P cd3ad51552af4e5f97f9f98ed1e0e675 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f410c20041fb48058b77376cff634fdf in term 1.
18:20:56.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.280768 30591 leader_election.cc:304] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf [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: cd3ad51552af4e5f97f9f98ed1e0e675, f410c20041fb48058b77376cff634fdf; no voters: 
18:20:56.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.282867 30718 leader_election.cc:290] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf [CANDIDATE]: Term 1 election: Requested vote from peers 0eb2ba51444845d6bcd875e8c30f6ebc (127.29.155.126:37733), cd3ad51552af4e5f97f9f98ed1e0e675 (127.29.155.125:45377)
18:20:56.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.283191 30718 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf [term 1 FOLLOWER]: Leader election won for term 1
18:20:56.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.283346 30718 raft_consensus.cc:697] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf [term 1 LEADER]: Becoming Leader. State: Replica: f410c20041fb48058b77376cff634fdf, State: Running, Role: LEADER
18:20:56.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.284078 30718 consensus_queue.cc:237] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf [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: "0eb2ba51444845d6bcd875e8c30f6ebc" member_type: VOTER last_known_addr { host: "127.29.155.126" port: 37733 } } peers { permanent_uuid: "cd3ad51552af4e5f97f9f98ed1e0e675" member_type: VOTER last_known_addr { host: "127.29.155.125" port: 45377 } } peers { permanent_uuid: "f410c20041fb48058b77376cff634fdf" member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } }
18:20:56.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.287994 30387 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 0eb2ba51444845d6bcd875e8c30f6ebc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f410c20041fb48058b77376cff634fdf in term 1.
18:20:56.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:56.297519 30476 tablet.cc:2406] T 00000000000000000000000000000000 P cd3ad51552af4e5f97f9f98ed1e0e675: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:20:56.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.315486 30798 sys_catalog.cc:455] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf [sys.catalog]: SysCatalogTable state changed. Reason: New leader f410c20041fb48058b77376cff634fdf. Latest consensus state: current_term: 1 leader_uuid: "f410c20041fb48058b77376cff634fdf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eb2ba51444845d6bcd875e8c30f6ebc" member_type: VOTER last_known_addr { host: "127.29.155.126" port: 37733 } } peers { permanent_uuid: "cd3ad51552af4e5f97f9f98ed1e0e675" member_type: VOTER last_known_addr { host: "127.29.155.125" port: 45377 } } peers { permanent_uuid: "f410c20041fb48058b77376cff634fdf" member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } } }
18:20:56.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.316509 30798 sys_catalog.cc:458] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf [sys.catalog]: This master's current role is: LEADER
18:20:56.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.345227 30800 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
18:20:56.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.349889 30800 catalog_manager.cc:1520] Initializing Kudu cluster ID...
18:20:56.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:56.357326 30797 catalog_manager.cc:1594] T 00000000000000000000000000000000 P cd3ad51552af4e5f97f9f98ed1e0e675: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:20:56.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:56.375061 30797 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:20:56.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.423281 30387 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 0eb2ba51444845d6bcd875e8c30f6ebc [term 1 FOLLOWER]: Refusing update from remote peer f410c20041fb48058b77376cff634fdf: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:20:56.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.426674 30512 raft_consensus.cc:1275] T 00000000000000000000000000000000 P cd3ad51552af4e5f97f9f98ed1e0e675 [term 1 FOLLOWER]: Refusing update from remote peer f410c20041fb48058b77376cff634fdf: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:20:56.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.427440 30718 consensus_queue.cc:1048] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf [LEADER]: Connected to new peer: Peer: permanent_uuid: "0eb2ba51444845d6bcd875e8c30f6ebc" member_type: VOTER last_known_addr { host: "127.29.155.126" port: 37733 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:20:56.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.435427 30718 consensus_queue.cc:1048] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf [LEADER]: Connected to new peer: Peer: permanent_uuid: "cd3ad51552af4e5f97f9f98ed1e0e675" member_type: VOTER last_known_addr { host: "127.29.155.125" port: 45377 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.006s
18:20:56.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.472935 30691 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0eb2ba51444845d6bcd875e8c30f6ebc [sys.catalog]: SysCatalogTable state changed. Reason: New leader f410c20041fb48058b77376cff634fdf. Latest consensus state: current_term: 1 leader_uuid: "f410c20041fb48058b77376cff634fdf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eb2ba51444845d6bcd875e8c30f6ebc" member_type: VOTER last_known_addr { host: "127.29.155.126" port: 37733 } } peers { permanent_uuid: "cd3ad51552af4e5f97f9f98ed1e0e675" member_type: VOTER last_known_addr { host: "127.29.155.125" port: 45377 } } peers { permanent_uuid: "f410c20041fb48058b77376cff634fdf" member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } } }
18:20:56.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.473423 30691 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0eb2ba51444845d6bcd875e8c30f6ebc [sys.catalog]: This master's current role is: FOLLOWER
18:20:56.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.475476 30803 mvcc.cc:204] Tried to move back new op lower bound from 7317391181407948800 to 7317391180972789760. Current Snapshot: MvccSnapshot[applied={T|T < 7317391181407948800}]
18:20:56.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.476332 30718 sys_catalog.cc:455] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "f410c20041fb48058b77376cff634fdf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eb2ba51444845d6bcd875e8c30f6ebc" member_type: VOTER last_known_addr { host: "127.29.155.126" port: 37733 } } peers { permanent_uuid: "cd3ad51552af4e5f97f9f98ed1e0e675" member_type: VOTER last_known_addr { host: "127.29.155.125" port: 45377 } } peers { permanent_uuid: "f410c20041fb48058b77376cff634fdf" member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } } }
18:20:56.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.476645 30718 sys_catalog.cc:458] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf [sys.catalog]: This master's current role is: LEADER
18:20:56.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.478379 30766 sys_catalog.cc:455] T 00000000000000000000000000000000 P cd3ad51552af4e5f97f9f98ed1e0e675 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f410c20041fb48058b77376cff634fdf. Latest consensus state: current_term: 1 leader_uuid: "f410c20041fb48058b77376cff634fdf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eb2ba51444845d6bcd875e8c30f6ebc" member_type: VOTER last_known_addr { host: "127.29.155.126" port: 37733 } } peers { permanent_uuid: "cd3ad51552af4e5f97f9f98ed1e0e675" member_type: VOTER last_known_addr { host: "127.29.155.125" port: 45377 } } peers { permanent_uuid: "f410c20041fb48058b77376cff634fdf" member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } } }
18:20:56.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.478716 30766 sys_catalog.cc:458] T 00000000000000000000000000000000 P cd3ad51552af4e5f97f9f98ed1e0e675 [sys.catalog]: This master's current role is: FOLLOWER
18:20:56.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.487293 30798 sys_catalog.cc:455] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "f410c20041fb48058b77376cff634fdf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eb2ba51444845d6bcd875e8c30f6ebc" member_type: VOTER last_known_addr { host: "127.29.155.126" port: 37733 } } peers { permanent_uuid: "cd3ad51552af4e5f97f9f98ed1e0e675" member_type: VOTER last_known_addr { host: "127.29.155.125" port: 45377 } } peers { permanent_uuid: "f410c20041fb48058b77376cff634fdf" member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } } }
18:20:56.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.487560 30798 sys_catalog.cc:458] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf [sys.catalog]: This master's current role is: LEADER
18:20:56.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.494772 30806 mvcc.cc:204] Tried to move back new op lower bound from 7317391181407948800 to 7317391180972789760. Current Snapshot: MvccSnapshot[applied={T|T < 7317391181407948800}]
18:20:56.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.495819 30691 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0eb2ba51444845d6bcd875e8c30f6ebc [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "f410c20041fb48058b77376cff634fdf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eb2ba51444845d6bcd875e8c30f6ebc" member_type: VOTER last_known_addr { host: "127.29.155.126" port: 37733 } } peers { permanent_uuid: "cd3ad51552af4e5f97f9f98ed1e0e675" member_type: VOTER last_known_addr { host: "127.29.155.125" port: 45377 } } peers { permanent_uuid: "f410c20041fb48058b77376cff634fdf" member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } } }
18:20:56.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.496105 30691 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0eb2ba51444845d6bcd875e8c30f6ebc [sys.catalog]: This master's current role is: FOLLOWER
18:20:56.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.497108 30800 catalog_manager.cc:1383] Generated new cluster ID: 64c79baa1977421fb0e09a222336c054
18:20:56.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.498154 30800 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
18:20:56.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.503017 30766 sys_catalog.cc:455] T 00000000000000000000000000000000 P cd3ad51552af4e5f97f9f98ed1e0e675 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "f410c20041fb48058b77376cff634fdf" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0eb2ba51444845d6bcd875e8c30f6ebc" member_type: VOTER last_known_addr { host: "127.29.155.126" port: 37733 } } peers { permanent_uuid: "cd3ad51552af4e5f97f9f98ed1e0e675" member_type: VOTER last_known_addr { host: "127.29.155.125" port: 45377 } } peers { permanent_uuid: "f410c20041fb48058b77376cff634fdf" member_type: VOTER last_known_addr { host: "127.29.155.124" port: 40787 } } }
18:20:56.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.503279 30766 sys_catalog.cc:458] T 00000000000000000000000000000000 P cd3ad51552af4e5f97f9f98ed1e0e675 [sys.catalog]: This master's current role is: FOLLOWER
18:20:56.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.631155 30800 catalog_manager.cc:1406] Generated new certificate authority record
18:20:56.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.633442 30800 catalog_manager.cc:1540] Loading token signing keys...
18:20:56.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.740054 30800 catalog_manager.cc:6092] T 00000000000000000000000000000000 P f410c20041fb48058b77376cff634fdf: Generated new TSK 0
18:20:56.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.742441 30800 catalog_manager.cc:1550] Initializing in-progress tserver states...
18:20:56.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.744473 30800 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
18:20:56.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:56.747936 30800 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
18:20:57.010 [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:20:57.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:57.011452 30715 client.h:373] Failed to connect to Hive Metastore (localhost:37989): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:20:57.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:57.018141 30729 catalog_manager.cc:1295] Loaded cluster ID: 64c79baa1977421fb0e09a222336c054
18:20:57.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:57.018286 30729 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 0eb2ba51444845d6bcd875e8c30f6ebc: loading cluster ID for follower catalog manager: success
18:20:57.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:57.023204 30729 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 0eb2ba51444845d6bcd875e8c30f6ebc: acquiring CA information for follower catalog manager: success
18:20:57.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:57.026436 30729 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 0eb2ba51444845d6bcd875e8c30f6ebc: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:20:57.044 [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:20:57.068 [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:20:57.069 [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:20:57.087 [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:20:57.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:57.094234 30751 client.h:373] Failed to connect to Hive Metastore (localhost:37989): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:20:57.286 [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:20:57.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:57.289608 30783 client.h:373] Failed to connect to Hive Metastore (localhost:37989): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:20:57.373 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:20:57.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:57.378865 30797 catalog_manager.cc:1295] Loaded cluster ID: 64c79baa1977421fb0e09a222336c054
18:20:57.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:57.379527 30797 catalog_manager.cc:1588] T 00000000000000000000000000000000 P cd3ad51552af4e5f97f9f98ed1e0e675: loading cluster ID for follower catalog manager: success
18:20:57.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:57.384779 30797 catalog_manager.cc:1610] T 00000000000000000000000000000000 P cd3ad51552af4e5f97f9f98ed1e0e675: acquiring CA information for follower catalog manager: success
18:20:57.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:20:57.388566 30797 catalog_manager.cc:1638] T 00000000000000000000000000000000 P cd3ad51552af4e5f97f9f98ed1e0e675: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:20:57.399 [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/hive4604490570548489645/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=a186c59e-96e8-4ad7-ba65-586a9de96e67, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:20:57.489 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4604490570548489645/external-warehouse/table
18:20:57.656 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:20:57.659 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: non-Kudu table entry must not contain a table ID property (kudu.table_id)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
18:20:57.663 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

18:20:57.758 [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=07a0f27d-6746-4d39-af65-fb2cd4cf7319, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.155.124:40787,127.29.155.125:45377,127.29.155.126:37733}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:20:57.763 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:20:57.767 [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/hive4604490570548489645/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=07a0f27d-6746-4d39-af65-fb2cd4cf7319, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.155.124:40787,127.29.155.125:45377,127.29.155.126:37733}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:20:57.769 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4604490570548489645/external-warehouse/table
18:20:57.792 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
18:20:57.796 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
18:20:57.797 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
18:20:57.802 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@593de269
18:20:57.827 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
18:20:57.827 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
18:20:57.828 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
18:20:57.828 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
18:20:57.829 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
18:20:57.829 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
18:20:57.830 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
18:20:57.830 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
18:20:57.831 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
18:20:57.831 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
18:20:57.833 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:515) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class org.apache.kudu.shaded.io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @7e0b85f9
18:20:57.834 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
18:20:57.834 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
18:20:57.834 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
18:20:57.834 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
18:20:57.835 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
18:20:57.835 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
18:20:57.836 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
18:20:57.836 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
18:20:57.844 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
18:20:57.873 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
18:20:57.884 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
18:20:57.889 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
18:20:57.889 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
18:20:57.896 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
18:20:57.896 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
18:20:57.943 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
18:20:57.943 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
18:20:57.943 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
18:20:57.943 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
18:20:57.943 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
18:20:57.943 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
18:20:57.943 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
18:20:57.943 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
18:20:57.943 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
18:20:57.943 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
18:20:57.943 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
18:20:57.943 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
18:20:57.943 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
18:20:57.959 [DEBUG - Metastore-Handler-Pool: Thread-36] (CompositeStrategy.java:59) Unable to load modern Subject methods, relying only on legacy methods
java.lang.NoSuchMethodException: javax.security.auth.Subject.current()
	at java.base/java.lang.Class.getDeclaredMethod(Class.java:2677)
	at org.apache.kudu.client.internals.ModernStrategy.<init>(ModernStrategy.java:51)
	at org.apache.kudu.client.internals.CompositeStrategy.<init>(CompositeStrategy.java:52)
	at org.apache.kudu.client.internals.CompositeStrategy.<clinit>(CompositeStrategy.java:41)
	at org.apache.kudu.client.internals.SecurityManagerCompatibility.get(SecurityManagerCompatibility.java:43)
	at org.apache.kudu.client.SecurityContext.setupSubject(SecurityContext.java:155)
	at org.apache.kudu.client.SecurityContext.<init>(SecurityContext.java:138)
	at org.apache.kudu.client.AsyncKuduClient.<init>(AsyncKuduClient.java:431)
	at org.apache.kudu.client.AsyncKuduClient$AsyncKuduClientBuilder.build(AsyncKuduClient.java:3109)
	at org.apache.kudu.client.KuduClient$KuduClientBuilder.build(KuduClient.java:769)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.lambda$getKuduClient$0(KuduMetastorePlugin.java:604)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.getKuduClient(KuduMetastorePlugin.java:600)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.kuduSyncEnabled(KuduMetastorePlugin.java:581)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:154)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
18:20:57.962 [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:20:57.985 [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:20:58.015 [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:20:58.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:58.015997 30715 client.h:373] Failed to connect to Hive Metastore (localhost:37989): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:20:58.100 [INFO - Metastore-Handler-Pool: Thread-54] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:20:58.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:58.100919 30751 client.h:373] Failed to connect to Hive Metastore (localhost:37989): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:20:58.165 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.29.155.124:40787(127.29.155.124:40787)] connecting to peer
18:20:58.176 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 30243 (auto-detected)
18:20:58.178 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
18:20:58.179 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
18:20:58.181 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
18:20:58.183 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
18:20:58.184 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:e9:ff:fe:74:98:12 (auto-detected)
18:20:58.216 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
18:20:58.216 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
18:20:58.217 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
18:20:58.225 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
18:20:58.232 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.29.155.125:45377(127.29.155.125:45377)] connecting to peer
18:20:58.234 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.29.155.126:37733(127.29.155.126:37733)] connecting to peer
18:20:58.264 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.29.155.126:37733(127.29.155.126:37733)] Successfully connected to peer
18:20:58.268 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.29.155.125:45377(127.29.155.125:45377)] Successfully connected to peer
18:20:58.272 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.29.155.124:40787(127.29.155.124:40787)] Successfully connected to peer
18:20:58.287 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
18:20:58.287 [DEBUG - kudu-nio-2] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
18:20:58.288 [DEBUG - kudu-nio-2] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@77e5bfab
18:20:58.293 [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:20:58.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:58.293893 30783 client.h:373] Failed to connect to Hive Metastore (localhost:37989): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:20:58.294 [DEBUG - kudu-nio-2] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
18:20:58.294 [DEBUG - kudu-nio-2] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
18:20:58.294 [DEBUG - kudu-nio-2] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
18:20:58.294 [DEBUG - kudu-nio-2] (Recycler.java:99) -Dio.netty.recycler.blocking: false
18:20:58.294 [DEBUG - kudu-nio-2] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
18:20:58.388 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.29.155.125
18:20:58.391 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.29.155.124
18:20:58.391 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.29.155.126
18:20:58.683 [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:20:58.683 [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:20:58.689 [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:20:58.710 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xd0567362, L:/127.0.0.1:34162 - R:/127.29.155.126:37733] using SASL/PLAIN
18:20:58.710 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x0a8b8149, L:/127.0.0.1:48768 - R:/127.29.155.124:40787] using SASL/PLAIN
18:20:58.710 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xa2839f64, L:/127.0.0.1:49850 - R:/127.29.155.125:45377] using SASL/PLAIN
18:20:58.771 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
18:20:58.779 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu tables may not be created through Hive
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
18:20:58.780 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu tables may not be created through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

18:20:58.828 [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=e731b839-1906-4f7f-89bf-184733bc22f1, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.155.124:40787,127.29.155.125:45377,127.29.155.126:37733}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:20:58.832 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:20:58.835 [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/hive4604490570548489645/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=e731b839-1906-4f7f-89bf-184733bc22f1, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.155.124:40787,127.29.155.125:45377,127.29.155.126:37733}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:20:58.838 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4604490570548489645/external-warehouse/table
18:20:58.964 [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:20:59.019 [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:20:59.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:59.020277 30715 client.h:373] Failed to connect to Hive Metastore (localhost:37989): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:20:59.053 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
18:20:59.063 [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:20:59.105 [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:20:59.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:59.106144 30751 client.h:373] Failed to connect to Hive Metastore (localhost:37989): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:20:59.241 [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:20:59.297 [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:20:59.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:20:59.298290 30783 client.h:373] Failed to connect to Hive Metastore (localhost:37989): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:20:59.572 [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:20:59.631 [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:20:59.691 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
18:20:59.859 [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=76d71bc2-70cf-4a34-bcf2-416485933d91, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.155.124:40787,127.29.155.125:45377,127.29.155.126:37733}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:20:59.862 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:20:59.865 [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/hive4604490570548489645/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=76d71bc2-70cf-4a34-bcf2-416485933d91, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.29.155.124:40787,127.29.155.125:45377,127.29.155.126:37733}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:20:59.868 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4604490570548489645/external-warehouse/table
18:20:59.908 [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:20:59.943 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
18:20:59.945 [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:21:00.011 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
18:21:00.026 [INFO - Metastore-Handler-Pool: Thread-65] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:00.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:00.026970 30715 client.h:373] Failed to connect to Hive Metastore (localhost:37989): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:00.036 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:21:00.036 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:21:00.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:00.036851 30317 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskBx6O04/build/asan/bin/kudu pid 30334
18:21:00.037 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1eb90b44, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@fafd813 will be shutdown
18:21:00.038 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:21:00.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:00.039008 30428 generic_service.cc:196] Checking for leaks (request via RPC)
18:21:00.109 [INFO - Metastore-Handler-Pool: Thread-66] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:00.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:00.110561 30751 client.h:373] Failed to connect to Hive Metastore (localhost:37989): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:00.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:00.165375 30317 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskBx6O04/build/asan/bin/kudu with pid 30334
18:21:00.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:00.204238 30317 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskBx6O04/build/asan/bin/kudu pid 30437
18:21:00.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:00.205885 30544 generic_service.cc:196] Checking for leaks (request via RPC)
18:21:00.209 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.29.155.126:37733(127.29.155.126:37733)] handling channelInactive
18:21:00.209 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.29.155.126:37733(127.29.155.126:37733)] cleaning up while in state READY due to: connection closed
18:21:00.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:00.331426 30317 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskBx6O04/build/asan/bin/kudu with pid 30437
18:21:00.338 [INFO - Metastore-Handler-Pool: Thread-67] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:00.369 [ERROR - Metastore-Handler-Pool: Thread-67] (TThreadPoolServer.java:260) Thrift Error occurred during processing of message.
org.apache.thrift.transport.TTransportException: java.net.SocketException: Connection reset
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:181)
	at org.apache.thrift.transport.TTransport.readAll(TTransport.java:109)
	at org.apache.hadoop.hive.metastore.security.TFilterTransport.readAll(TFilterTransport.java:63)
	at org.apache.thrift.protocol.TBinaryProtocol.readAll(TBinaryProtocol.java:464)
	at org.apache.thrift.protocol.TBinaryProtocol.readI32(TBinaryProtocol.java:362)
	at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:245)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:76)
	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: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:328)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:808)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
	at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:343)
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:177)
	... 10 more
18:21:00.370 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.29.155.125:45377(127.29.155.125:45377)] handling channelInactive
18:21:00.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:00.369692 30317 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskBx6O04/build/asan/bin/kudu pid 30555
18:21:00.371 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.29.155.125:45377(127.29.155.125:45377)] cleaning up while in state READY due to: connection closed
18:21:00.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:00.371712 30669 generic_service.cc:196] Checking for leaks (request via RPC)
18:21:00.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:00.497265 30317 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskBx6O04/build/asan/bin/kudu with pid 30555
18:21:00.532 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.29.155.124:40787(127.29.155.124:40787)] handling channelInactive
18:21:00.533 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.29.155.124:40787(127.29.155.124:40787)] cleaning up while in state READY due to: connection closed
18:21:00.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:00Z chronyd exiting
.18:21:00.686 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:00.687 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:00.687 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:00.714 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive12809531689554897795
18:21:00.716 [INFO - Thread-43] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:21:00.716 [INFO - Thread-43] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:21:00.719 [INFO - Thread-43] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:00.719 [INFO - Thread-43] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:00.720 [INFO - Thread-43] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:21:00.725 [INFO - Thread-43] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:21:00.729 [INFO - Thread-43] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:21:00.729 [INFO - Thread-43] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:21:00.730 [INFO - Thread-43] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:21:00.730 [INFO - Thread-43] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:21:00.732 [INFO - Thread-43] (HikariDataSource.java:80) objectstore - Starting...
18:21:00.830 [INFO - Thread-43] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:00.831 [INFO - Thread-43] (HikariDataSource.java:82) objectstore - Start completed.
18:21:00.831 [INFO - Thread-43] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:21:00.834 [INFO - Thread-43] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:21:00.836 [INFO - Thread-43] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:00.836 [INFO - Thread-43] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:21:00.858 [INFO - Thread-43] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:21:00.859 [INFO - Thread-43] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:21:00.859 [INFO - Thread-43] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:21:00.942 [WARN - Thread-43] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:00.943 [WARN - Thread-43] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:00.944 [WARN - Thread-43] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:00.944 [WARN - Thread-43] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:00.945 [WARN - Thread-43] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:00.945 [WARN - Thread-43] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:01.176 [INFO - Thread-43] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:21:01.176 [INFO - Thread-43] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@d6734b, with PersistenceManager: null will be shutdown
18:21:01.177 [INFO - Thread-43] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@d6734b, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3df19628 created in the thread with id: 68
18:21:01.179 [WARN - Thread-43] (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:21:01.181 [INFO - Thread-43] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@d6734b
18:21:01.312 [INFO - Thread-43] (HMSHandler.java:595) Started creating a default database with name: default
18:21:01.338 [INFO - Thread-43] (HMSHandler.java:605) Successfully created a default database with name: default
18:21:01.378 [INFO - Thread-43] (HMSHandler.java:668) Added admin role in metastore
18:21:01.380 [INFO - Thread-43] (HMSHandler.java:677) Added public role in metastore
18:21:01.424 [INFO - Thread-43] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:21:01.424 [INFO - Thread-43] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:21:01.425 [INFO - Thread-43] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:21:01.426 [INFO - Thread-43] (HiveMetaStore.java:697) Direct SQL optimization = true
18:21:01.426 [WARN - Thread-43] (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:21:01.427 [INFO - Thread-43] (HiveMetaStore.java:632) Started the new metaserver on port [40763]...
18:21:01.427 [INFO - Thread-43] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:21:01.427 [INFO - Thread-43] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:21:01.427 [INFO - Thread-43] (HiveMetaStore.java:635) TCP keepalive = true
18:21:01.427 [INFO - Thread-43] (HiveMetaStore.java:636) Enable SSL = false
18:21:01.718 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:01.719 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:01.719 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:01.722 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:21:01.722 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:40763]
18:21:01.723 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:40763) in binary transport mode
18:21:01.723 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:40763) current connections: 1
18:21:01.725 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskBx6O04/test-tmp
18:21:01.725 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
18:21:01.726 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskBx6O04/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
18:21:01.729 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:40763"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

18:21:02.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.136905 30919 mini_oidc.cc:150] Starting JWKS server
18:21:02.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.140064 30919 webserver.cc:533] Webserver started at http://127.0.0.1:45403/ using document root <none> and password file <none>
18:21:02.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.140440 30919 mini_oidc.cc:186] Starting OIDC Discovery server
18:21:02.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.141134 30919 webserver.cc:533] Webserver started at http://127.0.0.1:34179/ using document root <none> and password file <none>
18:21:02.166 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:02Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:21:02.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:02Z Disabled control of system clock
18:21:02.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.180723 30919 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:02.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:02.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-0/wal
18:21:02.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-0/data
18:21:02.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:02.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:02.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:02.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:02.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:02.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:02.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-0/logs
18:21:02.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-0/data/info.pb
18:21:02.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:02.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:02.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:02.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:02.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:02.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:02.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:02.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:02.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:02.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:02.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:02.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:02.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.49.254:35653
18:21:02.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.49.254
18:21:02.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:02.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.49.212:41741
18:21:02.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:02.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:02.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:02.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:02.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.49.254:35653,127.30.49.253:36119,127.30.49.252:37601
18:21:02.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:02.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45403/jwks.json
18:21:02.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40763 with env {}
18:21:02.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:02.581692 30936 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:02.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:02.582082 30936 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:02.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:02.582173 30936 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:02.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:02.591035 30936 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:02.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:02.591141 30936 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:02.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:02.591210 30936 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:02.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:02.591253 30936 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:02.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:02.591312 30936 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:02.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:02.591349 30936 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45403/jwks.json
18:21:02.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.601972 30936 master_runner.cc:387] Master server non-default flags:
18:21:02.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-0/logs
18:21:02.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:02.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:02.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:02.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.49.212:41741
18:21:02.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:02.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:02.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-0/data
18:21:02.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-0/wal
18:21:02.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40763
18:21:02.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:02.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.49.254:35653,127.30.49.253:36119,127.30.49.252:37601
18:21:02.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:02.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:02.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:02.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.49.254:35653
18:21:02.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:02.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:02.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:02.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45403/jwks.json
18:21:02.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:02.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:02.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-0/data/info.pb
18:21:02.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.49.254
18:21:02.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:02.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:02.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:02.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:02.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:02.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:02.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:02.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:02.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:02.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:02.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:21:02.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:42 UTC on e7f111948823
18:21:02.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17631
18:21:02.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:21:02.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.604260 30936 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:02.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.606545 30936 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:02.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:02.617475 30943 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:21:02.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:02.617429 30944 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:21:02.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:02.617501 30948 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:21:02.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.618376 30936 server_base.cc:1061] running on GCE node
18:21:02.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.619342 30936 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:02.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.621116 30936 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:02.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.622346 30936 hybrid_clock.cc:648] HybridClock initialized: now 1786472462622322 us; error 124 us; skew 500 ppm
18:21:02.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.622699 30936 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:21:02.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.625360 30936 webserver.cc:533] Webserver started at http://127.30.49.254:46519/ using document root <none> and password file <none>
18:21:02.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.626215 30936 fs_manager.cc:362] Metadata directory not provided
18:21:02.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.626317 30936 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:02.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.626677 30936 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:02.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.629529 30936 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-0/data/instance:
18:21:02.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ed09d24b0a944a8ba209eda141ead72e"
18:21:02.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:02 on dist-test-slave-nfb5"
18:21:02.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.630465 30936 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-0/wal/instance:
18:21:02.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ed09d24b0a944a8ba209eda141ead72e"
18:21:02.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:02 on dist-test-slave-nfb5"
18:21:02.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.636691 30936 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.007s	sys 0.002s
18:21:02.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.640439 30958 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:02.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.641956 30936 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
18:21:02.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.642119 30936 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-0/data,/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-0/wal
18:21:02.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ed09d24b0a944a8ba209eda141ead72e"
18:21:02.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:02 on dist-test-slave-nfb5"
18:21:02.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.642316 30936 fs_report.cc:389] FS layout report
18:21:02.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:02.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-0/wal
18:21:02.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-0/wal
18:21:02.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-0/data/data
18:21:02.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:02.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:02.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:02.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:02.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:02.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:02.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:02.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:02.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:02.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:02.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:02.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.655658 30936 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:02.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.656590 30936 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:02.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.656863 30936 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.680101 30936 rpc_server.cc:307] RPC server started. Bound to: 127.30.49.254:35653
18:21:02.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.680137 31037 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.49.254:35653 every 8 connection(s)
18:21:02.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.682149 30936 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-0/data/info.pb
18:21:02.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.687683 31038 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:21:02.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.692427 30919 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskBx6O04/build/asan/bin/kudu as pid 30936
18:21:02.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.692728 30919 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-0/wal/instance
18:21:02.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.694379 31038 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.49.254" port: 35653 } has no permanent_uuid. Determining permanent_uuid...
18:21:02.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.695473 30919 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:02.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:02.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-1/wal
18:21:02.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-1/data
18:21:02.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:02.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:02.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:02.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:02.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:02.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:02.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-1/logs
18:21:02.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-1/data/info.pb
18:21:02.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:02.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:02.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:02.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:02.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:02.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:02.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:02.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:02.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:02.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:02.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:02.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:02.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.49.253:36119
18:21:02.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.49.253
18:21:02.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:02.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.49.212:41741
18:21:02.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:02.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:02.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:02.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:02.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.49.254:35653,127.30.49.253:36119,127.30.49.252:37601
18:21:02.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:02.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45403/jwks.json
18:21:02.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40763 with env {}
18:21:02.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.714892 31038 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.49.253" port: 36119 } has no permanent_uuid. Determining permanent_uuid...
18:21:02.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:02.716612 30959 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.49.253:36119: connect: Connection refused (error 111)
18:21:02.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:02.718704 31038 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.49.253:36119: Network error: Client connection negotiation failed: client connection to 127.30.49.253:36119: connect: Connection refused (error 111)
18:21:02.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.768141 31038 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.49.253" port: 36119 } attempt: 1
18:21:02.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:02.770889 31038 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.49.253:36119: Network error: Client connection negotiation failed: client connection to 127.30.49.253:36119: connect: Connection refused (error 111)
18:21:02.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.839286 31038 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.49.253" port: 36119 } attempt: 2
18:21:02.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:02.841863 31038 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.49.253:36119: Network error: Client connection negotiation failed: client connection to 127.30.49.253:36119: connect: Connection refused (error 111)
18:21:02.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:02.933218 31038 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.49.253" port: 36119 } attempt: 3
18:21:02.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:02.936087 31038 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.49.253:36119: Network error: Client connection negotiation failed: client connection to 127.30.49.253:36119: connect: Connection refused (error 111)
18:21:03.079 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.079438 31038 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.49.253" port: 36119 } attempt: 4
18:21:03.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.082180 31038 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.49.253:36119: Network error: Client connection negotiation failed: client connection to 127.30.49.253:36119: connect: Connection refused (error 111)
18:21:03.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.112515 31043 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:03.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.112969 31043 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:03.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.113071 31043 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:03.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.122255 31043 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:03.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.122375 31043 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:03.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.122437 31043 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:03.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.122489 31043 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:03.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.122548 31043 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:03.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.122586 31043 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45403/jwks.json
18:21:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.133869 31043 master_runner.cc:387] Master server non-default flags:
18:21:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-1/logs
18:21:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.49.212:41741
18:21:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-1/data
18:21:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-1/wal
18:21:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40763
18:21:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.49.254:35653,127.30.49.253:36119,127.30.49.252:37601
18:21:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.49.253:36119
18:21:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45403/jwks.json
18:21:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:03.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-1/data/info.pb
18:21:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.49.253
18:21:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:21:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:42 UTC on e7f111948823
18:21:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17631
18:21:03.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:21:03.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.136592 31043 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:03.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.139897 31043 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:03.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.154207 31053 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:21:03.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.153985 31054 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:21:03.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.156340 31056 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:21:03.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.156922 31043 server_base.cc:1061] running on GCE node
18:21:03.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.157887 31043 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:03.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.159731 31043 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:03.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.160971 31043 hybrid_clock.cc:648] HybridClock initialized: now 1786472463160926 us; error 40 us; skew 500 ppm
18:21:03.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.161337 31043 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:21:03.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.163990 31043 webserver.cc:533] Webserver started at http://127.30.49.253:33063/ using document root <none> and password file <none>
18:21:03.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.164921 31043 fs_manager.cc:362] Metadata directory not provided
18:21:03.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.165020 31043 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:03.165 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.165371 31043 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:03.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.168262 31043 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-1/data/instance:
18:21:03.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4f84b17baeb947ecb0c0d8bc73cc27b4"
18:21:03.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:03 on dist-test-slave-nfb5"
18:21:03.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.169076 31043 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-1/wal/instance:
18:21:03.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4f84b17baeb947ecb0c0d8bc73cc27b4"
18:21:03.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:03 on dist-test-slave-nfb5"
18:21:03.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.175213 31043 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.007s	sys 0.000s
18:21:03.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.179030 31065 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:03.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.180725 31043 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
18:21:03.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.180884 31043 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-1/data,/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-1/wal
18:21:03.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4f84b17baeb947ecb0c0d8bc73cc27b4"
18:21:03.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:03 on dist-test-slave-nfb5"
18:21:03.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.181082 31043 fs_report.cc:389] FS layout report
18:21:03.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:03.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-1/wal
18:21:03.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-1/wal
18:21:03.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-1/data/data
18:21:03.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:03.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:03.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:03.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:03.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:03.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:03.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:03.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:03.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:03.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:03.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:03.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.195708 31043 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:03.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.196641 31043 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:03.197 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.196889 31043 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:03.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.220773 31043 rpc_server.cc:307] RPC server started. Bound to: 127.30.49.253:36119
18:21:03.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.220781 31147 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.49.253:36119 every 8 connection(s)
18:21:03.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.222676 31043 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-1/data/info.pb
18:21:03.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.228096 31148 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:21:03.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.231645 30919 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskBx6O04/build/asan/bin/kudu as pid 31043
18:21:03.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.231814 30919 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-1/wal/instance
18:21:03.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.232930 30919 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:03.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:03.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-2/wal
18:21:03.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-2/data
18:21:03.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:03.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:03.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:03.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:03.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:03.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:03.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-2/logs
18:21:03.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-2/data/info.pb
18:21:03.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:03.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:03.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:03.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:03.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:03.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:03.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:03.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:03.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:03.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:03.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:03.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:03.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.49.252:37601
18:21:03.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.49.252
18:21:03.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:03.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.49.212:41741
18:21:03.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:03.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:03.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:03.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:03.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.49.254:35653,127.30.49.253:36119,127.30.49.252:37601
18:21:03.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:03.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45403/jwks.json
18:21:03.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40763 with env {}
18:21:03.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.235920 31148 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.49.254" port: 35653 } has no permanent_uuid. Determining permanent_uuid...
18:21:03.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.252569 31148 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.49.253" port: 36119 } has no permanent_uuid. Determining permanent_uuid...
18:21:03.263 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.263042 31148 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } has no permanent_uuid. Determining permanent_uuid...
18:21:03.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.264330 31071 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.49.252:37601: connect: Connection refused (error 111)
18:21:03.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.266239 31148 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.49.252:37601: Network error: Client connection negotiation failed: client connection to 127.30.49.252:37601: connect: Connection refused (error 111)
18:21:03.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.315671 31148 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } attempt: 1
18:21:03.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.318471 31148 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.49.252:37601: Network error: Client connection negotiation failed: client connection to 127.30.49.252:37601: connect: Connection refused (error 111)
18:21:03.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.381515 31038 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.49.253" port: 36119 } attempt: 5
18:21:03.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.386763 31148 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } attempt: 2
18:21:03.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.389577 31148 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.49.252:37601: Network error: Client connection negotiation failed: client connection to 127.30.49.252:37601: connect: Connection refused (error 111)
18:21:03.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.391139 31038 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } has no permanent_uuid. Determining permanent_uuid...
18:21:03.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.393424 31038 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.49.252:37601: Network error: Client connection negotiation failed: client connection to 127.30.49.252:37601: connect: Connection refused (error 111)
18:21:03.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.444674 31038 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } attempt: 1
18:21:03.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.447415 31038 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.49.252:37601: Network error: Client connection negotiation failed: client connection to 127.30.49.252:37601: connect: Connection refused (error 111)
18:21:03.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.480953 31148 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } attempt: 3
18:21:03.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.483826 31148 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.49.252:37601: Network error: Client connection negotiation failed: client connection to 127.30.49.252:37601: connect: Connection refused (error 111)
18:21:03.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.515789 31038 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } attempt: 2
18:21:03.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.518556 31038 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.49.252:37601: Network error: Client connection negotiation failed: client connection to 127.30.49.252:37601: connect: Connection refused (error 111)
18:21:03.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.624868 31038 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } attempt: 3
18:21:03.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.627177 31148 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } attempt: 4
18:21:03.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.627945 31038 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.49.252:37601: Network error: Client connection negotiation failed: client connection to 127.30.49.252:37601: connect: Connection refused (error 111)
18:21:03.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.629369 31148 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.49.252:37601: Network error: Client connection negotiation failed: client connection to 127.30.49.252:37601: connect: Connection refused (error 111)
18:21:03.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.661826 31149 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:03.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.662225 31149 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:03.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.662315 31149 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:03.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.671258 31149 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:03.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.671372 31149 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:03.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.671440 31149 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:03.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.671484 31149 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:03.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.671546 31149 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:03.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.671583 31149 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45403/jwks.json
18:21:03.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.682371 31149 master_runner.cc:387] Master server non-default flags:
18:21:03.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-2/logs
18:21:03.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:03.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:03.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:03.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.49.212:41741
18:21:03.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:03.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:03.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-2/data
18:21:03.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-2/wal
18:21:03.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:40763
18:21:03.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:03.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.49.254:35653,127.30.49.253:36119,127.30.49.252:37601
18:21:03.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:03.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:03.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:03.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.49.252:37601
18:21:03.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:03.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:03.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:03.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45403/jwks.json
18:21:03.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:03.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:03.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-2/data/info.pb
18:21:03.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.49.252
18:21:03.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:03.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:03.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:03.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:03.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:03.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:03.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:03.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:03.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:03.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:03.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:21:03.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:42 UTC on e7f111948823
18:21:03.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17631
18:21:03.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:21:03.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.684509 31149 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:03.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.686884 31149 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:03.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.697007 31162 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:21:03.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.697038 31161 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:21:03.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.698047 31164 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:21:03.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.699258 31149 server_base.cc:1061] running on GCE node
18:21:03.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.700161 31149 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:03.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.702010 31149 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:03.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.703233 31149 hybrid_clock.cc:648] HybridClock initialized: now 1786472463703171 us; error 56 us; skew 500 ppm
18:21:03.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.703619 31149 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:21:03.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.706281 31149 webserver.cc:533] Webserver started at http://127.30.49.252:39063/ using document root <none> and password file <none>
18:21:03.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.707397 31149 fs_manager.cc:362] Metadata directory not provided
18:21:03.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.707530 31149 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:03.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.707955 31149 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:03.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.710881 31149 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-2/data/instance:
18:21:03.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c4239e49cee84b2cb7316d87e9bbb2db"
18:21:03.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:03 on dist-test-slave-nfb5"
18:21:03.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.711874 31149 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-2/wal/instance:
18:21:03.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c4239e49cee84b2cb7316d87e9bbb2db"
18:21:03.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:03 on dist-test-slave-nfb5"
18:21:03.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.718518 31149 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.000s
18:21:03.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.722648 31171 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:03.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.724341 31149 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
18:21:03.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.724519 31149 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-2/data,/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-2/wal
18:21:03.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c4239e49cee84b2cb7316d87e9bbb2db"
18:21:03.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:03 on dist-test-slave-nfb5"
18:21:03.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.724766 31149 fs_report.cc:389] FS layout report
18:21:03.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:03.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-2/wal
18:21:03.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-2/wal
18:21:03.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-2/data/data
18:21:03.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:03.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:03.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:03.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:03.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:03.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:03.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:03.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:03.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:03.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:03.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:03.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.751320 31149 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:03.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.752538 31149 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:03.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.752842 31149 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:03.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.777772 31149 rpc_server.cc:307] RPC server started. Bound to: 127.30.49.252:37601
18:21:03.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.777797 31249 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.49.252:37601 every 8 connection(s)
18:21:03.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.779882 31149 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-2/data/info.pb
18:21:03.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.785406 31250 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:21:03.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.789413 30919 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskBx6O04/build/asan/bin/kudu as pid 31149
18:21:03.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.789616 30919 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster122852919046228216/master-2/wal/instance
18:21:03.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.793145 31250 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.49.254" port: 35653 } has no permanent_uuid. Determining permanent_uuid...
18:21:03.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.805233 31038 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } attempt: 4
18:21:03.809 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.808938 31250 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.49.253" port: 36119 } has no permanent_uuid. Determining permanent_uuid...
18:21:03.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.817597 31250 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } has no permanent_uuid. Determining permanent_uuid...
18:21:03.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.822714 31038 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ed09d24b0a944a8ba209eda141ead72e: Bootstrap starting.
18:21:03.828 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.828557 31038 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ed09d24b0a944a8ba209eda141ead72e: Neither blocks nor log segments found. Creating new log.
18:21:03.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.830338 31038 log.cc:826] T 00000000000000000000000000000000 P ed09d24b0a944a8ba209eda141ead72e: Log is configured to *not* fsync() on all Append() calls
18:21:03.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.831072 31250 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db: Bootstrap starting.
18:21:03.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.834529 31038 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ed09d24b0a944a8ba209eda141ead72e: No bootstrap required, opened a new log
18:21:03.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.836056 31250 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db: Neither blocks nor log segments found. Creating new log.
18:21:03.840 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:03.841 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:21:03.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.837392 30919 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:21:03.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.837733 31250 log.cc:826] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db: Log is configured to *not* fsync() on all Append() calls
18:21:03.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.841441 31250 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db: No bootstrap required, opened a new log
18:21:03.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.841310 31038 raft_consensus.cc:359] T 00000000000000000000000000000000 P ed09d24b0a944a8ba209eda141ead72e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed09d24b0a944a8ba209eda141ead72e" member_type: VOTER last_known_addr { host: "127.30.49.254" port: 35653 } } peers { permanent_uuid: "4f84b17baeb947ecb0c0d8bc73cc27b4" member_type: VOTER last_known_addr { host: "127.30.49.253" port: 36119 } } peers { permanent_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } }
18:21:03.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.841881 31038 raft_consensus.cc:385] T 00000000000000000000000000000000 P ed09d24b0a944a8ba209eda141ead72e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:03.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.842177 31038 raft_consensus.cc:740] T 00000000000000000000000000000000 P ed09d24b0a944a8ba209eda141ead72e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ed09d24b0a944a8ba209eda141ead72e, State: Initialized, Role: FOLLOWER
18:21:03.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.843166 31038 consensus_queue.cc:260] T 00000000000000000000000000000000 P ed09d24b0a944a8ba209eda141ead72e [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: "ed09d24b0a944a8ba209eda141ead72e" member_type: VOTER last_known_addr { host: "127.30.49.254" port: 35653 } } peers { permanent_uuid: "4f84b17baeb947ecb0c0d8bc73cc27b4" member_type: VOTER last_known_addr { host: "127.30.49.253" port: 36119 } } peers { permanent_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } }
18:21:03.842 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.30.49.254"
      port: 35653
    }
    bound_http_address {
      host: "127.30.49.254"
      port: 46519
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.30.49.253"
      port: 36119
    }
    bound_http_address {
      host: "127.30.49.253"
      port: 33063
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.30.49.252"
      port: 37601
    }
    bound_http_address {
      host: "127.30.49.252"
      port: 39063
    }
  }
}

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

18:21:03.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.845242 31262 sys_catalog.cc:455] T 00000000000000000000000000000000 P ed09d24b0a944a8ba209eda141ead72e [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: "ed09d24b0a944a8ba209eda141ead72e" member_type: VOTER last_known_addr { host: "127.30.49.254" port: 35653 } } peers { permanent_uuid: "4f84b17baeb947ecb0c0d8bc73cc27b4" member_type: VOTER last_known_addr { host: "127.30.49.253" port: 36119 } } peers { permanent_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } } }
18:21:03.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.845731 31262 sys_catalog.cc:458] T 00000000000000000000000000000000 P ed09d24b0a944a8ba209eda141ead72e [sys.catalog]: This master's current role is: FOLLOWER
18:21:03.846 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:03.847 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.846850 31038 sys_catalog.cc:565] T 00000000000000000000000000000000 P ed09d24b0a944a8ba209eda141ead72e [sys.catalog]: configured and running, proceeding with master startup.
18:21:03.847 [INFO - Metastore-Handler-Pool: Thread-89] (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=31c17ff2-e1b7-4cbd-9cf7-2db91b562fc3, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.30.49.252:37601,127.30.49.254:35653,127.30.49.253:36119}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:03.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.849766 31250 raft_consensus.cc:359] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed09d24b0a944a8ba209eda141ead72e" member_type: VOTER last_known_addr { host: "127.30.49.254" port: 35653 } } peers { permanent_uuid: "4f84b17baeb947ecb0c0d8bc73cc27b4" member_type: VOTER last_known_addr { host: "127.30.49.253" port: 36119 } } peers { permanent_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } }
18:21:03.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.850132 31250 raft_consensus.cc:385] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:03.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.850296 31250 raft_consensus.cc:740] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c4239e49cee84b2cb7316d87e9bbb2db, State: Initialized, Role: FOLLOWER
18:21:03.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.851195 31250 consensus_queue.cc:260] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db [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: "ed09d24b0a944a8ba209eda141ead72e" member_type: VOTER last_known_addr { host: "127.30.49.254" port: 35653 } } peers { permanent_uuid: "4f84b17baeb947ecb0c0d8bc73cc27b4" member_type: VOTER last_known_addr { host: "127.30.49.253" port: 36119 } } peers { permanent_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } }
18:21:03.852 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:03.852 [INFO - Metastore-Handler-Pool: Thread-89] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:03.853 [INFO - Metastore-Handler-Pool: Thread-89] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@56d0cfc, with PersistenceManager: null will be shutdown
18:21:03.853 [INFO - Metastore-Handler-Pool: Thread-89] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@56d0cfc, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7080dd6d created in the thread with id: 89
18:21:03.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.858484 31265 sys_catalog.cc:455] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db [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: "ed09d24b0a944a8ba209eda141ead72e" member_type: VOTER last_known_addr { host: "127.30.49.254" port: 35653 } } peers { permanent_uuid: "4f84b17baeb947ecb0c0d8bc73cc27b4" member_type: VOTER last_known_addr { host: "127.30.49.253" port: 36119 } } peers { permanent_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } } }
18:21:03.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.859262 31265 sys_catalog.cc:458] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db [sys.catalog]: This master's current role is: FOLLOWER
18:21:03.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.860141 31250 sys_catalog.cc:565] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db [sys.catalog]: configured and running, proceeding with master startup.
18:21:03.867 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@56d0cfc
18:21:03.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.883759 31265 raft_consensus.cc:493] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:21:03.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.884171 31265 raft_consensus.cc:515] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed09d24b0a944a8ba209eda141ead72e" member_type: VOTER last_known_addr { host: "127.30.49.254" port: 35653 } } peers { permanent_uuid: "4f84b17baeb947ecb0c0d8bc73cc27b4" member_type: VOTER last_known_addr { host: "127.30.49.253" port: 36119 } } peers { permanent_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } }
18:21:03.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.888612 31000 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ed09d24b0a944a8ba209eda141ead72e" is_pre_election: true
18:21:03.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.889487 31000 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ed09d24b0a944a8ba209eda141ead72e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c4239e49cee84b2cb7316d87e9bbb2db in term 0.
18:21:03.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.891321 31173 leader_election.cc:304] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db [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: c4239e49cee84b2cb7316d87e9bbb2db, ed09d24b0a944a8ba209eda141ead72e; no voters: 
18:21:03.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.892176 31265 leader_election.cc:290] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ed09d24b0a944a8ba209eda141ead72e (127.30.49.254:35653), 4f84b17baeb947ecb0c0d8bc73cc27b4 (127.30.49.253:36119)
18:21:03.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.892309 31298 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db [term 0 FOLLOWER]: Leader pre-election won for term 1
18:21:03.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.892441 31298 raft_consensus.cc:493] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:21:03.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.892607 31298 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db [term 0 FOLLOWER]: Advancing to term 1
18:21:03.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.896299 31298 raft_consensus.cc:515] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed09d24b0a944a8ba209eda141ead72e" member_type: VOTER last_known_addr { host: "127.30.49.254" port: 35653 } } peers { permanent_uuid: "4f84b17baeb947ecb0c0d8bc73cc27b4" member_type: VOTER last_known_addr { host: "127.30.49.253" port: 36119 } } peers { permanent_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } }
18:21:03.905 [INFO - Metastore-Handler-Pool: Thread-91] (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:21:03.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.906594 31296 client.h:373] Failed to connect to Hive Metastore (localhost:40763): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:03.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.907510 31298 leader_election.cc:290] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db [CANDIDATE]: Term 1 election: Requested vote from peers ed09d24b0a944a8ba209eda141ead72e (127.30.49.254:35653), 4f84b17baeb947ecb0c0d8bc73cc27b4 (127.30.49.253:36119)
18:21:03.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.908408 31000 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ed09d24b0a944a8ba209eda141ead72e"
18:21:03.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.908721 31000 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ed09d24b0a944a8ba209eda141ead72e [term 0 FOLLOWER]: Advancing to term 1
18:21:03.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.910422 30967 tablet.cc:2406] T 00000000000000000000000000000000 P ed09d24b0a944a8ba209eda141ead72e: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:03.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.912694 31000 raft_consensus.cc:2468] T 00000000000000000000000000000000 P ed09d24b0a944a8ba209eda141ead72e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c4239e49cee84b2cb7316d87e9bbb2db in term 1.
18:21:03.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.913956 31173 leader_election.cc:304] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db [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: c4239e49cee84b2cb7316d87e9bbb2db, ed09d24b0a944a8ba209eda141ead72e; no voters: 
18:21:03.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.918326 31149 master_runner.cc:187] Error getting master registration for 127.30.49.254:35653: OK, instance_id { permanent_uuid: "ed09d24b0a944a8ba209eda141ead72e" instance_seqno: 1786472462673699 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:03.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.924996 31149 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:03.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.925354 31298 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db [term 1 FOLLOWER]: Leader election won for term 1
18:21:03.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.927448 31298 raft_consensus.cc:697] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db [term 1 LEADER]: Becoming Leader. State: Replica: c4239e49cee84b2cb7316d87e9bbb2db, State: Running, Role: LEADER
18:21:03.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.928369 31298 consensus_queue.cc:237] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db [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: "ed09d24b0a944a8ba209eda141ead72e" member_type: VOTER last_known_addr { host: "127.30.49.254" port: 35653 } } peers { permanent_uuid: "4f84b17baeb947ecb0c0d8bc73cc27b4" member_type: VOTER last_known_addr { host: "127.30.49.253" port: 36119 } } peers { permanent_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } }
18:21:03.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.928661 31148 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } attempt: 5
18:21:03.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.941232 31305 catalog_manager.cc:1594] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:03.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.943259 31305 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:03.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.944996 31148 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4f84b17baeb947ecb0c0d8bc73cc27b4: Bootstrap starting.
18:21:03.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.950002 31265 sys_catalog.cc:455] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db [sys.catalog]: SysCatalogTable state changed. Reason: New leader c4239e49cee84b2cb7316d87e9bbb2db. Latest consensus state: current_term: 1 leader_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed09d24b0a944a8ba209eda141ead72e" member_type: VOTER last_known_addr { host: "127.30.49.254" port: 35653 } } peers { permanent_uuid: "4f84b17baeb947ecb0c0d8bc73cc27b4" member_type: VOTER last_known_addr { host: "127.30.49.253" port: 36119 } } peers { permanent_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } } }
18:21:03.950 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.950340 31265 sys_catalog.cc:458] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db [sys.catalog]: This master's current role is: LEADER
18:21:03.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.953228 31148 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4f84b17baeb947ecb0c0d8bc73cc27b4: Neither blocks nor log segments found. Creating new log.
18:21:03.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.955503 31148 log.cc:826] T 00000000000000000000000000000000 P 4f84b17baeb947ecb0c0d8bc73cc27b4: Log is configured to *not* fsync() on all Append() calls
18:21:03.968 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.967964 31148 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4f84b17baeb947ecb0c0d8bc73cc27b4: No bootstrap required, opened a new log
18:21:03.972 [INFO - Metastore-Handler-Pool: Thread-92] (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:21:03.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:03.973333 31318 client.h:373] Failed to connect to Hive Metastore (localhost:40763): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:03.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.976701 31316 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
18:21:03.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.979889 31325 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
18:21:03.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.985723 31148 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4f84b17baeb947ecb0c0d8bc73cc27b4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed09d24b0a944a8ba209eda141ead72e" member_type: VOTER last_known_addr { host: "127.30.49.254" port: 35653 } } peers { permanent_uuid: "4f84b17baeb947ecb0c0d8bc73cc27b4" member_type: VOTER last_known_addr { host: "127.30.49.253" port: 36119 } } peers { permanent_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } }
18:21:03.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.986545 31148 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4f84b17baeb947ecb0c0d8bc73cc27b4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:03.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.986824 31148 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4f84b17baeb947ecb0c0d8bc73cc27b4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4f84b17baeb947ecb0c0d8bc73cc27b4, State: Initialized, Role: FOLLOWER
18:21:03.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.988493 31148 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4f84b17baeb947ecb0c0d8bc73cc27b4 [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: "ed09d24b0a944a8ba209eda141ead72e" member_type: VOTER last_known_addr { host: "127.30.49.254" port: 35653 } } peers { permanent_uuid: "4f84b17baeb947ecb0c0d8bc73cc27b4" member_type: VOTER last_known_addr { host: "127.30.49.253" port: 36119 } } peers { permanent_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } }
18:21:03.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.986364 30936 master_runner.cc:187] Error getting master registration for 127.30.49.253:36119: OK, instance_id { permanent_uuid: "4f84b17baeb947ecb0c0d8bc73cc27b4" instance_seqno: 1786472463214235 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:03.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:03.999198 30936 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:04.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.000645 31316 catalog_manager.cc:1520] Initializing Kudu cluster ID...
18:21:04.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:04.006064 31178 tablet.cc:2406] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:04.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.018070 31326 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4f84b17baeb947ecb0c0d8bc73cc27b4 [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: "ed09d24b0a944a8ba209eda141ead72e" member_type: VOTER last_known_addr { host: "127.30.49.254" port: 35653 } } peers { permanent_uuid: "4f84b17baeb947ecb0c0d8bc73cc27b4" member_type: VOTER last_known_addr { host: "127.30.49.253" port: 36119 } } peers { permanent_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } } }
18:21:04.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.018844 31326 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4f84b17baeb947ecb0c0d8bc73cc27b4 [sys.catalog]: This master's current role is: FOLLOWER
18:21:04.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.022485 31115 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4f84b17baeb947ecb0c0d8bc73cc27b4" is_pre_election: true
18:21:04.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.023203 31115 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4f84b17baeb947ecb0c0d8bc73cc27b4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c4239e49cee84b2cb7316d87e9bbb2db in term 0.
18:21:04.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.023715 31114 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4f84b17baeb947ecb0c0d8bc73cc27b4"
18:21:04.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.023967 31114 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4f84b17baeb947ecb0c0d8bc73cc27b4 [term 0 FOLLOWER]: Advancing to term 1
18:21:04.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.027704 31114 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4f84b17baeb947ecb0c0d8bc73cc27b4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c4239e49cee84b2cb7316d87e9bbb2db in term 1.
18:21:04.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.029621 31148 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4f84b17baeb947ecb0c0d8bc73cc27b4 [sys.catalog]: configured and running, proceeding with master startup.
18:21:04.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.032123 31114 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 4f84b17baeb947ecb0c0d8bc73cc27b4 [term 1 FOLLOWER]: Refusing update from remote peer c4239e49cee84b2cb7316d87e9bbb2db: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:21:04.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.033520 31265 consensus_queue.cc:1048] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db [LEADER]: Connected to new peer: Peer: permanent_uuid: "4f84b17baeb947ecb0c0d8bc73cc27b4" member_type: VOTER last_known_addr { host: "127.30.49.253" port: 36119 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:21:04.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.041188 31000 raft_consensus.cc:1275] T 00000000000000000000000000000000 P ed09d24b0a944a8ba209eda141ead72e [term 1 FOLLOWER]: Refusing update from remote peer c4239e49cee84b2cb7316d87e9bbb2db: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:21:04.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.042496 31265 consensus_queue.cc:1048] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db [LEADER]: Connected to new peer: Peer: permanent_uuid: "ed09d24b0a944a8ba209eda141ead72e" member_type: VOTER last_known_addr { host: "127.30.49.254" port: 35653 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:21:04.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.088656 31262 sys_catalog.cc:455] T 00000000000000000000000000000000 P ed09d24b0a944a8ba209eda141ead72e [sys.catalog]: SysCatalogTable state changed. Reason: New leader c4239e49cee84b2cb7316d87e9bbb2db. Latest consensus state: current_term: 1 leader_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed09d24b0a944a8ba209eda141ead72e" member_type: VOTER last_known_addr { host: "127.30.49.254" port: 35653 } } peers { permanent_uuid: "4f84b17baeb947ecb0c0d8bc73cc27b4" member_type: VOTER last_known_addr { host: "127.30.49.253" port: 36119 } } peers { permanent_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } } }
18:21:04.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.089571 31262 sys_catalog.cc:458] T 00000000000000000000000000000000 P ed09d24b0a944a8ba209eda141ead72e [sys.catalog]: This master's current role is: FOLLOWER
18:21:04.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.095686 31327 mvcc.cc:204] Tried to move back new op lower bound from 7317391212662059008 to 7317391212313706496. Current Snapshot: MvccSnapshot[applied={T|T < 7317391212662059008}]
18:21:04.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.098256 31298 sys_catalog.cc:455] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed09d24b0a944a8ba209eda141ead72e" member_type: VOTER last_known_addr { host: "127.30.49.254" port: 35653 } } peers { permanent_uuid: "4f84b17baeb947ecb0c0d8bc73cc27b4" member_type: VOTER last_known_addr { host: "127.30.49.253" port: 36119 } } peers { permanent_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } } }
18:21:04.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.098634 31298 sys_catalog.cc:458] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db [sys.catalog]: This master's current role is: LEADER
18:21:04.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.100842 31326 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4f84b17baeb947ecb0c0d8bc73cc27b4 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c4239e49cee84b2cb7316d87e9bbb2db. Latest consensus state: current_term: 1 leader_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed09d24b0a944a8ba209eda141ead72e" member_type: VOTER last_known_addr { host: "127.30.49.254" port: 35653 } } peers { permanent_uuid: "4f84b17baeb947ecb0c0d8bc73cc27b4" member_type: VOTER last_known_addr { host: "127.30.49.253" port: 36119 } } peers { permanent_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } } }
18:21:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.101140 31326 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4f84b17baeb947ecb0c0d8bc73cc27b4 [sys.catalog]: This master's current role is: FOLLOWER
18:21:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.101536 31316 catalog_manager.cc:1383] Generated new cluster ID: 817ba3d5d1dc4f40a8f1a21ea5fa46b9
18:21:04.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.101634 31316 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
18:21:04.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.107244 31326 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4f84b17baeb947ecb0c0d8bc73cc27b4 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed09d24b0a944a8ba209eda141ead72e" member_type: VOTER last_known_addr { host: "127.30.49.254" port: 35653 } } peers { permanent_uuid: "4f84b17baeb947ecb0c0d8bc73cc27b4" member_type: VOTER last_known_addr { host: "127.30.49.253" port: 36119 } } peers { permanent_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } } }
18:21:04.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.107547 31326 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4f84b17baeb947ecb0c0d8bc73cc27b4 [sys.catalog]: This master's current role is: FOLLOWER
18:21:04.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.109062 31262 sys_catalog.cc:455] T 00000000000000000000000000000000 P ed09d24b0a944a8ba209eda141ead72e [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed09d24b0a944a8ba209eda141ead72e" member_type: VOTER last_known_addr { host: "127.30.49.254" port: 35653 } } peers { permanent_uuid: "4f84b17baeb947ecb0c0d8bc73cc27b4" member_type: VOTER last_known_addr { host: "127.30.49.253" port: 36119 } } peers { permanent_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } } }
18:21:04.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.109402 31262 sys_catalog.cc:458] T 00000000000000000000000000000000 P ed09d24b0a944a8ba209eda141ead72e [sys.catalog]: This master's current role is: FOLLOWER
18:21:04.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.109946 31298 sys_catalog.cc:455] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ed09d24b0a944a8ba209eda141ead72e" member_type: VOTER last_known_addr { host: "127.30.49.254" port: 35653 } } peers { permanent_uuid: "4f84b17baeb947ecb0c0d8bc73cc27b4" member_type: VOTER last_known_addr { host: "127.30.49.253" port: 36119 } } peers { permanent_uuid: "c4239e49cee84b2cb7316d87e9bbb2db" member_type: VOTER last_known_addr { host: "127.30.49.252" port: 37601 } } }
18:21:04.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.110184 31298 sys_catalog.cc:458] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db [sys.catalog]: This master's current role is: LEADER
18:21:04.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.122879 31330 mvcc.cc:204] Tried to move back new op lower bound from 7317391212662059008 to 7317391212313706496. Current Snapshot: MvccSnapshot[applied={T|T < 7317391212662059008 or (T in {7317391212662059008})}]
18:21:04.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.131969 31329 mvcc.cc:204] Tried to move back new op lower bound from 7317391212662059008 to 7317391212313706496. Current Snapshot: MvccSnapshot[applied={T|T < 7317391212662059008}]
18:21:04.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.173257 31316 catalog_manager.cc:1406] Generated new certificate authority record
18:21:04.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.175916 31316 catalog_manager.cc:1540] Loading token signing keys...
18:21:04.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.225041 31316 catalog_manager.cc:6092] T 00000000000000000000000000000000 P c4239e49cee84b2cb7316d87e9bbb2db: Generated new TSK 0
18:21:04.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.226606 31316 catalog_manager.cc:1550] Initializing in-progress tserver states...
18:21:04.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.228189 31316 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
18:21:04.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.240105 31316 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
18:21:04.300 [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:21:04.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:04.304526 31358 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
18:21:04.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:04.304742 31355 client.h:373] Failed to connect to Hive Metastore (localhost:40763): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:04.672 [WARN - Metastore-Handler-Pool: Thread-89] (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:21:04.708 [WARN - Metastore-Handler-Pool: Thread-89] (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:21:04.709 [WARN - Metastore-Handler-Pool: Thread-89] (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:21:04.847 [INFO - Metastore-Handler-Pool: Thread-89] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:04.855 [INFO - Metastore-Handler-Pool: Thread-89] (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/hive12809531689554897795/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=31c17ff2-e1b7-4cbd-9cf7-2db91b562fc3, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.30.49.252:37601,127.30.49.254:35653,127.30.49.253:36119}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:21:04.858 [INFO - Metastore-Handler-Pool: Thread-89] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12809531689554897795/external-warehouse/table
18:21:04.910 [INFO - Metastore-Handler-Pool: Thread-96] (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:21:04.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:04.911610 31296 client.h:373] Failed to connect to Hive Metastore (localhost:40763): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:04.977 [INFO - Metastore-Handler-Pool: Thread-97] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:04.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:04.978561 31318 client.h:373] Failed to connect to Hive Metastore (localhost:40763): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:04.983 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:05.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:05.007248 31325 catalog_manager.cc:1295] Loaded cluster ID: 817ba3d5d1dc4f40a8f1a21ea5fa46b9
18:21:05.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:05.007422 31325 catalog_manager.cc:1588] T 00000000000000000000000000000000 P ed09d24b0a944a8ba209eda141ead72e: loading cluster ID for follower catalog manager: success
18:21:05.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:05.012354 31325 catalog_manager.cc:1610] T 00000000000000000000000000000000 P ed09d24b0a944a8ba209eda141ead72e: acquiring CA information for follower catalog manager: success
18:21:05.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:05.015578 31325 catalog_manager.cc:1638] T 00000000000000000000000000000000 P ed09d24b0a944a8ba209eda141ead72e: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:21:05.071 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:05.074 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:05.297 [WARN - Metastore-Handler-Pool: Thread-89] (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:21:05.318 [INFO - Metastore-Handler-Pool: Thread-98] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:05.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:05.321166 31355 client.h:373] Failed to connect to Hive Metastore (localhost:40763): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:05.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:05.328809 31358 catalog_manager.cc:1295] Loaded cluster ID: 817ba3d5d1dc4f40a8f1a21ea5fa46b9
18:21:05.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:05.328969 31358 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 4f84b17baeb947ecb0c0d8bc73cc27b4: loading cluster ID for follower catalog manager: success
18:21:05.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:05.333822 31358 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 4f84b17baeb947ecb0c0d8bc73cc27b4: acquiring CA information for follower catalog manager: success
18:21:05.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:05.337107 31358 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 4f84b17baeb947ecb0c0d8bc73cc27b4: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:21:05.810 [WARN - Metastore-Handler-Pool: Thread-89] (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:21:05.880 [WARN - Metastore-Handler-Pool: Thread-89] (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:21:05.922 [INFO - Metastore-Handler-Pool: Thread-99] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:05.926 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:05.926247 31296 client.h:373] Failed to connect to Hive Metastore (localhost:40763): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:05.953 [WARN - Metastore-Handler-Pool: Thread-89] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
18:21:05.999 [INFO - Metastore-Handler-Pool: Thread-100] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:06.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:06.000061 31318 client.h:373] Failed to connect to Hive Metastore (localhost:40763): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:06.123 [DEBUG - Metastore-Handler-Pool: Thread-89] (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:21:06.124 [DEBUG - Metastore-Handler-Pool: Thread-89] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
18:21:06.126 [DEBUG - Metastore-Handler-Pool: Thread-89] (Connection.java:748) [peer master-127.30.49.252:37601(127.30.49.252:37601)] connecting to peer
18:21:06.128 [DEBUG - Metastore-Handler-Pool: Thread-89] (Connection.java:748) [peer master-127.30.49.254:35653(127.30.49.254:35653)] connecting to peer
18:21:06.129 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.30.49.252:37601(127.30.49.252:37601)] Successfully connected to peer
18:21:06.129 [DEBUG - Metastore-Handler-Pool: Thread-89] (Connection.java:748) [peer master-127.30.49.253:36119(127.30.49.253:36119)] connecting to peer
18:21:06.132 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.30.49.253:36119(127.30.49.253:36119)] Successfully connected to peer
18:21:06.143 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.30.49.254:35653(127.30.49.254:35653)] Successfully connected to peer
18:21:06.156 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.30.49.253
18:21:06.156 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.30.49.252
18:21:06.162 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.30.49.254
18:21:06.191 [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:21:06.194 [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:21:06.198 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0x39cf1106, L:/127.0.0.1:59620 - R:/127.30.49.252:37601] using SASL/PLAIN
18:21:06.204 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
18:21:06.207 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0xe2a01e14, L:/127.0.0.1:47334 - R:/127.30.49.253:36119] using SASL/PLAIN
18:21:06.213 [ERROR - Metastore-Handler-Pool: Thread-89] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:212)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

18:21:06.215 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:06.217 [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:21:06.233 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xe4b698d7, L:/127.0.0.1:43718 - R:/127.30.49.254:35653] using SASL/PLAIN
18:21:06.265 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:06.272 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:06.357 [INFO - Metastore-Handler-Pool: Thread-105] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:06.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:06.359210 31355 client.h:373] Failed to connect to Hive Metastore (localhost:40763): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:06.363 [WARN - Metastore-Handler-Pool: Thread-89] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
18:21:06.388 [INFO - Metastore-Handler-Pool: Thread-89] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:21:06.391 [INFO - Metastore-Handler-Pool: Thread-89] (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=31c17ff2-e1b7-4cbd-9cf7-2db91b562fc3, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.30.49.252:37601,127.30.49.254:35653,127.30.49.253:36119}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:06.394 [INFO - Metastore-Handler-Pool: Thread-89] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:06.397 [INFO - Metastore-Handler-Pool: Thread-89] (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/hive12809531689554897795/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=31c17ff2-e1b7-4cbd-9cf7-2db91b562fc3, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.30.49.252:37601,127.30.49.254:35653,127.30.49.253:36119}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:21:06.399 [INFO - Metastore-Handler-Pool: Thread-89] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12809531689554897795/external-warehouse/table
18:21:06.439 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:06.452 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:06.454 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:06.477 [WARN - Metastore-Handler-Pool: Thread-89] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
18:21:06.496 [INFO - Metastore-Handler-Pool: Thread-89] (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:21:06.499 [INFO - Metastore-Handler-Pool: Thread-89] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:06.501 [INFO - Metastore-Handler-Pool: Thread-89] (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/hive12809531689554897795/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:21:06.502 [WARN - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:2452) Location: file:/tmp/hive12809531689554897795/external-warehouse/table specified for non-external table:table
18:21:06.503 [INFO - Metastore-Handler-Pool: Thread-89] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12809531689554897795/external-warehouse/table
18:21:06.523 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:06.538 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:06.540 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:06.564 [WARN - Metastore-Handler-Pool: Thread-89] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
18:21:06.583 [ERROR - Metastore-Handler-Pool: Thread-89] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

18:21:06.740 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:06.753 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:06.755 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:06.775 [WARN - Metastore-Handler-Pool: Thread-89] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
18:21:06.793 [INFO - Metastore-Handler-Pool: Thread-89] (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:21:06.796 [INFO - Metastore-Handler-Pool: Thread-89] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:06.799 [INFO - Metastore-Handler-Pool: Thread-89] (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/hive12809531689554897795/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:21:06.802 [INFO - Metastore-Handler-Pool: Thread-89] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive12809531689554897795/external-warehouse/table
18:21:06.822 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:06.835 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:06.837 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:06.870 [WARN - Metastore-Handler-Pool: Thread-89] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy24.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 41 more
18:21:06.887 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:21:06.888 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:21:06.888 [INFO - Metastore-Handler-Pool: Thread-89] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@56d0cfc, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7080dd6d will be shutdown
18:21:06.889 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:21:06.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:06.888418 30919 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskBx6O04/build/asan/bin/kudu pid 30936
18:21:06.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:06.890974 31028 generic_service.cc:196] Checking for leaks (request via RPC)
18:21:06.930 [INFO - Metastore-Handler-Pool: Thread-110] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:06.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:06.931154 31296 client.h:373] Failed to connect to Hive Metastore (localhost:40763): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:07.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:07.092809 30919 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskBx6O04/build/asan/bin/kudu with pid 30936
18:21:07.102 [INFO - Metastore-Handler-Pool: Thread-111] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:07.143 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.30.49.254:35653(127.30.49.254:35653)] handling channelInactive
18:21:07.143 [ERROR - Metastore-Handler-Pool: Thread-111] (TThreadPoolServer.java:260) Thrift Error occurred during processing of message.
org.apache.thrift.transport.TTransportException: java.net.SocketException: Connection reset
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:181)
	at org.apache.thrift.transport.TTransport.readAll(TTransport.java:109)
	at org.apache.hadoop.hive.metastore.security.TFilterTransport.readAll(TFilterTransport.java:63)
	at org.apache.thrift.protocol.TBinaryProtocol.readAll(TBinaryProtocol.java:464)
	at org.apache.thrift.protocol.TBinaryProtocol.readI32(TBinaryProtocol.java:362)
	at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:245)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:76)
	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: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:328)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:808)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
	at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:343)
	at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:177)
	... 10 more
18:21:07.143 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.30.49.254:35653(127.30.49.254:35653)] cleaning up while in state READY due to: connection closed
18:21:07.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:07.143850 30919 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskBx6O04/build/asan/bin/kudu pid 31043
18:21:07.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:07.145684 31140 generic_service.cc:196] Checking for leaks (request via RPC)
18:21:07.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:07.295270 30919 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskBx6O04/build/asan/bin/kudu with pid 31043
18:21:07.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:07.331197 30919 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskBx6O04/build/asan/bin/kudu pid 31149
18:21:07.332 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.30.49.253:36119(127.30.49.253:36119)] handling channelInactive
18:21:07.332 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.30.49.253:36119(127.30.49.253:36119)] cleaning up while in state READY due to: connection closed
18:21:07.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:07.332973 31245 generic_service.cc:196] Checking for leaks (request via RPC)
18:21:07.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:07.457114 30919 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskBx6O04/build/asan/bin/kudu with pid 31149
18:21:07.500 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.30.49.252:37601(127.30.49.252:37601)] handling channelInactive
18:21:07.500 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.30.49.252:37601(127.30.49.252:37601)] cleaning up while in state READY due to: connection closed
18:21:07.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:07Z chronyd exiting
.18:21:07.650 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:07.651 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:07.651 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:07.671 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive17540330672092019431
18:21:07.672 [INFO - Thread-76] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:21:07.672 [INFO - Thread-76] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:21:07.675 [INFO - Thread-76] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:07.675 [INFO - Thread-76] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:07.676 [INFO - Thread-76] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:21:07.676 [INFO - Thread-76] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:21:07.678 [INFO - Thread-76] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:21:07.678 [INFO - Thread-76] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:21:07.679 [INFO - Thread-76] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:21:07.679 [INFO - Thread-76] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:21:07.680 [INFO - Thread-76] (HikariDataSource.java:80) objectstore - Starting...
18:21:07.774 [INFO - Thread-76] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:07.775 [INFO - Thread-76] (HikariDataSource.java:82) objectstore - Start completed.
18:21:07.775 [INFO - Thread-76] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:21:07.777 [INFO - Thread-76] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:21:07.779 [INFO - Thread-76] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:07.779 [INFO - Thread-76] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:21:07.797 [INFO - Thread-76] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:21:07.797 [INFO - Thread-76] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:21:07.798 [INFO - Thread-76] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:21:07.836 [WARN - Thread-76] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:07.837 [WARN - Thread-76] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:07.851 [WARN - Thread-76] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:07.851 [WARN - Thread-76] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:07.852 [WARN - Thread-76] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:07.852 [WARN - Thread-76] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:08.053 [INFO - Thread-76] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:21:08.053 [INFO - Thread-76] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1cebe543, with PersistenceManager: null will be shutdown
18:21:08.054 [INFO - Thread-76] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1cebe543, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@ca2f8a4 created in the thread with id: 112
18:21:08.055 [WARN - Thread-76] (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:21:08.056 [INFO - Thread-76] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1cebe543
18:21:08.186 [INFO - Thread-76] (HMSHandler.java:595) Started creating a default database with name: default
18:21:08.209 [INFO - Thread-76] (HMSHandler.java:605) Successfully created a default database with name: default
18:21:08.236 [INFO - Thread-76] (HMSHandler.java:668) Added admin role in metastore
18:21:08.238 [INFO - Thread-76] (HMSHandler.java:677) Added public role in metastore
18:21:08.278 [INFO - Thread-76] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:21:08.279 [INFO - Thread-76] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:21:08.280 [INFO - Thread-76] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:21:08.280 [INFO - Thread-76] (HiveMetaStore.java:697) Direct SQL optimization = true
18:21:08.281 [WARN - Thread-76] (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:21:08.281 [INFO - Thread-76] (HiveMetaStore.java:632) Started the new metaserver on port [35845]...
18:21:08.281 [INFO - Thread-76] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:21:08.281 [INFO - Thread-76] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:21:08.281 [INFO - Thread-76] (HiveMetaStore.java:635) TCP keepalive = true
18:21:08.281 [INFO - Thread-76] (HiveMetaStore.java:636) Enable SSL = false
18:21:08.675 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:08.675 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:08.676 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:08.678 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:21:08.678 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:35845]
18:21:08.678 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:35845) in binary transport mode
18:21:08.679 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:35845) current connections: 1
18:21:08.681 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskBx6O04/test-tmp
18:21:08.682 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
18:21:08.682 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskBx6O04/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
18:21:08.685 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:35845"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

18:21:09.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.106463 31447 mini_oidc.cc:150] Starting JWKS server
18:21:09.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.109722 31447 webserver.cc:533] Webserver started at http://127.0.0.1:43337/ using document root <none> and password file <none>
18:21:09.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.110001 31447 mini_oidc.cc:186] Starting OIDC Discovery server
18:21:09.110 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.110597 31447 webserver.cc:533] Webserver started at http://127.0.0.1:42351/ using document root <none> and password file <none>
18:21:09.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:09Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:21:09.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:09Z Disabled control of system clock
18:21:09.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.148111 31447 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:09.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:09.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-0/wal
18:21:09.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-0/data
18:21:09.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:09.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:09.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:09.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:09.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:09.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:09.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-0/logs
18:21:09.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-0/data/info.pb
18:21:09.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:09.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:09.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:09.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:09.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:09.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:09.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:09.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:09.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:09.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:09.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:09.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:09.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.181.254:41787
18:21:09.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.181.254
18:21:09.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:09.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.181.212:42113
18:21:09.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:09.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:09.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:09.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:09.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.181.254:41787,127.30.181.253:42211,127.30.181.252:46729
18:21:09.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:09.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43337/jwks.json
18:21:09.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35845 with env {}
18:21:09.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:09.547472 31471 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:09.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:09.547891 31471 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:09.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:09.547988 31471 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:09.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:09.556732 31471 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:09.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:09.556862 31471 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:09.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:09.556942 31471 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:09.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:09.556988 31471 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:09.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:09.557050 31471 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:09.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:09.557089 31471 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43337/jwks.json
18:21:09.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.568102 31471 master_runner.cc:387] Master server non-default flags:
18:21:09.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-0/logs
18:21:09.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:09.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:09.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:09.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.181.212:42113
18:21:09.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:09.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:09.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-0/data
18:21:09.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-0/wal
18:21:09.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35845
18:21:09.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:09.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.181.254:41787,127.30.181.253:42211,127.30.181.252:46729
18:21:09.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:09.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:09.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:09.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.181.254:41787
18:21:09.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:09.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:09.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:09.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43337/jwks.json
18:21:09.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:09.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:09.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-0/data/info.pb
18:21:09.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.181.254
18:21:09.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:09.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:09.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:09.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:09.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:09.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:09.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:09.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:09.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:09.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:09.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:21:09.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:42 UTC on e7f111948823
18:21:09.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17631
18:21:09.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:21:09.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.570492 31471 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:09.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.572932 31471 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:09.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:09.583235 31478 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:21:09.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:09.583281 31477 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:21:09.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:09.584524 31481 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:21:09.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.584656 31471 server_base.cc:1061] running on GCE node
18:21:09.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.585737 31471 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:09.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.587754 31471 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:09.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.588995 31471 hybrid_clock.cc:648] HybridClock initialized: now 1786472469588900 us; error 89 us; skew 500 ppm
18:21:09.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.589355 31471 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:21:09.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.592031 31471 webserver.cc:533] Webserver started at http://127.30.181.254:35779/ using document root <none> and password file <none>
18:21:09.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.592883 31471 fs_manager.cc:362] Metadata directory not provided
18:21:09.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.592981 31471 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:09.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.593339 31471 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:09.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.596196 31471 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-0/data/instance:
18:21:09.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "34ff7f5fa0354277afb3d09686d81576"
18:21:09.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:09 on dist-test-slave-nfb5"
18:21:09.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.597051 31471 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-0/wal/instance:
18:21:09.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "34ff7f5fa0354277afb3d09686d81576"
18:21:09.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:09 on dist-test-slave-nfb5"
18:21:09.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.603355 31471 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.007s	sys 0.000s
18:21:09.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.607523 31488 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:09.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.609232 31471 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.001s
18:21:09.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.609481 31471 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-0/data,/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-0/wal
18:21:09.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "34ff7f5fa0354277afb3d09686d81576"
18:21:09.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:09 on dist-test-slave-nfb5"
18:21:09.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.609771 31471 fs_report.cc:389] FS layout report
18:21:09.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:09.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-0/wal
18:21:09.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-0/wal
18:21:09.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-0/data/data
18:21:09.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:09.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:09.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:09.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:09.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:09.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:09.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:09.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:09.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:09.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:09.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:09.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.643642 31471 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:09.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.644883 31471 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:09.645 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.645311 31471 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:09.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.669083 31471 rpc_server.cc:307] RPC server started. Bound to: 127.30.181.254:41787
18:21:09.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.669106 31555 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.181.254:41787 every 8 connection(s)
18:21:09.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.671152 31471 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-0/data/info.pb
18:21:09.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.676539 31557 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:21:09.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.679704 31447 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskBx6O04/build/asan/bin/kudu as pid 31471
18:21:09.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.680109 31447 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-0/wal/instance
18:21:09.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.683725 31447 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:09.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-1/wal
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-1/data
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-1/logs
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-1/data/info.pb
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.181.253:42211
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.181.253
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.181.212:42113
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.181.254:41787,127.30.181.253:42211,127.30.181.252:46729
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43337/jwks.json
18:21:09.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35845 with env {}
18:21:09.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.685858 31557 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.181.254" port: 41787 } has no permanent_uuid. Determining permanent_uuid...
18:21:09.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.709875 31557 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.181.253" port: 42211 } has no permanent_uuid. Determining permanent_uuid...
18:21:09.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:09.711596 31490 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.181.253:42211: connect: Connection refused (error 111)
18:21:09.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:09.713589 31557 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.181.253:42211: Network error: Client connection negotiation failed: client connection to 127.30.181.253:42211: connect: Connection refused (error 111)
18:21:09.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.763108 31557 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.181.253" port: 42211 } attempt: 1
18:21:09.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:09.766044 31557 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.181.253:42211: Network error: Client connection negotiation failed: client connection to 127.30.181.253:42211: connect: Connection refused (error 111)
18:21:09.834 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.834393 31557 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.181.253" port: 42211 } attempt: 2
18:21:09.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:09.837116 31557 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.181.253:42211: Network error: Client connection negotiation failed: client connection to 127.30.181.253:42211: connect: Connection refused (error 111)
18:21:09.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:09.928467 31557 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.181.253" port: 42211 } attempt: 3
18:21:09.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:09.931416 31557 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.181.253:42211: Network error: Client connection negotiation failed: client connection to 127.30.181.253:42211: connect: Connection refused (error 111)
18:21:10.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.074749 31557 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.181.253" port: 42211 } attempt: 4
18:21:10.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.077576 31557 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.181.253:42211: Network error: Client connection negotiation failed: client connection to 127.30.181.253:42211: connect: Connection refused (error 111)
18:21:10.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.097036 31558 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:10.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.097447 31558 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:10.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.097545 31558 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:10.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.106485 31558 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:10.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.106606 31558 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:10.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.106676 31558 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:10.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.106721 31558 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:10.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.106783 31558 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:10.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.106820 31558 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43337/jwks.json
18:21:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.118036 31558 master_runner.cc:387] Master server non-default flags:
18:21:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-1/logs
18:21:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.181.212:42113
18:21:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-1/data
18:21:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-1/wal
18:21:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35845
18:21:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.181.254:41787,127.30.181.253:42211,127.30.181.252:46729
18:21:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.181.253:42211
18:21:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43337/jwks.json
18:21:10.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:10.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:10.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-1/data/info.pb
18:21:10.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.181.253
18:21:10.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:10.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:10.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:10.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:10.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:10.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:10.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:10.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:10.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:10.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:10.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:21:10.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:42 UTC on e7f111948823
18:21:10.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17631
18:21:10.119 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:21:10.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.120729 31558 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:10.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.123809 31558 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:10.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.134366 31580 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:21:10.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.134445 31577 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:21:10.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.134763 31582 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:21:10.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.136154 31558 server_base.cc:1061] running on GCE node
18:21:10.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.136973 31558 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:10.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.138716 31558 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:10.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.139972 31558 hybrid_clock.cc:648] HybridClock initialized: now 1786472470139893 us; error 69 us; skew 500 ppm
18:21:10.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.140453 31558 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:21:10.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.143141 31558 webserver.cc:533] Webserver started at http://127.30.181.253:35889/ using document root <none> and password file <none>
18:21:10.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.144083 31558 fs_manager.cc:362] Metadata directory not provided
18:21:10.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.144227 31558 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:10.144 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.144677 31558 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:10.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.147709 31558 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-1/data/instance:
18:21:10.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4e2cba99bc6e4be2ac908156c1729a2c"
18:21:10.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:10 on dist-test-slave-nfb5"
18:21:10.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.148761 31558 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-1/wal/instance:
18:21:10.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4e2cba99bc6e4be2ac908156c1729a2c"
18:21:10.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:10 on dist-test-slave-nfb5"
18:21:10.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.155072 31558 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.003s	sys 0.005s
18:21:10.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.159114 31591 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:10.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.160917 31558 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.004s	sys 0.000s
18:21:10.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.161173 31558 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-1/data,/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-1/wal
18:21:10.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4e2cba99bc6e4be2ac908156c1729a2c"
18:21:10.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:10 on dist-test-slave-nfb5"
18:21:10.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.161427 31558 fs_report.cc:389] FS layout report
18:21:10.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:10.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-1/wal
18:21:10.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-1/wal
18:21:10.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-1/data/data
18:21:10.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:10.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:10.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:10.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:10.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:10.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:10.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:10.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:10.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:10.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:10.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:10.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.181231 31558 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:10.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.182386 31558 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:10.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.182664 31558 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:10.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.206610 31558 rpc_server.cc:307] RPC server started. Bound to: 127.30.181.253:42211
18:21:10.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.206619 31675 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.181.253:42211 every 8 connection(s)
18:21:10.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.208843 31558 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-1/data/info.pb
18:21:10.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.214385 31676 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:21:10.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.219321 31447 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskBx6O04/build/asan/bin/kudu as pid 31558
18:21:10.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.219530 31447 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-1/wal/instance
18:21:10.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.221131 31447 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:10.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:10.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-2/wal
18:21:10.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-2/data
18:21:10.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:10.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:10.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:10.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:10.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:10.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:10.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-2/logs
18:21:10.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-2/data/info.pb
18:21:10.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:10.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:10.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:10.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:10.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:10.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:10.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:10.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:10.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:10.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:10.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:10.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:10.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.181.252:46729
18:21:10.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.181.252
18:21:10.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:10.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.181.212:42113
18:21:10.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:10.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:10.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:10.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:10.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.181.254:41787,127.30.181.253:42211,127.30.181.252:46729
18:21:10.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:10.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43337/jwks.json
18:21:10.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35845 with env {}
18:21:10.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.222956 31676 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.181.254" port: 41787 } has no permanent_uuid. Determining permanent_uuid...
18:21:10.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.241701 31676 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.181.253" port: 42211 } has no permanent_uuid. Determining permanent_uuid...
18:21:10.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.253585 31676 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } has no permanent_uuid. Determining permanent_uuid...
18:21:10.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.254890 31596 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.30.181.252:46729: connect: Connection refused (error 111)
18:21:10.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.257030 31676 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.181.252:46729: Network error: Client connection negotiation failed: client connection to 127.30.181.252:46729: connect: Connection refused (error 111)
18:21:10.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.306408 31676 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } attempt: 1
18:21:10.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.309159 31676 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.181.252:46729: Network error: Client connection negotiation failed: client connection to 127.30.181.252:46729: connect: Connection refused (error 111)
18:21:10.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.376935 31557 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.181.253" port: 42211 } attempt: 5
18:21:10.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.377429 31676 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } attempt: 2
18:21:10.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.380492 31676 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.181.252:46729: Network error: Client connection negotiation failed: client connection to 127.30.181.252:46729: connect: Connection refused (error 111)
18:21:10.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.385963 31557 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } has no permanent_uuid. Determining permanent_uuid...
18:21:10.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.388342 31557 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.181.252:46729: Network error: Client connection negotiation failed: client connection to 127.30.181.252:46729: connect: Connection refused (error 111)
18:21:10.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.439589 31557 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } attempt: 1
18:21:10.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.442371 31557 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.181.252:46729: Network error: Client connection negotiation failed: client connection to 127.30.181.252:46729: connect: Connection refused (error 111)
18:21:10.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.471782 31676 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } attempt: 3
18:21:10.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.474318 31676 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.181.252:46729: Network error: Client connection negotiation failed: client connection to 127.30.181.252:46729: connect: Connection refused (error 111)
18:21:10.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.510614 31557 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } attempt: 2
18:21:10.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.513417 31557 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.181.252:46729: Network error: Client connection negotiation failed: client connection to 127.30.181.252:46729: connect: Connection refused (error 111)
18:21:10.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.617650 31676 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } attempt: 4
18:21:10.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.619678 31557 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } attempt: 3
18:21:10.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.620688 31676 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.181.252:46729: Network error: Client connection negotiation failed: client connection to 127.30.181.252:46729: connect: Connection refused (error 111)
18:21:10.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.622303 31557 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.30.181.252:46729: Network error: Client connection negotiation failed: client connection to 127.30.181.252:46729: connect: Connection refused (error 111)
18:21:10.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.651878 31679 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:10.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.652297 31679 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:10.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.652428 31679 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:10.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.661265 31679 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:10.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.661405 31679 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:10.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.661500 31679 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:10.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.661566 31679 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:10.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.661661 31679 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:10.661 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.661723 31679 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:43337/jwks.json
18:21:10.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.672716 31679 master_runner.cc:387] Master server non-default flags:
18:21:10.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-2/logs
18:21:10.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:10.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:10.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:10.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.30.181.212:42113
18:21:10.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:10.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:10.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-2/data
18:21:10.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-2/wal
18:21:10.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:35845
18:21:10.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:10.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.30.181.254:41787,127.30.181.253:42211,127.30.181.252:46729
18:21:10.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:10.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:10.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:10.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.30.181.252:46729
18:21:10.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:10.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:10.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:10.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:43337/jwks.json
18:21:10.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:10.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:10.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-2/data/info.pb
18:21:10.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.30.181.252
18:21:10.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:10.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:10.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:10.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:10.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:10.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:10.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:10.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:10.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:10.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:10.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:21:10.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:42 UTC on e7f111948823
18:21:10.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17631
18:21:10.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:21:10.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.675297 31679 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:10.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.677632 31679 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:10.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.687790 31691 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:21:10.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.687804 31695 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:21:10.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.688390 31697 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:21:10.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.689800 31679 server_base.cc:1061] running on GCE node
18:21:10.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.690753 31679 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:10.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.692498 31679 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:10.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.693750 31679 hybrid_clock.cc:648] HybridClock initialized: now 1786472470693693 us; error 47 us; skew 500 ppm
18:21:10.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.694209 31679 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:21:10.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.696898 31679 webserver.cc:533] Webserver started at http://127.30.181.252:46741/ using document root <none> and password file <none>
18:21:10.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.697832 31679 fs_manager.cc:362] Metadata directory not provided
18:21:10.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.697979 31679 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:10.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.698442 31679 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:10.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.701406 31679 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-2/data/instance:
18:21:10.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e293b7c3a1f444ce8eb5460a9de84afa"
18:21:10.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:10 on dist-test-slave-nfb5"
18:21:10.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.702385 31679 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-2/wal/instance:
18:21:10.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e293b7c3a1f444ce8eb5460a9de84afa"
18:21:10.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:10 on dist-test-slave-nfb5"
18:21:10.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.708755 31679 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.002s	sys 0.007s
18:21:10.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.712679 31704 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:10.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.714223 31679 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
18:21:10.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.714437 31679 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-2/data,/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-2/wal
18:21:10.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e293b7c3a1f444ce8eb5460a9de84afa"
18:21:10.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:10 on dist-test-slave-nfb5"
18:21:10.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.714726 31679 fs_report.cc:389] FS layout report
18:21:10.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:10.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-2/wal
18:21:10.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-2/wal
18:21:10.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-2/data/data
18:21:10.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:10.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:10.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:10.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:10.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:10.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:10.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:10.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:10.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:10.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:10.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:10.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.748921 31679 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:10.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.750267 31679 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:10.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.750689 31679 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:10.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.774226 31679 rpc_server.cc:307] RPC server started. Bound to: 127.30.181.252:46729
18:21:10.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.774250 31790 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.30.181.252:46729 every 8 connection(s)
18:21:10.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.776373 31679 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-2/data/info.pb
18:21:10.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.781889 31447 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskBx6O04/build/asan/bin/kudu as pid 31679
18:21:10.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.782064 31791 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:21:10.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.782145 31447 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster5057539093183630012/master-2/wal/instance
18:21:10.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.790552 31791 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.181.254" port: 41787 } has no permanent_uuid. Determining permanent_uuid...
18:21:10.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.799533 31557 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } attempt: 4
18:21:10.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.814133 31791 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.181.253" port: 42211 } has no permanent_uuid. Determining permanent_uuid...
18:21:10.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.819734 31557 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 34ff7f5fa0354277afb3d09686d81576: Bootstrap starting.
18:21:10.823 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.823608 31791 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } has no permanent_uuid. Determining permanent_uuid...
18:21:10.826 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.825898 31557 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 34ff7f5fa0354277afb3d09686d81576: Neither blocks nor log segments found. Creating new log.
18:21:10.827 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.827693 31557 log.cc:826] T 00000000000000000000000000000000 P 34ff7f5fa0354277afb3d09686d81576: Log is configured to *not* fsync() on all Append() calls
18:21:10.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.831701 31557 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 34ff7f5fa0354277afb3d09686d81576: No bootstrap required, opened a new log
18:21:10.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.835453 31447 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:21:10.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.837417 31791 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e293b7c3a1f444ce8eb5460a9de84afa: Bootstrap starting.
18:21:10.837 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:10.838 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:21:10.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.840463 31557 raft_consensus.cc:359] T 00000000000000000000000000000000 P 34ff7f5fa0354277afb3d09686d81576 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34ff7f5fa0354277afb3d09686d81576" member_type: VOTER last_known_addr { host: "127.30.181.254" port: 41787 } } peers { permanent_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" member_type: VOTER last_known_addr { host: "127.30.181.253" port: 42211 } } peers { permanent_uuid: "e293b7c3a1f444ce8eb5460a9de84afa" member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } }
18:21:10.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.840880 31557 raft_consensus.cc:385] T 00000000000000000000000000000000 P 34ff7f5fa0354277afb3d09686d81576 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:10.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.841008 31557 raft_consensus.cc:740] T 00000000000000000000000000000000 P 34ff7f5fa0354277afb3d09686d81576 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 34ff7f5fa0354277afb3d09686d81576, State: Initialized, Role: FOLLOWER
18:21:10.839 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.30.181.254"
      port: 41787
    }
    bound_http_address {
      host: "127.30.181.254"
      port: 35779
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.30.181.253"
      port: 42211
    }
    bound_http_address {
      host: "127.30.181.253"
      port: 35889
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.30.181.252"
      port: 46729
    }
    bound_http_address {
      host: "127.30.181.252"
      port: 46741
    }
  }
}

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

18:21:10.842 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:10.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.842028 31557 consensus_queue.cc:260] T 00000000000000000000000000000000 P 34ff7f5fa0354277afb3d09686d81576 [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: "34ff7f5fa0354277afb3d09686d81576" member_type: VOTER last_known_addr { host: "127.30.181.254" port: 41787 } } peers { permanent_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" member_type: VOTER last_known_addr { host: "127.30.181.253" port: 42211 } } peers { permanent_uuid: "e293b7c3a1f444ce8eb5460a9de84afa" member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } }
18:21:10.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.842386 31791 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e293b7c3a1f444ce8eb5460a9de84afa: Neither blocks nor log segments found. Creating new log.
18:21:10.843 [INFO - Metastore-Handler-Pool: Thread-133] (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:21:10.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.843613 31801 sys_catalog.cc:455] T 00000000000000000000000000000000 P 34ff7f5fa0354277afb3d09686d81576 [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: "34ff7f5fa0354277afb3d09686d81576" member_type: VOTER last_known_addr { host: "127.30.181.254" port: 41787 } } peers { permanent_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" member_type: VOTER last_known_addr { host: "127.30.181.253" port: 42211 } } peers { permanent_uuid: "e293b7c3a1f444ce8eb5460a9de84afa" member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } } }
18:21:10.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.844156 31801 sys_catalog.cc:458] T 00000000000000000000000000000000 P 34ff7f5fa0354277afb3d09686d81576 [sys.catalog]: This master's current role is: FOLLOWER
18:21:10.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.845009 31557 sys_catalog.cc:565] T 00000000000000000000000000000000 P 34ff7f5fa0354277afb3d09686d81576 [sys.catalog]: configured and running, proceeding with master startup.
18:21:10.846 [INFO - Metastore-Handler-Pool: Thread-133] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:10.846 [INFO - Metastore-Handler-Pool: Thread-133] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:10.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.848449 31791 log.cc:826] T 00000000000000000000000000000000 P e293b7c3a1f444ce8eb5460a9de84afa: Log is configured to *not* fsync() on all Append() calls
18:21:10.850 [INFO - Metastore-Handler-Pool: Thread-133] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4277acdb, with PersistenceManager: null will be shutdown
18:21:10.850 [INFO - Metastore-Handler-Pool: Thread-133] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4277acdb, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@255421f5 created in the thread with id: 133
18:21:10.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.852728 31791 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e293b7c3a1f444ce8eb5460a9de84afa: No bootstrap required, opened a new log
18:21:10.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.863487 31791 raft_consensus.cc:359] T 00000000000000000000000000000000 P e293b7c3a1f444ce8eb5460a9de84afa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34ff7f5fa0354277afb3d09686d81576" member_type: VOTER last_known_addr { host: "127.30.181.254" port: 41787 } } peers { permanent_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" member_type: VOTER last_known_addr { host: "127.30.181.253" port: 42211 } } peers { permanent_uuid: "e293b7c3a1f444ce8eb5460a9de84afa" member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } }
18:21:10.864 [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:21:10.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.864450 31791 raft_consensus.cc:385] T 00000000000000000000000000000000 P e293b7c3a1f444ce8eb5460a9de84afa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:10.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.864802 31791 raft_consensus.cc:740] T 00000000000000000000000000000000 P e293b7c3a1f444ce8eb5460a9de84afa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e293b7c3a1f444ce8eb5460a9de84afa, State: Initialized, Role: FOLLOWER
18:21:10.865 [INFO - Metastore-Handler-Pool: Thread-133] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4277acdb
18:21:10.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.865355 31818 client.h:373] Failed to connect to Hive Metastore (localhost:35845): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:10.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.866353 31791 consensus_queue.cc:260] T 00000000000000000000000000000000 P e293b7c3a1f444ce8eb5460a9de84afa [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: "34ff7f5fa0354277afb3d09686d81576" member_type: VOTER last_known_addr { host: "127.30.181.254" port: 41787 } } peers { permanent_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" member_type: VOTER last_known_addr { host: "127.30.181.253" port: 42211 } } peers { permanent_uuid: "e293b7c3a1f444ce8eb5460a9de84afa" member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } }
18:21:10.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.874166 31826 sys_catalog.cc:455] T 00000000000000000000000000000000 P e293b7c3a1f444ce8eb5460a9de84afa [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: "34ff7f5fa0354277afb3d09686d81576" member_type: VOTER last_known_addr { host: "127.30.181.254" port: 41787 } } peers { permanent_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" member_type: VOTER last_known_addr { host: "127.30.181.253" port: 42211 } } peers { permanent_uuid: "e293b7c3a1f444ce8eb5460a9de84afa" member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } } }
18:21:10.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.877174 31826 sys_catalog.cc:458] T 00000000000000000000000000000000 P e293b7c3a1f444ce8eb5460a9de84afa [sys.catalog]: This master's current role is: FOLLOWER
18:21:10.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.877025 31791 sys_catalog.cc:565] T 00000000000000000000000000000000 P e293b7c3a1f444ce8eb5460a9de84afa [sys.catalog]: configured and running, proceeding with master startup.
18:21:10.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.875454 31471 master_runner.cc:187] Error getting master registration for 127.30.181.253:42211: OK, instance_id { permanent_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" instance_seqno: 1786472470200436 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:10.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.883061 31471 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:10.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.883976 31825 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 34ff7f5fa0354277afb3d09686d81576: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:10.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.884137 31825 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:10.896 [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:21:10.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.897068 31850 client.h:373] Failed to connect to Hive Metastore (localhost:35845): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:10.899 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.898804 31498 tablet.cc:2406] T 00000000000000000000000000000000 P 34ff7f5fa0354277afb3d09686d81576: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:10.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.908809 31679 master_runner.cc:187] Error getting master registration for 127.30.181.253:42211: OK, instance_id { permanent_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" instance_seqno: 1786472470200436 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:10.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.915241 31679 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:10.920 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.919989 31676 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } attempt: 5
18:21:10.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.929323 31857 catalog_manager.cc:1594] T 00000000000000000000000000000000 P e293b7c3a1f444ce8eb5460a9de84afa: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:10.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:10.929782 31857 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:10.938 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.937836 31676 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c: Bootstrap starting.
18:21:10.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.943604 31676 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c: Neither blocks nor log segments found. Creating new log.
18:21:10.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.965173 31676 log.cc:826] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c: Log is configured to *not* fsync() on all Append() calls
18:21:10.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.976126 31676 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c: No bootstrap required, opened a new log
18:21:10.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.986827 31676 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34ff7f5fa0354277afb3d09686d81576" member_type: VOTER last_known_addr { host: "127.30.181.254" port: 41787 } } peers { permanent_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" member_type: VOTER last_known_addr { host: "127.30.181.253" port: 42211 } } peers { permanent_uuid: "e293b7c3a1f444ce8eb5460a9de84afa" member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } }
18:21:10.987 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.987654 31676 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:10.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.987995 31676 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4e2cba99bc6e4be2ac908156c1729a2c, State: Initialized, Role: FOLLOWER
18:21:10.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.989260 31676 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c [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: "34ff7f5fa0354277afb3d09686d81576" member_type: VOTER last_known_addr { host: "127.30.181.254" port: 41787 } } peers { permanent_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" member_type: VOTER last_known_addr { host: "127.30.181.253" port: 42211 } } peers { permanent_uuid: "e293b7c3a1f444ce8eb5460a9de84afa" member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } }
18:21:10.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.996695 31860 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c [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: "34ff7f5fa0354277afb3d09686d81576" member_type: VOTER last_known_addr { host: "127.30.181.254" port: 41787 } } peers { permanent_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" member_type: VOTER last_known_addr { host: "127.30.181.253" port: 42211 } } peers { permanent_uuid: "e293b7c3a1f444ce8eb5460a9de84afa" member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } } }
18:21:10.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.999693 31860 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c [sys.catalog]: This master's current role is: FOLLOWER
18:21:11.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:10.999540 31676 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c [sys.catalog]: configured and running, proceeding with master startup.
18:21:11.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:11.003444 31717 tablet.cc:2406] T 00000000000000000000000000000000 P e293b7c3a1f444ce8eb5460a9de84afa: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:11.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.056350 31860 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:21:11.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.056753 31860 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34ff7f5fa0354277afb3d09686d81576" member_type: VOTER last_known_addr { host: "127.30.181.254" port: 41787 } } peers { permanent_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" member_type: VOTER last_known_addr { host: "127.30.181.253" port: 42211 } } peers { permanent_uuid: "e293b7c3a1f444ce8eb5460a9de84afa" member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } }
18:21:11.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.059716 31860 leader_election.cc:290] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 34ff7f5fa0354277afb3d09686d81576 (127.30.181.254:41787), e293b7c3a1f444ce8eb5460a9de84afa (127.30.181.252:46729)
18:21:11.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.061923 31522 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "34ff7f5fa0354277afb3d09686d81576" is_pre_election: true
18:21:11.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.062626 31522 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 34ff7f5fa0354277afb3d09686d81576 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4e2cba99bc6e4be2ac908156c1729a2c in term 0.
18:21:11.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.063580 31749 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e293b7c3a1f444ce8eb5460a9de84afa" is_pre_election: true
18:21:11.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.064215 31749 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e293b7c3a1f444ce8eb5460a9de84afa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4e2cba99bc6e4be2ac908156c1729a2c in term 0.
18:21:11.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.065780 31596 leader_election.cc:304] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c [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: 34ff7f5fa0354277afb3d09686d81576, 4e2cba99bc6e4be2ac908156c1729a2c; no voters: 
18:21:11.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.066972 31860 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c [term 0 FOLLOWER]: Leader pre-election won for term 1
18:21:11.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.067150 31860 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:21:11.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.067543 31860 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c [term 0 FOLLOWER]: Advancing to term 1
18:21:11.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.071385 31860 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34ff7f5fa0354277afb3d09686d81576" member_type: VOTER last_known_addr { host: "127.30.181.254" port: 41787 } } peers { permanent_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" member_type: VOTER last_known_addr { host: "127.30.181.253" port: 42211 } } peers { permanent_uuid: "e293b7c3a1f444ce8eb5460a9de84afa" member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } }
18:21:11.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.072866 31522 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "34ff7f5fa0354277afb3d09686d81576"
18:21:11.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.073134 31522 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 34ff7f5fa0354277afb3d09686d81576 [term 0 FOLLOWER]: Advancing to term 1
18:21:11.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.076927 31522 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 34ff7f5fa0354277afb3d09686d81576 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4e2cba99bc6e4be2ac908156c1729a2c in term 1.
18:21:11.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.077854 31596 leader_election.cc:304] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c [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: 34ff7f5fa0354277afb3d09686d81576, 4e2cba99bc6e4be2ac908156c1729a2c; no voters: 
18:21:11.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.081281 31860 leader_election.cc:290] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c [CANDIDATE]: Term 1 election: Requested vote from peers 34ff7f5fa0354277afb3d09686d81576 (127.30.181.254:41787), e293b7c3a1f444ce8eb5460a9de84afa (127.30.181.252:46729)
18:21:11.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.082129 31860 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c [term 1 FOLLOWER]: Leader election won for term 1
18:21:11.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.082768 31860 raft_consensus.cc:697] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c [term 1 LEADER]: Becoming Leader. State: Replica: 4e2cba99bc6e4be2ac908156c1729a2c, State: Running, Role: LEADER
18:21:11.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.083938 31860 consensus_queue.cc:237] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c [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: "34ff7f5fa0354277afb3d09686d81576" member_type: VOTER last_known_addr { host: "127.30.181.254" port: 41787 } } peers { permanent_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" member_type: VOTER last_known_addr { host: "127.30.181.253" port: 42211 } } peers { permanent_uuid: "e293b7c3a1f444ce8eb5460a9de84afa" member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } }
18:21:11.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.094547 31749 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e293b7c3a1f444ce8eb5460a9de84afa"
18:21:11.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.094875 31749 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e293b7c3a1f444ce8eb5460a9de84afa [term 0 FOLLOWER]: Advancing to term 1
18:21:11.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.098889 31749 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e293b7c3a1f444ce8eb5460a9de84afa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4e2cba99bc6e4be2ac908156c1729a2c in term 1.
18:21:11.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.102649 31873 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4e2cba99bc6e4be2ac908156c1729a2c. Latest consensus state: current_term: 1 leader_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34ff7f5fa0354277afb3d09686d81576" member_type: VOTER last_known_addr { host: "127.30.181.254" port: 41787 } } peers { permanent_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" member_type: VOTER last_known_addr { host: "127.30.181.253" port: 42211 } } peers { permanent_uuid: "e293b7c3a1f444ce8eb5460a9de84afa" member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } } }
18:21:11.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.105868 31873 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c [sys.catalog]: This master's current role is: LEADER
18:21:11.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.114327 31875 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
18:21:11.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.130163 31875 catalog_manager.cc:1520] Initializing Kudu cluster ID...
18:21:11.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.153275 31749 raft_consensus.cc:1275] T 00000000000000000000000000000000 P e293b7c3a1f444ce8eb5460a9de84afa [term 1 FOLLOWER]: Refusing update from remote peer 4e2cba99bc6e4be2ac908156c1729a2c: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:21:11.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.154955 31873 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c [LEADER]: Connected to new peer: Peer: permanent_uuid: "e293b7c3a1f444ce8eb5460a9de84afa" member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:21:11.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.162850 31522 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 34ff7f5fa0354277afb3d09686d81576 [term 1 FOLLOWER]: Refusing update from remote peer 4e2cba99bc6e4be2ac908156c1729a2c: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:21:11.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.164261 31873 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c [LEADER]: Connected to new peer: Peer: permanent_uuid: "34ff7f5fa0354277afb3d09686d81576" member_type: VOTER last_known_addr { host: "127.30.181.254" port: 41787 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:21:11.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:11.185854 31602 tablet.cc:2406] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:11.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.207904 31801 sys_catalog.cc:455] T 00000000000000000000000000000000 P 34ff7f5fa0354277afb3d09686d81576 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4e2cba99bc6e4be2ac908156c1729a2c. Latest consensus state: current_term: 1 leader_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34ff7f5fa0354277afb3d09686d81576" member_type: VOTER last_known_addr { host: "127.30.181.254" port: 41787 } } peers { permanent_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" member_type: VOTER last_known_addr { host: "127.30.181.253" port: 42211 } } peers { permanent_uuid: "e293b7c3a1f444ce8eb5460a9de84afa" member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } } }
18:21:11.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.208305 31801 sys_catalog.cc:458] T 00000000000000000000000000000000 P 34ff7f5fa0354277afb3d09686d81576 [sys.catalog]: This master's current role is: FOLLOWER
18:21:11.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.224383 31881 mvcc.cc:204] Tried to move back new op lower bound from 7317391241826848768 to 7317391241587736576. Current Snapshot: MvccSnapshot[applied={T|T < 7317391241826848768}]
18:21:11.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.225507 31801 sys_catalog.cc:455] T 00000000000000000000000000000000 P 34ff7f5fa0354277afb3d09686d81576 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34ff7f5fa0354277afb3d09686d81576" member_type: VOTER last_known_addr { host: "127.30.181.254" port: 41787 } } peers { permanent_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" member_type: VOTER last_known_addr { host: "127.30.181.253" port: 42211 } } peers { permanent_uuid: "e293b7c3a1f444ce8eb5460a9de84afa" member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } } }
18:21:11.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.225831 31801 sys_catalog.cc:458] T 00000000000000000000000000000000 P 34ff7f5fa0354277afb3d09686d81576 [sys.catalog]: This master's current role is: FOLLOWER
18:21:11.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.228394 31860 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34ff7f5fa0354277afb3d09686d81576" member_type: VOTER last_known_addr { host: "127.30.181.254" port: 41787 } } peers { permanent_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" member_type: VOTER last_known_addr { host: "127.30.181.253" port: 42211 } } peers { permanent_uuid: "e293b7c3a1f444ce8eb5460a9de84afa" member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } } }
18:21:11.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.228780 31860 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c [sys.catalog]: This master's current role is: LEADER
18:21:11.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.229092 31883 mvcc.cc:204] Tried to move back new op lower bound from 7317391241826848768 to 7317391241587736576. Current Snapshot: MvccSnapshot[applied={T|T < 7317391241826848768}]
18:21:11.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.231254 31875 catalog_manager.cc:1383] Generated new cluster ID: 3e9d515379414f988fc4c0e3a4b0eb03
18:21:11.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.231381 31875 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
18:21:11.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.237372 31873 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34ff7f5fa0354277afb3d09686d81576" member_type: VOTER last_known_addr { host: "127.30.181.254" port: 41787 } } peers { permanent_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" member_type: VOTER last_known_addr { host: "127.30.181.253" port: 42211 } } peers { permanent_uuid: "e293b7c3a1f444ce8eb5460a9de84afa" member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } } }
18:21:11.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.237628 31873 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c [sys.catalog]: This master's current role is: LEADER
18:21:11.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.247663 31826 sys_catalog.cc:455] T 00000000000000000000000000000000 P e293b7c3a1f444ce8eb5460a9de84afa [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4e2cba99bc6e4be2ac908156c1729a2c. Latest consensus state: current_term: 1 leader_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34ff7f5fa0354277afb3d09686d81576" member_type: VOTER last_known_addr { host: "127.30.181.254" port: 41787 } } peers { permanent_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" member_type: VOTER last_known_addr { host: "127.30.181.253" port: 42211 } } peers { permanent_uuid: "e293b7c3a1f444ce8eb5460a9de84afa" member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } } }
18:21:11.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.248229 31826 sys_catalog.cc:458] T 00000000000000000000000000000000 P e293b7c3a1f444ce8eb5460a9de84afa [sys.catalog]: This master's current role is: FOLLOWER
18:21:11.253 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.253137 31882 mvcc.cc:204] Tried to move back new op lower bound from 7317391241826848768 to 7317391241587736576. Current Snapshot: MvccSnapshot[applied={T|T < 7317391241826848768}]
18:21:11.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.255980 31826 sys_catalog.cc:455] T 00000000000000000000000000000000 P e293b7c3a1f444ce8eb5460a9de84afa [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "34ff7f5fa0354277afb3d09686d81576" member_type: VOTER last_known_addr { host: "127.30.181.254" port: 41787 } } peers { permanent_uuid: "4e2cba99bc6e4be2ac908156c1729a2c" member_type: VOTER last_known_addr { host: "127.30.181.253" port: 42211 } } peers { permanent_uuid: "e293b7c3a1f444ce8eb5460a9de84afa" member_type: VOTER last_known_addr { host: "127.30.181.252" port: 46729 } } }
18:21:11.256 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.256246 31826 sys_catalog.cc:458] T 00000000000000000000000000000000 P e293b7c3a1f444ce8eb5460a9de84afa [sys.catalog]: This master's current role is: FOLLOWER
18:21:11.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.280189 31875 catalog_manager.cc:1406] Generated new certificate authority record
18:21:11.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.282655 31875 catalog_manager.cc:1540] Loading token signing keys...
18:21:11.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.320230 31875 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 4e2cba99bc6e4be2ac908156c1729a2c: Generated new TSK 0
18:21:11.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.322381 31875 catalog_manager.cc:1550] Initializing in-progress tserver states...
18:21:11.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.355778 31894 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
18:21:11.365 [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:21:11.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:11.366387 31890 client.h:373] Failed to connect to Hive Metastore (localhost:35845): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:11.420 [WARN - Metastore-Handler-Pool: Thread-133] (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:21:11.427 [WARN - Metastore-Handler-Pool: Thread-133] (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:21:11.427 [WARN - Metastore-Handler-Pool: Thread-133] (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:21:11.499 [INFO - Metastore-Handler-Pool: Thread-133] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
18:21:11.506 [INFO - Metastore-Handler-Pool: Thread-133] (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/hive17540330672092019431/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:21:11.509 [INFO - Metastore-Handler-Pool: Thread-133] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive17540330672092019431/external-warehouse/legacy_table
18:21:11.809 [INFO - Metastore-Handler-Pool: Thread-133] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
18:21:11.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.887379 31825 catalog_manager.cc:1295] Loaded cluster ID: 3e9d515379414f988fc4c0e3a4b0eb03
18:21:11.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.888080 31825 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 34ff7f5fa0354277afb3d09686d81576: loading cluster ID for follower catalog manager: success
18:21:11.890 [INFO - Metastore-Handler-Pool: Thread-133] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:11.896 [INFO - Metastore-Handler-Pool: Thread-140] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:11.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.893962 31825 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 34ff7f5fa0354277afb3d09686d81576: acquiring CA information for follower catalog manager: success
18:21:11.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:11.896602 31818 client.h:373] Failed to connect to Hive Metastore (localhost:35845): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:11.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.897653 31825 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 34ff7f5fa0354277afb3d09686d81576: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:21:11.900 [INFO - Metastore-Handler-Pool: Thread-133] (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:21:11.911 [INFO - Metastore-Handler-Pool: Thread-141] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:11.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:11.916998 31850 client.h:373] Failed to connect to Hive Metastore (localhost:35845): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:11.922 [INFO - Metastore-Handler-Pool: Thread-133] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
18:21:11.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.933528 31857 catalog_manager.cc:1295] Loaded cluster ID: 3e9d515379414f988fc4c0e3a4b0eb03
18:21:11.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.934057 31857 catalog_manager.cc:1588] T 00000000000000000000000000000000 P e293b7c3a1f444ce8eb5460a9de84afa: loading cluster ID for follower catalog manager: success
18:21:11.939 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.939581 31857 catalog_manager.cc:1610] T 00000000000000000000000000000000 P e293b7c3a1f444ce8eb5460a9de84afa: acquiring CA information for follower catalog manager: success
18:21:11.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:11.947145 31857 catalog_manager.cc:1638] T 00000000000000000000000000000000 P e293b7c3a1f444ce8eb5460a9de84afa: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:21:12.014 [INFO - Metastore-Handler-Pool: Thread-133] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
18:21:12.018 [INFO - Metastore-Handler-Pool: Thread-133] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
18:21:12.135 [INFO - Metastore-Handler-Pool: Thread-133] (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:21:12.165 [INFO - Metastore-Handler-Pool: Thread-133] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
18:21:12.212 [INFO - Metastore-Handler-Pool: Thread-133] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
18:21:12.223 [INFO - Metastore-Handler-Pool: Thread-133] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:12.225 [INFO - Metastore-Handler-Pool: Thread-133] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
18:21:12.344 [WARN - Metastore-Handler-Pool: Thread-133] (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:21:12.376 [INFO - Metastore-Handler-Pool: Thread-142] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:12.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.376886 31890 client.h:373] Failed to connect to Hive Metastore (localhost:35845): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:12.496 [WARN - Metastore-Handler-Pool: Thread-133] (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:21:12.543 [WARN - Metastore-Handler-Pool: Thread-133] (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:21:12.684 [INFO - Metastore-Handler-Pool: Thread-133] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:21:12.686 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:21:12.686 [INFO - Metastore-Handler-Pool: Thread-133] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:21:12.686 [INFO - Metastore-Handler-Pool: Thread-133] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4277acdb, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@255421f5 will be shutdown
18:21:12.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.686798 31447 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskBx6O04/build/asan/bin/kudu pid 31471
18:21:12.687 [INFO - Metastore-Handler-Pool: Thread-133] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:21:12.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.689360 31551 generic_service.cc:196] Checking for leaks (request via RPC)
18:21:12.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.873373 31447 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskBx6O04/build/asan/bin/kudu with pid 31471
18:21:12.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.912412 31447 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskBx6O04/build/asan/bin/kudu pid 31558
18:21:12.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:12.913883 31666 generic_service.cc:196] Checking for leaks (request via RPC)
18:21:12.920 [INFO - Metastore-Handler-Pool: Thread-143] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:12.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:12.921185 31850 client.h:373] Failed to connect to Hive Metastore (localhost:35845): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:13.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.041992 31447 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskBx6O04/build/asan/bin/kudu with pid 31558
18:21:13.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.081226 31447 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskBx6O04/build/asan/bin/kudu pid 31679
18:21:13.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.082850 31785 generic_service.cc:196] Checking for leaks (request via RPC)
18:21:13.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:13.205687 31447 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskBx6O04/build/asan/bin/kudu with pid 31679
18:21:13.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:13Z chronyd exiting
.18:21:13.391 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:13.392 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:13.392 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:13.410 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive3584584565230407416
18:21:13.412 [INFO - Thread-101] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:21:13.412 [INFO - Thread-101] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:21:13.415 [INFO - Thread-101] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:13.415 [INFO - Thread-101] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:13.415 [INFO - Thread-101] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:21:13.416 [INFO - Thread-101] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:21:13.417 [INFO - Thread-101] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:21:13.417 [INFO - Thread-101] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:21:13.418 [INFO - Thread-101] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:21:13.419 [INFO - Thread-101] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:21:13.420 [INFO - Thread-101] (HikariDataSource.java:80) objectstore - Starting...
18:21:13.490 [INFO - Thread-101] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:13.491 [INFO - Thread-101] (HikariDataSource.java:82) objectstore - Start completed.
18:21:13.491 [INFO - Thread-101] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:21:13.492 [INFO - Thread-101] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:21:13.494 [INFO - Thread-101] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:13.495 [INFO - Thread-101] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:21:13.510 [INFO - Thread-101] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:21:13.510 [INFO - Thread-101] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:21:13.510 [INFO - Thread-101] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:21:13.535 [WARN - Thread-101] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:13.536 [WARN - Thread-101] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:13.536 [WARN - Thread-101] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:13.537 [WARN - Thread-101] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:13.537 [WARN - Thread-101] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:13.537 [WARN - Thread-101] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:13.727 [INFO - Thread-101] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:21:13.728 [INFO - Thread-101] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@39d1165e, with PersistenceManager: null will be shutdown
18:21:13.728 [INFO - Thread-101] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@39d1165e, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@38bb01b0 created in the thread with id: 144
18:21:13.730 [WARN - Thread-101] (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:21:13.731 [INFO - Thread-101] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@39d1165e
18:21:13.869 [INFO - Thread-101] (HMSHandler.java:595) Started creating a default database with name: default
18:21:13.907 [INFO - Thread-101] (HMSHandler.java:605) Successfully created a default database with name: default
18:21:13.939 [INFO - Thread-101] (HMSHandler.java:668) Added admin role in metastore
18:21:13.942 [INFO - Thread-101] (HMSHandler.java:677) Added public role in metastore
18:21:13.981 [INFO - Thread-101] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:21:13.982 [INFO - Thread-101] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:21:13.982 [INFO - Thread-101] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:21:13.983 [INFO - Thread-101] (HiveMetaStore.java:697) Direct SQL optimization = true
18:21:13.983 [WARN - Thread-101] (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:21:13.983 [INFO - Thread-101] (HiveMetaStore.java:632) Started the new metaserver on port [36449]...
18:21:13.983 [INFO - Thread-101] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:21:13.983 [INFO - Thread-101] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:21:13.983 [INFO - Thread-101] (HiveMetaStore.java:635) TCP keepalive = true
18:21:13.983 [INFO - Thread-101] (HiveMetaStore.java:636) Enable SSL = false
18:21:14.414 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:14.415 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:14.415 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:14.418 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:21:14.418 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:36449]
18:21:14.419 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:36449) in binary transport mode
18:21:14.419 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:36449) current connections: 1
18:21:14.421 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskBx6O04/test-tmp
18:21:14.422 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
18:21:14.422 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskBx6O04/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
18:21:14.426 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:36449"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

18:21:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:14.852736 31947 mini_oidc.cc:150] Starting JWKS server
18:21:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:14.855767 31947 webserver.cc:533] Webserver started at http://127.0.0.1:34677/ using document root <none> and password file <none>
18:21:14.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:14.856046 31947 mini_oidc.cc:186] Starting OIDC Discovery server
18:21:14.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:14.856647 31947 webserver.cc:533] Webserver started at http://127.0.0.1:37131/ using document root <none> and password file <none>
18:21:14.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:14Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:21:14.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:14Z Disabled control of system clock
18:21:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:14.896817 31947 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-0/wal
18:21:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-0/data
18:21:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-0/logs
18:21:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-0/data/info.pb
18:21:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.50.254:44059
18:21:14.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.50.254
18:21:14.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:14.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.50.212:39025
18:21:14.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:14.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:14.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:14.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:14.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.50.254:44059,127.31.50.253:39841,127.31.50.252:37357
18:21:14.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:14.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34677/jwks.json
18:21:14.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36449 with env {}
18:21:15.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.301436 31963 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:15.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.301832 31963 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:15.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.301937 31963 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:15.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.310894 31963 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:15.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.311038 31963 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:15.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.311108 31963 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:15.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.311159 31963 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:15.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.311234 31963 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:15.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.311277 31963 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34677/jwks.json
18:21:15.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.321950 31963 master_runner.cc:387] Master server non-default flags:
18:21:15.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-0/logs
18:21:15.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:15.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:15.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:15.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.50.212:39025
18:21:15.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:15.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:15.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-0/data
18:21:15.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-0/wal
18:21:15.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36449
18:21:15.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:15.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.50.254:44059,127.31.50.253:39841,127.31.50.252:37357
18:21:15.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:15.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:15.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:15.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.50.254:44059
18:21:15.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:15.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:15.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:15.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34677/jwks.json
18:21:15.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:15.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:15.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-0/data/info.pb
18:21:15.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.50.254
18:21:15.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:15.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:15.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:15.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:15.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:15.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:15.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:15.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:15.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:15.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:15.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:21:15.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:42 UTC on e7f111948823
18:21:15.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17631
18:21:15.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:21:15.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.324249 31963 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:15.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.326676 31963 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:15.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.337193 31972 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:21:15.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.337206 31971 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:21:15.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.337867 31978 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:21:15.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.338981 31963 server_base.cc:1061] running on GCE node
18:21:15.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.339821 31963 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:15.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.341410 31963 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:15.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.342670 31963 hybrid_clock.cc:648] HybridClock initialized: now 1786472475342633 us; error 102 us; skew 500 ppm
18:21:15.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.343386 31963 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:21:15.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.346200 31963 webserver.cc:533] Webserver started at http://127.31.50.254:41115/ using document root <none> and password file <none>
18:21:15.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.347234 31963 fs_manager.cc:362] Metadata directory not provided
18:21:15.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.347383 31963 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:15.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.347867 31963 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:15.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.350979 31963 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-0/data/instance:
18:21:15.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d9be251324124b8283cc924e5c320d38"
18:21:15.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:15 on dist-test-slave-nfb5"
18:21:15.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.352038 31963 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-0/wal/instance:
18:21:15.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d9be251324124b8283cc924e5c320d38"
18:21:15.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:15 on dist-test-slave-nfb5"
18:21:15.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.358632 31963 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.001s
18:21:15.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.363134 31986 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:15.364 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.364794 31963 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
18:21:15.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.364976 31963 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-0/data,/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-0/wal
18:21:15.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d9be251324124b8283cc924e5c320d38"
18:21:15.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:15 on dist-test-slave-nfb5"
18:21:15.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.365195 31963 fs_report.cc:389] FS layout report
18:21:15.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:15.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-0/wal
18:21:15.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-0/wal
18:21:15.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-0/data/data
18:21:15.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:15.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:15.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:15.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:15.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:15.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:15.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:15.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:15.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:15.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:15.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:15.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.380348 31963 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:15.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.381429 31963 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:15.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.381728 31963 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:15.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.405705 31963 rpc_server.cc:307] RPC server started. Bound to: 127.31.50.254:44059
18:21:15.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.405730 32064 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.31.50.254:44059 every 8 connection(s)
18:21:15.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.407847 31963 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-0/data/info.pb
18:21:15.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.415359 32065 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:21:15.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.418489 31947 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskBx6O04/build/asan/bin/kudu as pid 31963
18:21:15.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.418996 31947 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-0/wal/instance
18:21:15.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.423013 31947 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:15.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:15.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-1/wal
18:21:15.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-1/data
18:21:15.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:15.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:15.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:15.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:15.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:15.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:15.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-1/logs
18:21:15.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-1/data/info.pb
18:21:15.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:15.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:15.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:15.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:15.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:15.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:15.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:15.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:15.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:15.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:15.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:15.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:15.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.50.253:39841
18:21:15.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.50.253
18:21:15.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:15.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.50.212:39025
18:21:15.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:15.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:15.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:15.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:15.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.50.254:44059,127.31.50.253:39841,127.31.50.252:37357
18:21:15.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:15.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34677/jwks.json
18:21:15.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36449 with env {}
18:21:15.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.424522 32065 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.50.254" port: 44059 } has no permanent_uuid. Determining permanent_uuid...
18:21:15.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.448115 32065 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.50.253" port: 39841 } has no permanent_uuid. Determining permanent_uuid...
18:21:15.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.449563 31990 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.31.50.253:39841: connect: Connection refused (error 111)
18:21:15.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.451563 32065 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.50.253:39841: Network error: Client connection negotiation failed: client connection to 127.31.50.253:39841: connect: Connection refused (error 111)
18:21:15.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.500991 32065 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.50.253" port: 39841 } attempt: 1
18:21:15.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.503665 32065 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.50.253:39841: Network error: Client connection negotiation failed: client connection to 127.31.50.253:39841: connect: Connection refused (error 111)
18:21:15.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.572037 32065 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.50.253" port: 39841 } attempt: 2
18:21:15.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.574690 32065 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.50.253:39841: Network error: Client connection negotiation failed: client connection to 127.31.50.253:39841: connect: Connection refused (error 111)
18:21:15.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.666028 32065 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.50.253" port: 39841 } attempt: 3
18:21:15.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.668780 32065 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.50.253:39841: Network error: Client connection negotiation failed: client connection to 127.31.50.253:39841: connect: Connection refused (error 111)
18:21:15.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.812088 32065 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.50.253" port: 39841 } attempt: 4
18:21:15.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.815011 32065 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.50.253:39841: Network error: Client connection negotiation failed: client connection to 127.31.50.253:39841: connect: Connection refused (error 111)
18:21:15.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.845810 32073 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:15.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.846194 32073 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:15.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.846280 32073 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:15.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.855515 32073 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:15.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.855625 32073 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:15.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.855687 32073 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:15.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.855732 32073 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:15.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.855793 32073 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:15.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.855831 32073 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34677/jwks.json
18:21:15.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.866958 32073 master_runner.cc:387] Master server non-default flags:
18:21:15.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-1/logs
18:21:15.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:15.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:15.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:15.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.50.212:39025
18:21:15.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:15.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:15.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-1/data
18:21:15.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-1/wal
18:21:15.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36449
18:21:15.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:15.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.50.254:44059,127.31.50.253:39841,127.31.50.252:37357
18:21:15.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:15.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:15.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:15.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.50.253:39841
18:21:15.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:15.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:15.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:15.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34677/jwks.json
18:21:15.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:15.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:15.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-1/data/info.pb
18:21:15.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.50.253
18:21:15.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:15.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:15.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:15.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:15.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:15.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:15.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:15.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:15.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:15.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:15.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:21:15.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:42 UTC on e7f111948823
18:21:15.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17631
18:21:15.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:21:15.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.869781 32073 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:15.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.872913 32073 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:15.882 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.882547 32082 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:21:15.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.882622 32081 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:21:15.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:15.883862 32084 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:21:15.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.884879 32073 server_base.cc:1061] running on GCE node
18:21:15.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.885792 32073 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:15.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.887712 32073 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:15.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.888957 32073 hybrid_clock.cc:648] HybridClock initialized: now 1786472475888869 us; error 74 us; skew 500 ppm
18:21:15.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.889384 32073 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:21:15.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.892144 32073 webserver.cc:533] Webserver started at http://127.31.50.253:34653/ using document root <none> and password file <none>
18:21:15.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.893083 32073 fs_manager.cc:362] Metadata directory not provided
18:21:15.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.893234 32073 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:15.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.893703 32073 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:15.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.896656 32073 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-1/data/instance:
18:21:15.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "66f3df081db348c1b9e6fa3c2d982402"
18:21:15.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:15 on dist-test-slave-nfb5"
18:21:15.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.897675 32073 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-1/wal/instance:
18:21:15.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "66f3df081db348c1b9e6fa3c2d982402"
18:21:15.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:15 on dist-test-slave-nfb5"
18:21:15.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.904402 32073 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.008s	sys 0.000s
18:21:15.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.908512 32091 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:15.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.910163 32073 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.004s
18:21:15.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.910377 32073 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-1/data,/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-1/wal
18:21:15.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "66f3df081db348c1b9e6fa3c2d982402"
18:21:15.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:15 on dist-test-slave-nfb5"
18:21:15.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.910665 32073 fs_report.cc:389] FS layout report
18:21:15.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:15.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-1/wal
18:21:15.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-1/wal
18:21:15.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-1/data/data
18:21:15.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:15.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:15.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:15.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:15.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:15.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:15.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:15.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:15.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:15.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:15.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:15.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.930305 32073 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:15.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.931622 32073 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:15.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.931986 32073 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:15.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.956713 32073 rpc_server.cc:307] RPC server started. Bound to: 127.31.50.253:39841
18:21:15.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.956756 32174 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.31.50.253:39841 every 8 connection(s)
18:21:15.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.958784 32073 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-1/data/info.pb
18:21:15.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.962725 31947 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskBx6O04/build/asan/bin/kudu as pid 32073
18:21:15.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.962958 31947 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-1/wal/instance
18:21:15.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.964546 31947 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:15.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:15.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-2/wal
18:21:15.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-2/data
18:21:15.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:15.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:15.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:15.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:15.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:15.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:15.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-2/logs
18:21:15.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-2/data/info.pb
18:21:15.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:15.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:15.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:15.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:15.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:15.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:15.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:15.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:15.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:15.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:15.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:15.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:15.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.50.252:37357
18:21:15.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.50.252
18:21:15.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:15.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.50.212:39025
18:21:15.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:15.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:15.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:15.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:15.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.50.254:44059,127.31.50.253:39841,127.31.50.252:37357
18:21:15.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:15.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34677/jwks.json
18:21:15.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36449 with env {}
18:21:15.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.965430 32175 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:21:15.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.974365 32175 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.50.254" port: 44059 } has no permanent_uuid. Determining permanent_uuid...
18:21:15.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:15.990669 32175 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.50.253" port: 39841 } has no permanent_uuid. Determining permanent_uuid...
18:21:16.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.001672 32175 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } has no permanent_uuid. Determining permanent_uuid...
18:21:16.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.003118 32097 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.31.50.252:37357: connect: Connection refused (error 111)
18:21:16.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.004968 32175 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.50.252:37357: Network error: Client connection negotiation failed: client connection to 127.31.50.252:37357: connect: Connection refused (error 111)
18:21:16.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.054396 32175 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } attempt: 1
18:21:16.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.057339 32175 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.50.252:37357: Network error: Client connection negotiation failed: client connection to 127.31.50.252:37357: connect: Connection refused (error 111)
18:21:16.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.114341 32065 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.50.253" port: 39841 } attempt: 5
18:21:16.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.123296 32065 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } has no permanent_uuid. Determining permanent_uuid...
18:21:16.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.125662 32175 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } attempt: 2
18:21:16.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.125890 32065 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.50.252:37357: Network error: Client connection negotiation failed: client connection to 127.31.50.252:37357: connect: Connection refused (error 111)
18:21:16.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.127638 32175 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.50.252:37357: Network error: Client connection negotiation failed: client connection to 127.31.50.252:37357: connect: Connection refused (error 111)
18:21:16.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.177150 32065 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } attempt: 1
18:21:16.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.180289 32065 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.50.252:37357: Network error: Client connection negotiation failed: client connection to 127.31.50.252:37357: connect: Connection refused (error 111)
18:21:16.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.218950 32175 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } attempt: 3
18:21:16.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.221997 32175 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.50.252:37357: Network error: Client connection negotiation failed: client connection to 127.31.50.252:37357: connect: Connection refused (error 111)
18:21:16.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.248589 32065 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } attempt: 2
18:21:16.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.251106 32065 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.50.252:37357: Network error: Client connection negotiation failed: client connection to 127.31.50.252:37357: connect: Connection refused (error 111)
18:21:16.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.357375 32065 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } attempt: 3
18:21:16.360 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.360002 32065 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.50.252:37357: Network error: Client connection negotiation failed: client connection to 127.31.50.252:37357: connect: Connection refused (error 111)
18:21:16.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.365286 32175 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } attempt: 4
18:21:16.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.367796 32175 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.50.252:37357: Network error: Client connection negotiation failed: client connection to 127.31.50.252:37357: connect: Connection refused (error 111)
18:21:16.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.389875 32176 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:16.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.390281 32176 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:16.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.390374 32176 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:16.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.399539 32176 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:16.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.399667 32176 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:16.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.399730 32176 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:16.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.399775 32176 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:16.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.399837 32176 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:16.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.399873 32176 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34677/jwks.json
18:21:16.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.413977 32176 master_runner.cc:387] Master server non-default flags:
18:21:16.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-2/logs
18:21:16.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:16.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:16.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:16.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.50.212:39025
18:21:16.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:16.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:16.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-2/data
18:21:16.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-2/wal
18:21:16.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:36449
18:21:16.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:16.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.50.254:44059,127.31.50.253:39841,127.31.50.252:37357
18:21:16.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:16.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:16.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:16.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.50.252:37357
18:21:16.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:16.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:16.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:16.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34677/jwks.json
18:21:16.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:16.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:16.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-2/data/info.pb
18:21:16.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.50.252
18:21:16.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:16.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:16.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:16.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:16.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:16.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:16.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:16.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:16.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:16.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:16.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:21:16.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:42 UTC on e7f111948823
18:21:16.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17631
18:21:16.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:21:16.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.416599 32176 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:16.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.419593 32176 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:16.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.429692 32185 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:21:16.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.429723 32186 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:21:16.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.430465 32189 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:21:16.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.431310 32176 server_base.cc:1061] running on GCE node
18:21:16.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.432221 32176 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:16.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.433832 32176 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:16.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.435056 32176 hybrid_clock.cc:648] HybridClock initialized: now 1786472476434990 us; error 34 us; skew 500 ppm
18:21:16.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.435421 32176 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:21:16.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.437984 32176 webserver.cc:533] Webserver started at http://127.31.50.252:39867/ using document root <none> and password file <none>
18:21:16.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.438861 32176 fs_manager.cc:362] Metadata directory not provided
18:21:16.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.439041 32176 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:16.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.439503 32176 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:16.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.442271 32176 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-2/data/instance:
18:21:16.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2508dcef1335409081187e3150eb5cf3"
18:21:16.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:16 on dist-test-slave-nfb5"
18:21:16.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.443213 32176 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-2/wal/instance:
18:21:16.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2508dcef1335409081187e3150eb5cf3"
18:21:16.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:16 on dist-test-slave-nfb5"
18:21:16.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.449275 32176 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.000s
18:21:16.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.453280 32199 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:16.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.454890 32176 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
18:21:16.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.455148 32176 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-2/data,/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-2/wal
18:21:16.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2508dcef1335409081187e3150eb5cf3"
18:21:16.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:16 on dist-test-slave-nfb5"
18:21:16.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.455344 32176 fs_report.cc:389] FS layout report
18:21:16.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:16.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-2/wal
18:21:16.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-2/wal
18:21:16.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-2/data/data
18:21:16.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:16.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:16.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:16.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:16.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:16.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:16.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:16.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:16.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:16.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:16.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:16.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.470177 32176 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:16.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.471208 32176 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:16.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.471452 32176 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:16.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.495067 32272 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.31.50.252:37357 every 8 connection(s)
18:21:16.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.495091 32176 rpc_server.cc:307] RPC server started. Bound to: 127.31.50.252:37357
18:21:16.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.497182 32176 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-2/data/info.pb
18:21:16.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.500721 31947 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskBx6O04/build/asan/bin/kudu as pid 32176
18:21:16.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.500962 31947 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster18083300323436657530/master-2/wal/instance
18:21:16.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.503508 32274 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:21:16.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.511277 32274 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.50.254" port: 44059 } has no permanent_uuid. Determining permanent_uuid...
18:21:16.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.523783 32274 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.50.253" port: 39841 } has no permanent_uuid. Determining permanent_uuid...
18:21:16.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.531324 32274 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } has no permanent_uuid. Determining permanent_uuid...
18:21:16.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.537256 32065 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } attempt: 4
18:21:16.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.546705 32274 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3: Bootstrap starting.
18:21:16.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.549415 31947 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:21:16.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.551020 32065 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d9be251324124b8283cc924e5c320d38: Bootstrap starting.
18:21:16.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.551790 32274 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3: Neither blocks nor log segments found. Creating new log.
18:21:16.552 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:16.553 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:21:16.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.553485 32274 log.cc:826] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3: Log is configured to *not* fsync() on all Append() calls
18:21:16.554 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.31.50.254"
      port: 44059
    }
    bound_http_address {
      host: "127.31.50.254"
      port: 41115
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.31.50.253"
      port: 39841
    }
    bound_http_address {
      host: "127.31.50.253"
      port: 34653
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.31.50.252"
      port: 37357
    }
    bound_http_address {
      host: "127.31.50.252"
      port: 39867
    }
  }
}

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

18:21:16.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.555809 32065 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d9be251324124b8283cc924e5c320d38: Neither blocks nor log segments found. Creating new log.
18:21:16.556 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:16.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.557092 32065 log.cc:826] T 00000000000000000000000000000000 P d9be251324124b8283cc924e5c320d38: Log is configured to *not* fsync() on all Append() calls
18:21:16.558 [INFO - Metastore-Handler-Pool: Thread-165] (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=02f8c33d-af34-4505-9601-5cc4c2b4134b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.50.254:44059,127.31.50.252:37357,127.31.50.253:39841}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:16.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.558642 32274 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3: No bootstrap required, opened a new log
18:21:16.561 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:16.561 [INFO - Metastore-Handler-Pool: Thread-165] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:16.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.562055 32065 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d9be251324124b8283cc924e5c320d38: No bootstrap required, opened a new log
18:21:16.562 [INFO - Metastore-Handler-Pool: Thread-165] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@122a45e9, with PersistenceManager: null will be shutdown
18:21:16.564 [INFO - Metastore-Handler-Pool: Thread-165] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@122a45e9, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4af22dce created in the thread with id: 165
18:21:16.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.565356 32274 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9be251324124b8283cc924e5c320d38" member_type: VOTER last_known_addr { host: "127.31.50.254" port: 44059 } } peers { permanent_uuid: "66f3df081db348c1b9e6fa3c2d982402" member_type: VOTER last_known_addr { host: "127.31.50.253" port: 39841 } } peers { permanent_uuid: "2508dcef1335409081187e3150eb5cf3" member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } }
18:21:16.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.565752 32274 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:16.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.565898 32274 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2508dcef1335409081187e3150eb5cf3, State: Initialized, Role: FOLLOWER
18:21:16.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.566741 32274 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3 [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: "d9be251324124b8283cc924e5c320d38" member_type: VOTER last_known_addr { host: "127.31.50.254" port: 44059 } } peers { permanent_uuid: "66f3df081db348c1b9e6fa3c2d982402" member_type: VOTER last_known_addr { host: "127.31.50.253" port: 39841 } } peers { permanent_uuid: "2508dcef1335409081187e3150eb5cf3" member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } }
18:21:16.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.567981 32281 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3 [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: "d9be251324124b8283cc924e5c320d38" member_type: VOTER last_known_addr { host: "127.31.50.254" port: 44059 } } peers { permanent_uuid: "66f3df081db348c1b9e6fa3c2d982402" member_type: VOTER last_known_addr { host: "127.31.50.253" port: 39841 } } peers { permanent_uuid: "2508dcef1335409081187e3150eb5cf3" member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } } }
18:21:16.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.568468 32281 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3 [sys.catalog]: This master's current role is: FOLLOWER
18:21:16.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.569453 32274 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3 [sys.catalog]: configured and running, proceeding with master startup.
18:21:16.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.569979 32065 raft_consensus.cc:359] T 00000000000000000000000000000000 P d9be251324124b8283cc924e5c320d38 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9be251324124b8283cc924e5c320d38" member_type: VOTER last_known_addr { host: "127.31.50.254" port: 44059 } } peers { permanent_uuid: "66f3df081db348c1b9e6fa3c2d982402" member_type: VOTER last_known_addr { host: "127.31.50.253" port: 39841 } } peers { permanent_uuid: "2508dcef1335409081187e3150eb5cf3" member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } }
18:21:16.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.570510 32065 raft_consensus.cc:385] T 00000000000000000000000000000000 P d9be251324124b8283cc924e5c320d38 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:16.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.570668 32065 raft_consensus.cc:740] T 00000000000000000000000000000000 P d9be251324124b8283cc924e5c320d38 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d9be251324124b8283cc924e5c320d38, State: Initialized, Role: FOLLOWER
18:21:16.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.571419 32065 consensus_queue.cc:260] T 00000000000000000000000000000000 P d9be251324124b8283cc924e5c320d38 [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: "d9be251324124b8283cc924e5c320d38" member_type: VOTER last_known_addr { host: "127.31.50.254" port: 44059 } } peers { permanent_uuid: "66f3df081db348c1b9e6fa3c2d982402" member_type: VOTER last_known_addr { host: "127.31.50.253" port: 39841 } } peers { permanent_uuid: "2508dcef1335409081187e3150eb5cf3" member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } }
18:21:16.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.572649 32283 sys_catalog.cc:455] T 00000000000000000000000000000000 P d9be251324124b8283cc924e5c320d38 [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: "d9be251324124b8283cc924e5c320d38" member_type: VOTER last_known_addr { host: "127.31.50.254" port: 44059 } } peers { permanent_uuid: "66f3df081db348c1b9e6fa3c2d982402" member_type: VOTER last_known_addr { host: "127.31.50.253" port: 39841 } } peers { permanent_uuid: "2508dcef1335409081187e3150eb5cf3" member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } } }
18:21:16.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.573166 32283 sys_catalog.cc:458] T 00000000000000000000000000000000 P d9be251324124b8283cc924e5c320d38 [sys.catalog]: This master's current role is: FOLLOWER
18:21:16.573 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@122a45e9
18:21:16.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.574123 32065 sys_catalog.cc:565] T 00000000000000000000000000000000 P d9be251324124b8283cc924e5c320d38 [sys.catalog]: configured and running, proceeding with master startup.
18:21:16.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.592120 32281 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:21:16.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.592571 32281 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9be251324124b8283cc924e5c320d38" member_type: VOTER last_known_addr { host: "127.31.50.254" port: 44059 } } peers { permanent_uuid: "66f3df081db348c1b9e6fa3c2d982402" member_type: VOTER last_known_addr { host: "127.31.50.253" port: 39841 } } peers { permanent_uuid: "2508dcef1335409081187e3150eb5cf3" member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } }
18:21:16.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.597416 32030 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2508dcef1335409081187e3150eb5cf3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d9be251324124b8283cc924e5c320d38" is_pre_election: true
18:21:16.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.598193 32030 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d9be251324124b8283cc924e5c320d38 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2508dcef1335409081187e3150eb5cf3 in term 0.
18:21:16.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.595407 32281 leader_election.cc:290] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d9be251324124b8283cc924e5c320d38 (127.31.50.254:44059), 66f3df081db348c1b9e6fa3c2d982402 (127.31.50.253:39841)
18:21:16.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.599334 32200 leader_election.cc:304] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3 [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: 2508dcef1335409081187e3150eb5cf3, d9be251324124b8283cc924e5c320d38; no voters: 
18:21:16.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.600117 32281 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3 [term 0 FOLLOWER]: Leader pre-election won for term 1
18:21:16.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.600688 32281 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:21:16.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.601227 32281 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3 [term 0 FOLLOWER]: Advancing to term 1
18:21:16.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.613472 32281 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9be251324124b8283cc924e5c320d38" member_type: VOTER last_known_addr { host: "127.31.50.254" port: 44059 } } peers { permanent_uuid: "66f3df081db348c1b9e6fa3c2d982402" member_type: VOTER last_known_addr { host: "127.31.50.253" port: 39841 } } peers { permanent_uuid: "2508dcef1335409081187e3150eb5cf3" member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } }
18:21:16.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.623565 32030 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2508dcef1335409081187e3150eb5cf3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d9be251324124b8283cc924e5c320d38"
18:21:16.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.623970 32030 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d9be251324124b8283cc924e5c320d38 [term 0 FOLLOWER]: Advancing to term 1
18:21:16.631 [INFO - Metastore-Handler-Pool: Thread-167] (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:21:16.631 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.631213 32030 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d9be251324124b8283cc924e5c320d38 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2508dcef1335409081187e3150eb5cf3 in term 1.
18:21:16.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.632100 32311 client.h:373] Failed to connect to Hive Metastore (localhost:36449): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:16.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.632632 32200 leader_election.cc:304] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3 [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: 2508dcef1335409081187e3150eb5cf3, d9be251324124b8283cc924e5c320d38; no voters: 
18:21:16.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.633855 32324 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3 [term 1 FOLLOWER]: Leader election won for term 1
18:21:16.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.635265 31999 tablet.cc:2406] T 00000000000000000000000000000000 P d9be251324124b8283cc924e5c320d38: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:16.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.636548 32281 leader_election.cc:290] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3 [CANDIDATE]: Term 1 election: Requested vote from peers d9be251324124b8283cc924e5c320d38 (127.31.50.254:44059), 66f3df081db348c1b9e6fa3c2d982402 (127.31.50.253:39841)
18:21:16.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.641563 32324 raft_consensus.cc:697] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3 [term 1 LEADER]: Becoming Leader. State: Replica: 2508dcef1335409081187e3150eb5cf3, State: Running, Role: LEADER
18:21:16.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.642522 32324 consensus_queue.cc:237] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3 [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: "d9be251324124b8283cc924e5c320d38" member_type: VOTER last_known_addr { host: "127.31.50.254" port: 44059 } } peers { permanent_uuid: "66f3df081db348c1b9e6fa3c2d982402" member_type: VOTER last_known_addr { host: "127.31.50.253" port: 39841 } } peers { permanent_uuid: "2508dcef1335409081187e3150eb5cf3" member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } }
18:21:16.650 [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:21:16.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.652562 32329 client.h:373] Failed to connect to Hive Metastore (localhost:36449): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:16.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.659883 32281 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2508dcef1335409081187e3150eb5cf3. Latest consensus state: current_term: 1 leader_uuid: "2508dcef1335409081187e3150eb5cf3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9be251324124b8283cc924e5c320d38" member_type: VOTER last_known_addr { host: "127.31.50.254" port: 44059 } } peers { permanent_uuid: "66f3df081db348c1b9e6fa3c2d982402" member_type: VOTER last_known_addr { host: "127.31.50.253" port: 39841 } } peers { permanent_uuid: "2508dcef1335409081187e3150eb5cf3" member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } } }
18:21:16.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.660202 32281 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3 [sys.catalog]: This master's current role is: LEADER
18:21:16.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.658389 31963 master_runner.cc:187] Error getting master registration for 127.31.50.253:39841: OK, instance_id { permanent_uuid: "66f3df081db348c1b9e6fa3c2d982402" instance_seqno: 1786472475949902 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:16.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.667055 32175 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } attempt: 5
18:21:16.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.671331 32338 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
18:21:16.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.680207 31963 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:16.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.686750 32175 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 66f3df081db348c1b9e6fa3c2d982402: Bootstrap starting.
18:21:16.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.692072 32175 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 66f3df081db348c1b9e6fa3c2d982402: Neither blocks nor log segments found. Creating new log.
18:21:16.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.697991 32338 catalog_manager.cc:1520] Initializing Kudu cluster ID...
18:21:16.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.698951 32175 log.cc:826] T 00000000000000000000000000000000 P 66f3df081db348c1b9e6fa3c2d982402: Log is configured to *not* fsync() on all Append() calls
18:21:16.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.694099 32176 master_runner.cc:187] Error getting master registration for 127.31.50.253:39841: OK, instance_id { permanent_uuid: "66f3df081db348c1b9e6fa3c2d982402" instance_seqno: 1786472475949902 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:16.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.707651 32176 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:16.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.716149 32175 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 66f3df081db348c1b9e6fa3c2d982402: No bootstrap required, opened a new log
18:21:16.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.719883 32331 catalog_manager.cc:1594] T 00000000000000000000000000000000 P d9be251324124b8283cc924e5c320d38: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:16.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.720067 32331 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:16.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.723901 32030 raft_consensus.cc:1275] T 00000000000000000000000000000000 P d9be251324124b8283cc924e5c320d38 [term 1 FOLLOWER]: Refusing update from remote peer 2508dcef1335409081187e3150eb5cf3: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:21:16.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.724902 32208 tablet.cc:2406] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:16.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.726866 32281 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d9be251324124b8283cc924e5c320d38" member_type: VOTER last_known_addr { host: "127.31.50.254" port: 44059 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:21:16.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.733309 32175 raft_consensus.cc:359] T 00000000000000000000000000000000 P 66f3df081db348c1b9e6fa3c2d982402 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9be251324124b8283cc924e5c320d38" member_type: VOTER last_known_addr { host: "127.31.50.254" port: 44059 } } peers { permanent_uuid: "66f3df081db348c1b9e6fa3c2d982402" member_type: VOTER last_known_addr { host: "127.31.50.253" port: 39841 } } peers { permanent_uuid: "2508dcef1335409081187e3150eb5cf3" member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } }
18:21:16.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.733801 32175 raft_consensus.cc:385] T 00000000000000000000000000000000 P 66f3df081db348c1b9e6fa3c2d982402 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:16.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.733958 32175 raft_consensus.cc:740] T 00000000000000000000000000000000 P 66f3df081db348c1b9e6fa3c2d982402 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 66f3df081db348c1b9e6fa3c2d982402, State: Initialized, Role: FOLLOWER
18:21:16.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.734894 32175 consensus_queue.cc:260] T 00000000000000000000000000000000 P 66f3df081db348c1b9e6fa3c2d982402 [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: "d9be251324124b8283cc924e5c320d38" member_type: VOTER last_known_addr { host: "127.31.50.254" port: 44059 } } peers { permanent_uuid: "66f3df081db348c1b9e6fa3c2d982402" member_type: VOTER last_known_addr { host: "127.31.50.253" port: 39841 } } peers { permanent_uuid: "2508dcef1335409081187e3150eb5cf3" member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } }
18:21:16.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.751734 32347 sys_catalog.cc:455] T 00000000000000000000000000000000 P 66f3df081db348c1b9e6fa3c2d982402 [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: "d9be251324124b8283cc924e5c320d38" member_type: VOTER last_known_addr { host: "127.31.50.254" port: 44059 } } peers { permanent_uuid: "66f3df081db348c1b9e6fa3c2d982402" member_type: VOTER last_known_addr { host: "127.31.50.253" port: 39841 } } peers { permanent_uuid: "2508dcef1335409081187e3150eb5cf3" member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } } }
18:21:16.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.752143 32347 sys_catalog.cc:458] T 00000000000000000000000000000000 P 66f3df081db348c1b9e6fa3c2d982402 [sys.catalog]: This master's current role is: FOLLOWER
18:21:16.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.757938 32283 sys_catalog.cc:455] T 00000000000000000000000000000000 P d9be251324124b8283cc924e5c320d38 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2508dcef1335409081187e3150eb5cf3. Latest consensus state: current_term: 1 leader_uuid: "2508dcef1335409081187e3150eb5cf3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9be251324124b8283cc924e5c320d38" member_type: VOTER last_known_addr { host: "127.31.50.254" port: 44059 } } peers { permanent_uuid: "66f3df081db348c1b9e6fa3c2d982402" member_type: VOTER last_known_addr { host: "127.31.50.253" port: 39841 } } peers { permanent_uuid: "2508dcef1335409081187e3150eb5cf3" member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } } }
18:21:16.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.758236 32283 sys_catalog.cc:458] T 00000000000000000000000000000000 P d9be251324124b8283cc924e5c320d38 [sys.catalog]: This master's current role is: FOLLOWER
18:21:16.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.760865 32343 mvcc.cc:204] Tried to move back new op lower bound from 7317391264637792256 to 7317391264349392896. Current Snapshot: MvccSnapshot[applied={T|T < 7317391264637792256}]
18:21:16.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.763335 32175 sys_catalog.cc:565] T 00000000000000000000000000000000 P 66f3df081db348c1b9e6fa3c2d982402 [sys.catalog]: configured and running, proceeding with master startup.
18:21:16.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.763846 32128 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 66f3df081db348c1b9e6fa3c2d982402 [term 0 FOLLOWER]: Advancing to term 1
18:21:16.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.766552 32133 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2508dcef1335409081187e3150eb5cf3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "66f3df081db348c1b9e6fa3c2d982402" is_pre_election: true
18:21:16.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.768723 32129 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "2508dcef1335409081187e3150eb5cf3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "66f3df081db348c1b9e6fa3c2d982402"
18:21:16.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.772064 32128 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 66f3df081db348c1b9e6fa3c2d982402 [term 1 FOLLOWER]: Refusing update from remote peer 2508dcef1335409081187e3150eb5cf3: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:21:16.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.773891 32326 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "66f3df081db348c1b9e6fa3c2d982402" member_type: VOTER last_known_addr { host: "127.31.50.253" port: 39841 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:21:16.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.798826 32283 sys_catalog.cc:455] T 00000000000000000000000000000000 P d9be251324124b8283cc924e5c320d38 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "2508dcef1335409081187e3150eb5cf3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9be251324124b8283cc924e5c320d38" member_type: VOTER last_known_addr { host: "127.31.50.254" port: 44059 } } peers { permanent_uuid: "66f3df081db348c1b9e6fa3c2d982402" member_type: VOTER last_known_addr { host: "127.31.50.253" port: 39841 } } peers { permanent_uuid: "2508dcef1335409081187e3150eb5cf3" member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } } }
18:21:16.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.801584 32283 sys_catalog.cc:458] T 00000000000000000000000000000000 P d9be251324124b8283cc924e5c320d38 [sys.catalog]: This master's current role is: FOLLOWER
18:21:16.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.807163 32326 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "2508dcef1335409081187e3150eb5cf3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9be251324124b8283cc924e5c320d38" member_type: VOTER last_known_addr { host: "127.31.50.254" port: 44059 } } peers { permanent_uuid: "66f3df081db348c1b9e6fa3c2d982402" member_type: VOTER last_known_addr { host: "127.31.50.253" port: 39841 } } peers { permanent_uuid: "2508dcef1335409081187e3150eb5cf3" member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } } }
18:21:16.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.807566 32326 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3 [sys.catalog]: This master's current role is: LEADER
18:21:16.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.810844 32338 catalog_manager.cc:1383] Generated new cluster ID: 897de312764846c1adf60e6aa6a47933
18:21:16.815 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.810986 32338 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
18:21:16.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.835819 32338 catalog_manager.cc:1406] Generated new certificate authority record
18:21:16.838 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.838012 32338 catalog_manager.cc:1540] Loading token signing keys...
18:21:16.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.854674 32281 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "2508dcef1335409081187e3150eb5cf3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9be251324124b8283cc924e5c320d38" member_type: VOTER last_known_addr { host: "127.31.50.254" port: 44059 } } peers { permanent_uuid: "66f3df081db348c1b9e6fa3c2d982402" member_type: VOTER last_known_addr { host: "127.31.50.253" port: 39841 } } peers { permanent_uuid: "2508dcef1335409081187e3150eb5cf3" member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } } }
18:21:16.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.854674 32347 sys_catalog.cc:455] T 00000000000000000000000000000000 P 66f3df081db348c1b9e6fa3c2d982402 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2508dcef1335409081187e3150eb5cf3. Latest consensus state: current_term: 1 leader_uuid: "2508dcef1335409081187e3150eb5cf3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9be251324124b8283cc924e5c320d38" member_type: VOTER last_known_addr { host: "127.31.50.254" port: 44059 } } peers { permanent_uuid: "66f3df081db348c1b9e6fa3c2d982402" member_type: VOTER last_known_addr { host: "127.31.50.253" port: 39841 } } peers { permanent_uuid: "2508dcef1335409081187e3150eb5cf3" member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } } }
18:21:16.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.855047 32281 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3 [sys.catalog]: This master's current role is: LEADER
18:21:16.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.855052 32347 sys_catalog.cc:458] T 00000000000000000000000000000000 P 66f3df081db348c1b9e6fa3c2d982402 [sys.catalog]: This master's current role is: FOLLOWER
18:21:16.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.855391 32356 sys_catalog.cc:455] T 00000000000000000000000000000000 P 66f3df081db348c1b9e6fa3c2d982402 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "2508dcef1335409081187e3150eb5cf3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d9be251324124b8283cc924e5c320d38" member_type: VOTER last_known_addr { host: "127.31.50.254" port: 44059 } } peers { permanent_uuid: "66f3df081db348c1b9e6fa3c2d982402" member_type: VOTER last_known_addr { host: "127.31.50.253" port: 39841 } } peers { permanent_uuid: "2508dcef1335409081187e3150eb5cf3" member_type: VOTER last_known_addr { host: "127.31.50.252" port: 37357 } } }
18:21:16.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.855693 32356 sys_catalog.cc:458] T 00000000000000000000000000000000 P 66f3df081db348c1b9e6fa3c2d982402 [sys.catalog]: This master's current role is: FOLLOWER
18:21:16.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.887132 32338 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3: Generated new TSK 0
18:21:16.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.889261 32338 catalog_manager.cc:1550] Initializing in-progress tserver states...
18:21:16.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.891356 32338 catalog_manager.cc:1563] Loading latest processed Hive Metastore notification log event ID...
18:21:16.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.892985 32338 catalog_manager.cc:5941] Last processed Hive Metastore notification event ID: -1
18:21:16.931 [INFO - Metastore-Handler-Pool: Thread-169] (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:21:16.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:16.933553 32366 client.h:373] Failed to connect to Hive Metastore (localhost:36449): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:16.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.995258 32372 catalog_manager.cc:1295] Loaded cluster ID: 897de312764846c1adf60e6aa6a47933
18:21:16.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:16.995857 32372 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 66f3df081db348c1b9e6fa3c2d982402: loading cluster ID for follower catalog manager: success
18:21:17.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.000732 32372 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 66f3df081db348c1b9e6fa3c2d982402: acquiring CA information for follower catalog manager: success
18:21:17.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.014596 32372 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 66f3df081db348c1b9e6fa3c2d982402: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:21:17.362 [WARN - Metastore-Handler-Pool: Thread-165] (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:21:17.379 [WARN - Metastore-Handler-Pool: Thread-165] (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:21:17.379 [WARN - Metastore-Handler-Pool: Thread-165] (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:21:17.601 [INFO - Metastore-Handler-Pool: Thread-165] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:17.607 [INFO - Metastore-Handler-Pool: Thread-165] (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/hive3584584565230407416/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=02f8c33d-af34-4505-9601-5cc4c2b4134b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.50.254:44059,127.31.50.252:37357,127.31.50.253:39841}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:21:17.610 [INFO - Metastore-Handler-Pool: Thread-165] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive3584584565230407416/external-warehouse/table
18:21:17.648 [INFO - Metastore-Handler-Pool: Thread-172] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:17.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.650074 32311 client.h:373] Failed to connect to Hive Metastore (localhost:36449): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:17.670 [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:21:17.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.671088 32329 client.h:373] Failed to connect to Hive Metastore (localhost:36449): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:17.713 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:17.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.723698 32331 catalog_manager.cc:1295] Loaded cluster ID: 897de312764846c1adf60e6aa6a47933
18:21:17.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.724267 32331 catalog_manager.cc:1588] T 00000000000000000000000000000000 P d9be251324124b8283cc924e5c320d38: loading cluster ID for follower catalog manager: success
18:21:17.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.729648 32331 catalog_manager.cc:1610] T 00000000000000000000000000000000 P d9be251324124b8283cc924e5c320d38: acquiring CA information for follower catalog manager: success
18:21:17.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:17.733345 32331 catalog_manager.cc:1638] T 00000000000000000000000000000000 P d9be251324124b8283cc924e5c320d38: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:21:17.750 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:17.753 [INFO - Metastore-Handler-Pool: Thread-165] (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:21:17.755 [INFO - Metastore-Handler-Pool: Thread-165] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
18:21:17.757 [INFO - Metastore-Handler-Pool: Thread-165] (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/hive3584584565230407416/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:21:17.759 [INFO - Metastore-Handler-Pool: Thread-165] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive3584584565230407416/external-warehouse/legacy_table
18:21:17.780 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
18:21:17.790 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:17.791 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:17.803 [INFO - Metastore-Handler-Pool: Thread-165] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:17.851 [INFO - Metastore-Handler-Pool: Thread-165] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:17.851 [INFO - Metastore-Handler-Pool: Thread-165] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:17.877 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:17.901 [INFO - Metastore-Handler-Pool: Thread-165] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:17.916 [INFO - Metastore-Handler-Pool: Thread-165] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:17.916 [INFO - Metastore-Handler-Pool: Thread-165] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:17.928 [DEBUG - Metastore-Handler-Pool: Thread-165] (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:21:17.929 [DEBUG - Metastore-Handler-Pool: Thread-165] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
18:21:17.931 [DEBUG - Metastore-Handler-Pool: Thread-165] (Connection.java:748) [peer master-127.31.50.254:44059(127.31.50.254:44059)] connecting to peer
18:21:17.932 [DEBUG - Metastore-Handler-Pool: Thread-165] (Connection.java:748) [peer master-127.31.50.252:37357(127.31.50.252:37357)] connecting to peer
18:21:17.933 [DEBUG - Metastore-Handler-Pool: Thread-165] (Connection.java:748) [peer master-127.31.50.253:39841(127.31.50.253:39841)] connecting to peer
18:21:17.935 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.31.50.254:44059(127.31.50.254:44059)] Successfully connected to peer
18:21:17.946 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.31.50.252:37357(127.31.50.252:37357)] Successfully connected to peer
18:21:17.960 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.31.50.253:39841(127.31.50.253:39841)] Successfully connected to peer
18:21:17.965 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.31.50.254
18:21:17.976 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.31.50.252
18:21:17.979 [INFO - Metastore-Handler-Pool: Thread-179] (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:21:17.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:17.979735 32366 client.h:373] Failed to connect to Hive Metastore (localhost:36449): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:17.982 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.31.50.253
18:21:18.002 [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:21:18.007 [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:21:18.014 [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:21:18.019 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xe5a88bdb, L:/127.0.0.1:52322 - R:/127.31.50.254:44059] using SASL/PLAIN
18:21:18.021 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0xa6b629c4, L:/127.0.0.1:36630 - R:/127.31.50.252:37357] using SASL/PLAIN
18:21:18.022 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x3aa6a636, L:/127.0.0.1:58864 - R:/127.31.50.253:39841] using SASL/PLAIN
18:21:18.027 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
18:21:18.028 [ERROR - Metastore-Handler-Pool: Thread-165] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
18:21:18.030 [ERROR - Metastore-Handler-Pool: Thread-165] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the existing HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:297)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

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

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

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

18:21:18.493 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:18.521 [INFO - Metastore-Handler-Pool: Thread-165] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:18.541 [INFO - Metastore-Handler-Pool: Thread-165] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:18.542 [INFO - Metastore-Handler-Pool: Thread-165] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:18.559 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:18.570 [INFO - Metastore-Handler-Pool: Thread-165] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:18.581 [INFO - Metastore-Handler-Pool: Thread-165] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:18.581 [INFO - Metastore-Handler-Pool: Thread-165] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:18.591 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:18.601 [INFO - Metastore-Handler-Pool: Thread-165] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:18.610 [INFO - Metastore-Handler-Pool: Thread-165] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:18.610 [INFO - Metastore-Handler-Pool: Thread-165] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:18.618 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:18.635 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:18.636 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:18.654 [INFO - Metastore-Handler-Pool: Thread-180] (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:21:18.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.655524 32311 client.h:373] Failed to connect to Hive Metastore (localhost:36449): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:18.674 [INFO - Metastore-Handler-Pool: Thread-181] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:18.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.674849 32329 client.h:373] Failed to connect to Hive Metastore (localhost:36449): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:18.738 [WARN - Metastore-Handler-Pool: Thread-165] (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:21:18.882 [WARN - Metastore-Handler-Pool: Thread-165] (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:21:18.925 [WARN - Metastore-Handler-Pool: Thread-165] (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:21:18.983 [INFO - Metastore-Handler-Pool: Thread-182] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:18.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:18.983973 32366 client.h:373] Failed to connect to Hive Metastore (localhost:36449): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:19.043 [WARN - Metastore-Handler-Pool: Thread-165] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive3584584565230407416/warehouse/default/table
18:21:19.045 [INFO - Metastore-Handler-Pool: Thread-165] (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:21:19.048 [INFO - Metastore-Handler-Pool: Thread-165] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:19.050 [INFO - Metastore-Handler-Pool: Thread-165] (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/hive3584584565230407416/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:21:19.051 [WARN - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:2452) Location: file:/tmp/hive3584584565230407416/external-warehouse/table specified for non-external table:table
18:21:19.052 [INFO - Metastore-Handler-Pool: Thread-165] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:19.052 [INFO - Metastore-Handler-Pool: Thread-165] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:19.074 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:19.093 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:19.095 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:19.104 [INFO - Metastore-Handler-Pool: Thread-165] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:19.121 [INFO - Metastore-Handler-Pool: Thread-165] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:19.121 [INFO - Metastore-Handler-Pool: Thread-165] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:19.125 [ERROR - Metastore-Handler-Pool: Thread-165] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
18:21:19.126 [ERROR - Metastore-Handler-Pool: Thread-165] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy26.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.authentication.util.SubjectUtil.doAs(SubjectUtil.java:247)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1951)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

18:21:19.152 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:19.161 [INFO - Metastore-Handler-Pool: Thread-165] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:19.170 [INFO - Metastore-Handler-Pool: Thread-165] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:19.171 [INFO - Metastore-Handler-Pool: Thread-165] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:19.176 [INFO - Metastore-Handler-Pool: Thread-165] (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:21:19.185 [INFO - Metastore-Handler-Pool: Thread-165] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
18:21:19.195 [INFO - Metastore-Handler-Pool: Thread-165] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
18:21:19.195 [INFO - Metastore-Handler-Pool: Thread-165] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
18:21:19.203 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:19.213 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:19.215 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:19.276 [INFO - Metastore-Handler-Pool: Thread-165] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:21:19.279 [INFO - Metastore-Handler-Pool: Thread-165] (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=02f8c33d-af34-4505-9601-5cc4c2b4134b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.50.254:44059,127.31.50.252:37357,127.31.50.253:39841}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:19.281 [INFO - Metastore-Handler-Pool: Thread-165] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:19.283 [INFO - Metastore-Handler-Pool: Thread-165] (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/hive3584584565230407416/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=02f8c33d-af34-4505-9601-5cc4c2b4134b, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.31.50.254:44059,127.31.50.252:37357,127.31.50.253:39841}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:21:19.285 [INFO - Metastore-Handler-Pool: Thread-165] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive3584584565230407416/external-warehouse/table
18:21:19.303 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:19.312 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:19.314 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:19.323 [INFO - Metastore-Handler-Pool: Thread-165] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:19.333 [INFO - Metastore-Handler-Pool: Thread-165] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:19.333 [INFO - Metastore-Handler-Pool: Thread-165] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:19.340 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:19.348 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:19.349 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:19.389 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:21:19.389 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:21:19.389 [INFO - Metastore-Handler-Pool: Thread-165] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@122a45e9, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@4af22dce will be shutdown
18:21:19.390 [INFO - Metastore-Handler-Pool: Thread-165] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:21:19.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:19.390254 31947 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskBx6O04/build/asan/bin/kudu pid 31963
18:21:19.393 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:19.392848 32058 generic_service.cc:196] Checking for leaks (request via RPC)
18:21:19.569 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:19.565137 31947 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskBx6O04/build/asan/bin/kudu with pid 31963
18:21:19.604 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.31.50.254:44059(127.31.50.254:44059)] handling channelInactive
18:21:19.605 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.31.50.254:44059(127.31.50.254:44059)] cleaning up while in state READY due to: connection closed
18:21:19.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:19.603145 32200 proxy.cc:239] Call had error, refreshing address and retrying: Network error: recv got EOF from 127.31.50.254:44059 (error 108)
18:21:19.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:19.610298 31947 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskBx6O04/build/asan/bin/kudu pid 32073
18:21:19.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:19.612607 32167 generic_service.cc:196] Checking for leaks (request via RPC)
18:21:19.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:19.623502 32406 negotiation.cc:336] Failed RPC negotiation. Trace:
18:21:19.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 18:21:19.609403 (+     0us) reactor.cc:730] Submitting negotiation task for client connection to 127.31.50.254:44059 (local address 127.0.0.1:52338)
18:21:19.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 18:21:19.621615 (+ 12212us) negotiation.cc:107] Waiting for socket to connect
18:21:19.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0811 18:21:19.621848 (+   233us) negotiation.cc:326] Negotiation complete: Network error: Client connection negotiation failed: client connection to 127.31.50.254:44059: connect: Connection reset by peer (error 104)
18:21:19.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {"client-negotiator.queue_time_us":11990,"threads_started":1}
18:21:19.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:19.624646 32200 consensus_peers.cc:597] T 00000000000000000000000000000000 P 2508dcef1335409081187e3150eb5cf3 -> Peer d9be251324124b8283cc924e5c320d38 (127.31.50.254:44059): Couldn't send request to peer d9be251324124b8283cc924e5c320d38. Status: Network error: Client connection negotiation failed: client connection to 127.31.50.254:44059: connect: Connection reset by peer (error 104). This is attempt 1: this message will repeat every 5th retry.
18:21:19.678 [INFO - Metastore-Handler-Pool: Thread-184] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
18:21:19.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:19.679005 32329 client.h:373] Failed to connect to Hive Metastore (localhost:36449): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:19.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:19.750530 31947 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskBx6O04/build/asan/bin/kudu with pid 32073
18:21:19.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:19.786674 31947 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskBx6O04/build/asan/bin/kudu pid 32176
18:21:19.787 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.31.50.253:39841(127.31.50.253:39841)] handling channelInactive
18:21:19.787 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.31.50.253:39841(127.31.50.253:39841)] cleaning up while in state READY due to: connection closed
18:21:19.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:19.788473 32265 generic_service.cc:196] Checking for leaks (request via RPC)
18:21:19.913 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:19.912590 31947 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskBx6O04/build/asan/bin/kudu with pid 32176
18:21:19.952 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.31.50.252:37357(127.31.50.252:37357)] handling channelInactive
18:21:19.952 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.31.50.252:37357(127.31.50.252:37357)] cleaning up while in state READY due to: connection closed
18:21:19.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:19Z chronyd exiting
.18:21:20.099 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:20.100 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:20.100 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:20.118 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive17765164854828534917
18:21:20.119 [INFO - Thread-131] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:21:20.120 [INFO - Thread-131] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:21:20.122 [INFO - Thread-131] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:20.123 [INFO - Thread-131] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:20.123 [INFO - Thread-131] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:21:20.124 [INFO - Thread-131] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:21:20.125 [INFO - Thread-131] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:21:20.125 [INFO - Thread-131] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:21:20.126 [INFO - Thread-131] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:21:20.126 [INFO - Thread-131] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:21:20.128 [INFO - Thread-131] (HikariDataSource.java:80) objectstore - Starting...
18:21:20.204 [INFO - Thread-131] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:20.205 [INFO - Thread-131] (HikariDataSource.java:82) objectstore - Start completed.
18:21:20.206 [INFO - Thread-131] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:21:20.208 [INFO - Thread-131] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:21:20.210 [INFO - Thread-131] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:20.211 [INFO - Thread-131] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:21:20.227 [INFO - Thread-131] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:21:20.227 [INFO - Thread-131] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:21:20.228 [INFO - Thread-131] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:21:20.253 [WARN - Thread-131] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:20.254 [WARN - Thread-131] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:20.255 [WARN - Thread-131] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:20.255 [WARN - Thread-131] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:20.255 [WARN - Thread-131] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:20.256 [WARN - Thread-131] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:20.514 [INFO - Thread-131] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:21:20.514 [INFO - Thread-131] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5b23910b, with PersistenceManager: null will be shutdown
18:21:20.515 [INFO - Thread-131] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5b23910b, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@1edf546e created in the thread with id: 185
18:21:20.517 [WARN - Thread-131] (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:21:20.518 [INFO - Thread-131] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@5b23910b
18:21:20.622 [INFO - Thread-131] (HMSHandler.java:595) Started creating a default database with name: default
18:21:20.639 [INFO - Thread-131] (HMSHandler.java:605) Successfully created a default database with name: default
18:21:20.672 [INFO - Thread-131] (HMSHandler.java:668) Added admin role in metastore
18:21:20.674 [INFO - Thread-131] (HMSHandler.java:677) Added public role in metastore
18:21:20.711 [INFO - Thread-131] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:21:20.712 [INFO - Thread-131] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:21:20.713 [INFO - Thread-131] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:21:20.713 [INFO - Thread-131] (HiveMetaStore.java:697) Direct SQL optimization = true
18:21:20.714 [WARN - Thread-131] (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:21:20.714 [INFO - Thread-131] (HiveMetaStore.java:632) Started the new metaserver on port [43139]...
18:21:20.714 [INFO - Thread-131] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:21:20.714 [INFO - Thread-131] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:21:20.714 [INFO - Thread-131] (HiveMetaStore.java:635) TCP keepalive = true
18:21:20.714 [INFO - Thread-131] (HiveMetaStore.java:636) Enable SSL = false
18:21:21.122 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:21.123 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:21.123 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:21.125 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:21:21.125 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:43139]
18:21:21.125 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:43139) in binary transport mode
18:21:21.126 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:43139) current connections: 1
18:21:21.128 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskBx6O04/test-tmp
18:21:21.128 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
18:21:21.128 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskBx6O04/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
18:21:21.131 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:43139"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

18:21:21.532 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:21.533 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

18:21:21.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.536075 32446 mini_oidc.cc:150] Starting JWKS server
18:21:21.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.539290 32446 webserver.cc:533] Webserver started at http://127.0.0.1:46811/ using document root <none> and password file <none>
18:21:21.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.539572 32446 mini_oidc.cc:186] Starting OIDC Discovery server
18:21:21.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.540138 32446 webserver.cc:533] Webserver started at http://127.0.0.1:38791/ using document root <none> and password file <none>
18:21:21.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:21Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:21:21.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:21Z Disabled control of system clock
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:21.579908 32446 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-0/wal
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-0/data
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-0/logs
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-0/data/info.pb
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.175.190:34151
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.175.190
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.175.148:36653
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.175.190:34151,127.31.175.189:33665,127.31.175.188:40673
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:21.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46811/jwks.json
18:21:21.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43139 with env {}
18:21:22.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:21.999774 32464 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:22.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.000183 32464 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:22.000 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.000269 32464 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:22.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.009238 32464 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:22.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.009352 32464 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:22.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.009418 32464 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:22.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.009466 32464 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:22.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.009526 32464 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:22.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.009563 32464 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46811/jwks.json
18:21:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.020985 32464 master_runner.cc:387] Master server non-default flags:
18:21:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-0/logs
18:21:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.175.148:36653
18:21:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-0/data
18:21:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-0/wal
18:21:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43139
18:21:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.175.190:34151,127.31.175.189:33665,127.31.175.188:40673
18:21:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.175.190:34151
18:21:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46811/jwks.json
18:21:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:22.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:22.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-0/data/info.pb
18:21:22.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.175.190
18:21:22.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:22.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:22.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:22.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:22.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:22.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:22.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:22.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:22.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:22.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:22.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:21:22.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:42 UTC on e7f111948823
18:21:22.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17631
18:21:22.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:21:22.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.023699 32464 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:22.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.026328 32464 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:22.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.036969 32478 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:21:22.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.037174 32471 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:21:22.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.038125 32464 server_base.cc:1061] running on GCE node
18:21:22.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.037139 32474 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:21:22.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.040021 32464 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:22.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.041827 32464 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:22.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.043077 32464 hybrid_clock.cc:648] HybridClock initialized: now 1786472482042971 us; error 97 us; skew 500 ppm
18:21:22.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.043557 32464 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:21:22.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.046443 32464 webserver.cc:533] Webserver started at http://127.31.175.190:46679/ using document root <none> and password file <none>
18:21:22.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.047536 32464 fs_manager.cc:362] Metadata directory not provided
18:21:22.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.047699 32464 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:22.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.048184 32464 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:22.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.051575 32464 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-0/data/instance:
18:21:22.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e2ebce042ef5497a964aa72671fd5b35"
18:21:22.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:22 on dist-test-slave-nfb5"
18:21:22.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.052626 32464 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-0/wal/instance:
18:21:22.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e2ebce042ef5497a964aa72671fd5b35"
18:21:22.052 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:22 on dist-test-slave-nfb5"
18:21:22.059 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.059608 32464 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.007s	sys 0.000s
18:21:22.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.064036 32486 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:22.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.065804 32464 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
18:21:22.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.066097 32464 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-0/data,/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-0/wal
18:21:22.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e2ebce042ef5497a964aa72671fd5b35"
18:21:22.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:22 on dist-test-slave-nfb5"
18:21:22.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.066406 32464 fs_report.cc:389] FS layout report
18:21:22.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:22.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-0/wal
18:21:22.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-0/wal
18:21:22.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-0/data/data
18:21:22.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:22.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:22.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:22.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:22.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:22.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:22.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:22.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:22.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:22.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:22.067 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:22.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.104081 32464 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:22.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.105446 32464 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:22.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.105880 32464 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:22.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.130650 32567 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.31.175.190:34151 every 8 connection(s)
18:21:22.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.130671 32464 rpc_server.cc:307] RPC server started. Bound to: 127.31.175.190:34151
18:21:22.133 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.132792 32464 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-0/data/info.pb
18:21:22.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.138578 32572 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:21:22.142 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.142625 32446 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskBx6O04/build/asan/bin/kudu as pid 32464
18:21:22.143 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.143055 32446 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-0/wal/instance
18:21:22.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.146644 32446 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:22.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:22.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-1/wal
18:21:22.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-1/data
18:21:22.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-1/logs
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-1/data/info.pb
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.175.189:33665
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.175.189
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.175.148:36653
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.175.190:34151,127.31.175.189:33665,127.31.175.188:40673
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46811/jwks.json
18:21:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43139 with env {}
18:21:22.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.147684 32572 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.175.190" port: 34151 } has no permanent_uuid. Determining permanent_uuid...
18:21:22.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.168022 32572 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.175.189" port: 33665 } has no permanent_uuid. Determining permanent_uuid...
18:21:22.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.169374 32496 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.31.175.189:33665: connect: Connection refused (error 111)
18:21:22.171 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.171413 32572 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.175.189:33665: Network error: Client connection negotiation failed: client connection to 127.31.175.189:33665: connect: Connection refused (error 111)
18:21:22.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.220891 32572 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.175.189" port: 33665 } attempt: 1
18:21:22.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.223703 32572 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.175.189:33665: Network error: Client connection negotiation failed: client connection to 127.31.175.189:33665: connect: Connection refused (error 111)
18:21:22.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.292052 32572 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.175.189" port: 33665 } attempt: 2
18:21:22.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.294699 32572 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.175.189:33665: Network error: Client connection negotiation failed: client connection to 127.31.175.189:33665: connect: Connection refused (error 111)
18:21:22.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.386096 32572 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.175.189" port: 33665 } attempt: 3
18:21:22.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.389146 32572 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.175.189:33665: Network error: Client connection negotiation failed: client connection to 127.31.175.189:33665: connect: Connection refused (error 111)
18:21:22.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.532464 32572 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.175.189" port: 33665 } attempt: 4
18:21:22.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.535414 32572 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.175.189:33665: Network error: Client connection negotiation failed: client connection to 127.31.175.189:33665: connect: Connection refused (error 111)
18:21:22.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.561358 32579 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:22.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.561774 32579 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:22.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.561865 32579 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:22.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.571820 32579 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:22.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.571985 32579 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:22.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.572081 32579 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:22.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.572140 32579 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:22.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.572225 32579 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:22.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.572286 32579 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46811/jwks.json
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.583949 32579 master_runner.cc:387] Master server non-default flags:
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-1/logs
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.175.148:36653
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-1/data
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-1/wal
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43139
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.175.190:34151,127.31.175.189:33665,127.31.175.188:40673
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.175.189:33665
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46811/jwks.json
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-1/data/info.pb
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.175.189
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:22.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:22.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:22.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:22.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:22.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:21:22.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:42 UTC on e7f111948823
18:21:22.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17631
18:21:22.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:21:22.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.586181 32579 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:22.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.588577 32579 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:22.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.598364 32589 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:21:22.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.598330 32588 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:21:22.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.599190 32591 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:21:22.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.599668 32579 server_base.cc:1061] running on GCE node
18:21:22.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.600555 32579 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:22.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.602267 32579 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:22.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.603513 32579 hybrid_clock.cc:648] HybridClock initialized: now 1786472482603459 us; error 42 us; skew 500 ppm
18:21:22.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.603997 32579 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:21:22.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.606650 32579 webserver.cc:533] Webserver started at http://127.31.175.189:34811/ using document root <none> and password file <none>
18:21:22.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.607618 32579 fs_manager.cc:362] Metadata directory not provided
18:21:22.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.607771 32579 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:22.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.608268 32579 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:22.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.611228 32579 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-1/data/instance:
18:21:22.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e67be3d6832c4f2ba5328fe5e780529d"
18:21:22.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:22 on dist-test-slave-nfb5"
18:21:22.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.612269 32579 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-1/wal/instance:
18:21:22.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e67be3d6832c4f2ba5328fe5e780529d"
18:21:22.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:22 on dist-test-slave-nfb5"
18:21:22.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.618631 32579 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.000s
18:21:22.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.622622 32600 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:22.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.624266 32579 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
18:21:22.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.624495 32579 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-1/data,/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-1/wal
18:21:22.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e67be3d6832c4f2ba5328fe5e780529d"
18:21:22.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:22 on dist-test-slave-nfb5"
18:21:22.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.624778 32579 fs_report.cc:389] FS layout report
18:21:22.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:22.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-1/wal
18:21:22.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-1/wal
18:21:22.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-1/data/data
18:21:22.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:22.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:22.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:22.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:22.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:22.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:22.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:22.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:22.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:22.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:22.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:22.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.647408 32579 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:22.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.648696 32579 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:22.649 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.649107 32579 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:22.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.673321 32579 rpc_server.cc:307] RPC server started. Bound to: 127.31.175.189:33665
18:21:22.673 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.673360 32681 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.31.175.189:33665 every 8 connection(s)
18:21:22.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.675364 32579 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-1/data/info.pb
18:21:22.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.680907 32682 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:21:22.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.682554 32446 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskBx6O04/build/asan/bin/kudu as pid 32579
18:21:22.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.682767 32446 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-1/wal/instance
18:21:22.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.684032 32446 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:22.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:22.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-2/wal
18:21:22.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-2/data
18:21:22.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:22.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:22.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:22.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:22.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:22.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:22.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-2/logs
18:21:22.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-2/data/info.pb
18:21:22.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:22.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:22.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:22.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:22.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:22.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:22.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:22.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:22.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:22.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:22.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:22.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:22.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.175.188:40673
18:21:22.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.175.188
18:21:22.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:22.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.175.148:36653
18:21:22.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:22.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:22.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:22.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:22.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.175.190:34151,127.31.175.189:33665,127.31.175.188:40673
18:21:22.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:22.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46811/jwks.json
18:21:22.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43139 with env {}
18:21:22.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.688297 32682 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.175.190" port: 34151 } has no permanent_uuid. Determining permanent_uuid...
18:21:22.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.705250 32682 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.175.189" port: 33665 } has no permanent_uuid. Determining permanent_uuid...
18:21:22.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.715898 32682 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.175.188" port: 40673 } has no permanent_uuid. Determining permanent_uuid...
18:21:22.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.717172 32607 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.31.175.188:40673: connect: Connection refused (error 111)
18:21:22.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.719152 32682 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.175.188:40673: Network error: Client connection negotiation failed: client connection to 127.31.175.188:40673: connect: Connection refused (error 111)
18:21:22.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.768576 32682 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.175.188" port: 40673 } attempt: 1
18:21:22.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.771376 32682 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.175.188:40673: Network error: Client connection negotiation failed: client connection to 127.31.175.188:40673: connect: Connection refused (error 111)
18:21:22.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.834759 32572 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.175.189" port: 33665 } attempt: 5
18:21:22.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.839654 32682 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.175.188" port: 40673 } attempt: 2
18:21:22.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.842468 32682 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.175.188:40673: Network error: Client connection negotiation failed: client connection to 127.31.175.188:40673: connect: Connection refused (error 111)
18:21:22.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.844144 32572 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.175.188" port: 40673 } has no permanent_uuid. Determining permanent_uuid...
18:21:22.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.846360 32572 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.175.188:40673: Network error: Client connection negotiation failed: client connection to 127.31.175.188:40673: connect: Connection refused (error 111)
18:21:22.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.897645 32572 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.175.188" port: 40673 } attempt: 1
18:21:22.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.900388 32572 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.175.188:40673: Network error: Client connection negotiation failed: client connection to 127.31.175.188:40673: connect: Connection refused (error 111)
18:21:22.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.933813 32682 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.175.188" port: 40673 } attempt: 3
18:21:22.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.936702 32682 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.175.188:40673: Network error: Client connection negotiation failed: client connection to 127.31.175.188:40673: connect: Connection refused (error 111)
18:21:22.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:22.968643 32572 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.175.188" port: 40673 } attempt: 2
18:21:22.971 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:22.971455 32572 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.175.188:40673: Network error: Client connection negotiation failed: client connection to 127.31.175.188:40673: connect: Connection refused (error 111)
18:21:23.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.077737 32572 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.175.188" port: 40673 } attempt: 3
18:21:23.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.079967 32682 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.175.188" port: 40673 } attempt: 4
18:21:23.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:23.080633 32572 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.175.188:40673: Network error: Client connection negotiation failed: client connection to 127.31.175.188:40673: connect: Connection refused (error 111)
18:21:23.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:23.082350 32682 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.31.175.188:40673: Network error: Client connection negotiation failed: client connection to 127.31.175.188:40673: connect: Connection refused (error 111)
18:21:23.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:23.113428 32683 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:23.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:23.113842 32683 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:23.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:23.113932 32683 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:23.123117 32683 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:23.123224 32683 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:23.123284 32683 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:23.123328 32683 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:23.123387 32683 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:23.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:23.123422 32683 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:46811/jwks.json
18:21:23.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.134337 32683 master_runner.cc:387] Master server non-default flags:
18:21:23.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-2/logs
18:21:23.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:23.134 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.31.175.148:36653
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-2/data
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-2/wal
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:43139
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.31.175.190:34151,127.31.175.189:33665,127.31.175.188:40673
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.31.175.188:40673
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:46811/jwks.json
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-2/data/info.pb
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.31.175.188
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:42 UTC on e7f111948823
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17631
18:21:23.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:21:23.136 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.136348 32683 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:23.138 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.138548 32683 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:23.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:23.148417 32699 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:21:23.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:23.148643 32698 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:21:23.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:23.149106 32701 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:21:23.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.149991 32683 server_base.cc:1061] running on GCE node
18:21:23.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.150976 32683 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:23.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.152700 32683 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:23.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.153957 32683 hybrid_clock.cc:648] HybridClock initialized: now 1786472483153904 us; error 37 us; skew 500 ppm
18:21:23.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.154407 32683 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:21:23.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.157109 32683 webserver.cc:533] Webserver started at http://127.31.175.188:33525/ using document root <none> and password file <none>
18:21:23.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.158125 32683 fs_manager.cc:362] Metadata directory not provided
18:21:23.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.158270 32683 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:23.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.158733 32683 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:23.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.161600 32683 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-2/data/instance:
18:21:23.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b3e6aa60f9e1424aac39bbdeba5074de"
18:21:23.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:23 on dist-test-slave-nfb5"
18:21:23.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.162569 32683 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-2/wal/instance:
18:21:23.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b3e6aa60f9e1424aac39bbdeba5074de"
18:21:23.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:23 on dist-test-slave-nfb5"
18:21:23.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.169041 32683 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.004s	sys 0.000s
18:21:23.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.173434 32710 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:23.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.175145 32683 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
18:21:23.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.175361 32683 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-2/data,/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-2/wal
18:21:23.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b3e6aa60f9e1424aac39bbdeba5074de"
18:21:23.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:23 on dist-test-slave-nfb5"
18:21:23.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.175657 32683 fs_report.cc:389] FS layout report
18:21:23.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:23.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-2/wal
18:21:23.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-2/wal
18:21:23.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-2/data/data
18:21:23.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:23.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:23.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:23.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:23.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:23.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:23.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:23.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:23.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:23.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:23.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:23.194 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.193879 32683 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:23.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.195181 32683 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:23.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.195580 32683 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.220391 32683 rpc_server.cc:307] RPC server started. Bound to: 127.31.175.188:40673
18:21:23.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.220412   317 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.31.175.188:40673 every 8 connection(s)
18:21:23.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.222514 32683 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-2/data/info.pb
18:21:23.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.228521   318 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:21:23.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.230439 32446 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskBx6O04/build/asan/bin/kudu as pid 32683
18:21:23.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.230700 32446 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster6176579823235872452/master-2/wal/instance
18:21:23.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.237159   318 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.175.190" port: 34151 } has no permanent_uuid. Determining permanent_uuid...
18:21:23.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.252144   318 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.175.189" port: 33665 } has no permanent_uuid. Determining permanent_uuid...
18:21:23.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.257938 32572 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.175.188" port: 40673 } attempt: 4
18:21:23.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.260641   318 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.31.175.188" port: 40673 } has no permanent_uuid. Determining permanent_uuid...
18:21:23.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.271864 32572 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e2ebce042ef5497a964aa72671fd5b35: Bootstrap starting.
18:21:23.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.273160   318 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de: Bootstrap starting.
18:21:23.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.276266 32572 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e2ebce042ef5497a964aa72671fd5b35: Neither blocks nor log segments found. Creating new log.
18:21:23.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.277164   318 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de: Neither blocks nor log segments found. Creating new log.
18:21:23.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.277762 32572 log.cc:826] T 00000000000000000000000000000000 P e2ebce042ef5497a964aa72671fd5b35: Log is configured to *not* fsync() on all Append() calls
18:21:23.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.278673   318 log.cc:826] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de: Log is configured to *not* fsync() on all Append() calls
18:21:23.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.281602 32572 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e2ebce042ef5497a964aa72671fd5b35: No bootstrap required, opened a new log
18:21:23.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.282563   318 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de: No bootstrap required, opened a new log
18:21:23.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.288708 32446 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:21:23.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.289062   318 raft_consensus.cc:359] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e2ebce042ef5497a964aa72671fd5b35" member_type: VOTER last_known_addr { host: "127.31.175.190" port: 34151 } } peers { permanent_uuid: "e67be3d6832c4f2ba5328fe5e780529d" member_type: VOTER last_known_addr { host: "127.31.175.189" port: 33665 } } peers { permanent_uuid: "b3e6aa60f9e1424aac39bbdeba5074de" member_type: VOTER last_known_addr { host: "127.31.175.188" port: 40673 } }
18:21:23.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.289461   318 raft_consensus.cc:385] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:23.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.289628   318 raft_consensus.cc:740] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b3e6aa60f9e1424aac39bbdeba5074de, State: Initialized, Role: FOLLOWER
18:21:23.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.290095 32572 raft_consensus.cc:359] T 00000000000000000000000000000000 P e2ebce042ef5497a964aa72671fd5b35 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e2ebce042ef5497a964aa72671fd5b35" member_type: VOTER last_known_addr { host: "127.31.175.190" port: 34151 } } peers { permanent_uuid: "e67be3d6832c4f2ba5328fe5e780529d" member_type: VOTER last_known_addr { host: "127.31.175.189" port: 33665 } } peers { permanent_uuid: "b3e6aa60f9e1424aac39bbdeba5074de" member_type: VOTER last_known_addr { host: "127.31.175.188" port: 40673 } }
18:21:23.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.290446 32572 raft_consensus.cc:385] T 00000000000000000000000000000000 P e2ebce042ef5497a964aa72671fd5b35 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:23.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.290551 32572 raft_consensus.cc:740] T 00000000000000000000000000000000 P e2ebce042ef5497a964aa72671fd5b35 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e2ebce042ef5497a964aa72671fd5b35, State: Initialized, Role: FOLLOWER
18:21:23.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.290668   318 consensus_queue.cc:260] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de [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: "e2ebce042ef5497a964aa72671fd5b35" member_type: VOTER last_known_addr { host: "127.31.175.190" port: 34151 } } peers { permanent_uuid: "e67be3d6832c4f2ba5328fe5e780529d" member_type: VOTER last_known_addr { host: "127.31.175.189" port: 33665 } } peers { permanent_uuid: "b3e6aa60f9e1424aac39bbdeba5074de" member_type: VOTER last_known_addr { host: "127.31.175.188" port: 40673 } }
18:21:23.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.291275 32572 consensus_queue.cc:260] T 00000000000000000000000000000000 P e2ebce042ef5497a964aa72671fd5b35 [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: "e2ebce042ef5497a964aa72671fd5b35" member_type: VOTER last_known_addr { host: "127.31.175.190" port: 34151 } } peers { permanent_uuid: "e67be3d6832c4f2ba5328fe5e780529d" member_type: VOTER last_known_addr { host: "127.31.175.189" port: 33665 } } peers { permanent_uuid: "b3e6aa60f9e1424aac39bbdeba5074de" member_type: VOTER last_known_addr { host: "127.31.175.188" port: 40673 } }
18:21:23.291 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:23.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.292052   328 sys_catalog.cc:455] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de [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: "e2ebce042ef5497a964aa72671fd5b35" member_type: VOTER last_known_addr { host: "127.31.175.190" port: 34151 } } peers { permanent_uuid: "e67be3d6832c4f2ba5328fe5e780529d" member_type: VOTER last_known_addr { host: "127.31.175.189" port: 33665 } } peers { permanent_uuid: "b3e6aa60f9e1424aac39bbdeba5074de" member_type: VOTER last_known_addr { host: "127.31.175.188" port: 40673 } } }
18:21:23.292 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:21:23.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.292531   328 sys_catalog.cc:458] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de [sys.catalog]: This master's current role is: FOLLOWER
18:21:23.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.293545   318 sys_catalog.cc:565] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de [sys.catalog]: configured and running, proceeding with master startup.
18:21:23.293 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.31.175.190"
      port: 34151
    }
    bound_http_address {
      host: "127.31.175.190"
      port: 46679
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.31.175.189"
      port: 33665
    }
    bound_http_address {
      host: "127.31.175.189"
      port: 34811
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.31.175.188"
      port: 40673
    }
    bound_http_address {
      host: "127.31.175.188"
      port: 33525
    }
  }
}

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

18:21:23.295 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:23.298 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:21:23.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.298470 32446 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskBx6O04/build/asan/bin/kudu pid 32464
18:21:23.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.298662   329 sys_catalog.cc:455] T 00000000000000000000000000000000 P e2ebce042ef5497a964aa72671fd5b35 [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: "e2ebce042ef5497a964aa72671fd5b35" member_type: VOTER last_known_addr { host: "127.31.175.190" port: 34151 } } peers { permanent_uuid: "e67be3d6832c4f2ba5328fe5e780529d" member_type: VOTER last_known_addr { host: "127.31.175.189" port: 33665 } } peers { permanent_uuid: "b3e6aa60f9e1424aac39bbdeba5074de" member_type: VOTER last_known_addr { host: "127.31.175.188" port: 40673 } } }
18:21:23.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.300057   329 sys_catalog.cc:458] T 00000000000000000000000000000000 P e2ebce042ef5497a964aa72671fd5b35 [sys.catalog]: This master's current role is: FOLLOWER
18:21:23.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.300565 32561 generic_service.cc:196] Checking for leaks (request via RPC)
18:21:23.317 [INFO - Metastore-Handler-Pool: Thread-208] (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:21:23.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:23.318706   346 client.h:373] Failed to connect to Hive Metastore (localhost:43139): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
18:21:23.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:23.321584   349 catalog_manager.cc:1594] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:23.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:23.321766   349 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:23.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.342881   328 raft_consensus.cc:493] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:21:23.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.343647   328 raft_consensus.cc:515] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e2ebce042ef5497a964aa72671fd5b35" member_type: VOTER last_known_addr { host: "127.31.175.190" port: 34151 } } peers { permanent_uuid: "e67be3d6832c4f2ba5328fe5e780529d" member_type: VOTER last_known_addr { host: "127.31.175.189" port: 33665 } } peers { permanent_uuid: "b3e6aa60f9e1424aac39bbdeba5074de" member_type: VOTER last_known_addr { host: "127.31.175.188" port: 40673 } }
18:21:23.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.346251   328 leader_election.cc:290] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e2ebce042ef5497a964aa72671fd5b35 (127.31.175.190:34151), e67be3d6832c4f2ba5328fe5e780529d (127.31.175.189:33665)
18:21:23.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.381628 32682 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.31.175.188" port: 40673 } attempt: 5
18:21:23.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.396394 32682 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e67be3d6832c4f2ba5328fe5e780529d: Bootstrap starting.
18:21:23.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.401928 32682 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e67be3d6832c4f2ba5328fe5e780529d: Neither blocks nor log segments found. Creating new log.
18:21:23.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.403697 32682 log.cc:826] T 00000000000000000000000000000000 P e67be3d6832c4f2ba5328fe5e780529d: Log is configured to *not* fsync() on all Append() calls
18:21:23.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.408514 32682 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e67be3d6832c4f2ba5328fe5e780529d: No bootstrap required, opened a new log
18:21:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.417385 32682 raft_consensus.cc:359] T 00000000000000000000000000000000 P e67be3d6832c4f2ba5328fe5e780529d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e2ebce042ef5497a964aa72671fd5b35" member_type: VOTER last_known_addr { host: "127.31.175.190" port: 34151 } } peers { permanent_uuid: "e67be3d6832c4f2ba5328fe5e780529d" member_type: VOTER last_known_addr { host: "127.31.175.189" port: 33665 } } peers { permanent_uuid: "b3e6aa60f9e1424aac39bbdeba5074de" member_type: VOTER last_known_addr { host: "127.31.175.188" port: 40673 } }
18:21:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.417922 32682 raft_consensus.cc:385] T 00000000000000000000000000000000 P e67be3d6832c4f2ba5328fe5e780529d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:23.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.418092 32682 raft_consensus.cc:740] T 00000000000000000000000000000000 P e67be3d6832c4f2ba5328fe5e780529d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e67be3d6832c4f2ba5328fe5e780529d, State: Initialized, Role: FOLLOWER
18:21:23.419 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.419133 32682 consensus_queue.cc:260] T 00000000000000000000000000000000 P e67be3d6832c4f2ba5328fe5e780529d [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: "e2ebce042ef5497a964aa72671fd5b35" member_type: VOTER last_known_addr { host: "127.31.175.190" port: 34151 } } peers { permanent_uuid: "e67be3d6832c4f2ba5328fe5e780529d" member_type: VOTER last_known_addr { host: "127.31.175.189" port: 33665 } } peers { permanent_uuid: "b3e6aa60f9e1424aac39bbdeba5074de" member_type: VOTER last_known_addr { host: "127.31.175.188" port: 40673 } }
18:21:23.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.420863   356 sys_catalog.cc:455] T 00000000000000000000000000000000 P e67be3d6832c4f2ba5328fe5e780529d [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: "e2ebce042ef5497a964aa72671fd5b35" member_type: VOTER last_known_addr { host: "127.31.175.190" port: 34151 } } peers { permanent_uuid: "e67be3d6832c4f2ba5328fe5e780529d" member_type: VOTER last_known_addr { host: "127.31.175.189" port: 33665 } } peers { permanent_uuid: "b3e6aa60f9e1424aac39bbdeba5074de" member_type: VOTER last_known_addr { host: "127.31.175.188" port: 40673 } } }
18:21:23.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.421598   356 sys_catalog.cc:458] T 00000000000000000000000000000000 P e67be3d6832c4f2ba5328fe5e780529d [sys.catalog]: This master's current role is: FOLLOWER
18:21:23.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.422631 32682 sys_catalog.cc:565] T 00000000000000000000000000000000 P e67be3d6832c4f2ba5328fe5e780529d [sys.catalog]: configured and running, proceeding with master startup.
18:21:23.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.422640 32645 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b3e6aa60f9e1424aac39bbdeba5074de" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e67be3d6832c4f2ba5328fe5e780529d" is_pre_election: true
18:21:23.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.423377 32645 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e67be3d6832c4f2ba5328fe5e780529d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b3e6aa60f9e1424aac39bbdeba5074de in term 0.
18:21:23.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.424432 32716 leader_election.cc:304] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de [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: b3e6aa60f9e1424aac39bbdeba5074de, e67be3d6832c4f2ba5328fe5e780529d; no voters: 
18:21:23.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.425060   328 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de [term 0 FOLLOWER]: Leader pre-election won for term 1
18:21:23.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.425288   328 raft_consensus.cc:493] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:21:23.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.425422   328 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de [term 0 FOLLOWER]: Advancing to term 1
18:21:23.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.431636   328 raft_consensus.cc:515] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e2ebce042ef5497a964aa72671fd5b35" member_type: VOTER last_known_addr { host: "127.31.175.190" port: 34151 } } peers { permanent_uuid: "e67be3d6832c4f2ba5328fe5e780529d" member_type: VOTER last_known_addr { host: "127.31.175.189" port: 33665 } } peers { permanent_uuid: "b3e6aa60f9e1424aac39bbdeba5074de" member_type: VOTER last_known_addr { host: "127.31.175.188" port: 40673 } }
18:21:23.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.434458 32645 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b3e6aa60f9e1424aac39bbdeba5074de" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e67be3d6832c4f2ba5328fe5e780529d"
18:21:23.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.434800 32645 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e67be3d6832c4f2ba5328fe5e780529d [term 0 FOLLOWER]: Advancing to term 1
18:21:23.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.439980 32645 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e67be3d6832c4f2ba5328fe5e780529d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b3e6aa60f9e1424aac39bbdeba5074de in term 1.
18:21:23.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.440930 32716 leader_election.cc:304] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de [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: b3e6aa60f9e1424aac39bbdeba5074de, e67be3d6832c4f2ba5328fe5e780529d; no voters: 
18:21:23.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.444729   328 leader_election.cc:290] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de [CANDIDATE]: Term 1 election: Requested vote from peers e2ebce042ef5497a964aa72671fd5b35 (127.31.175.190:34151), e67be3d6832c4f2ba5328fe5e780529d (127.31.175.189:33665)
18:21:23.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.445657   328 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de [term 1 FOLLOWER]: Leader election won for term 1
18:21:23.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.446708   328 raft_consensus.cc:697] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de [term 1 LEADER]: Becoming Leader. State: Replica: b3e6aa60f9e1424aac39bbdeba5074de, State: Running, Role: LEADER
18:21:23.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:23.448333 32719 tablet.cc:2406] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:23.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.450265 32572 sys_catalog.cc:565] T 00000000000000000000000000000000 P e2ebce042ef5497a964aa72671fd5b35 [sys.catalog]: configured and running, proceeding with master startup.
18:21:23.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:23.450608 32501 tablet.cc:2406] T 00000000000000000000000000000000 P e2ebce042ef5497a964aa72671fd5b35: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:23.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.451668 32537 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b3e6aa60f9e1424aac39bbdeba5074de" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e2ebce042ef5497a964aa72671fd5b35" is_pre_election: true
18:21:23.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.452517 32537 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e2ebce042ef5497a964aa72671fd5b35 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b3e6aa60f9e1424aac39bbdeba5074de in term 0.
18:21:23.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.453336 32535 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "b3e6aa60f9e1424aac39bbdeba5074de" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e2ebce042ef5497a964aa72671fd5b35"
18:21:23.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.453689 32535 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e2ebce042ef5497a964aa72671fd5b35 [term 0 FOLLOWER]: Advancing to term 1
18:21:23.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.454272   328 consensus_queue.cc:237] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de [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: "e2ebce042ef5497a964aa72671fd5b35" member_type: VOTER last_known_addr { host: "127.31.175.190" port: 34151 } } peers { permanent_uuid: "e67be3d6832c4f2ba5328fe5e780529d" member_type: VOTER last_known_addr { host: "127.31.175.189" port: 33665 } } peers { permanent_uuid: "b3e6aa60f9e1424aac39bbdeba5074de" member_type: VOTER last_known_addr { host: "127.31.175.188" port: 40673 } }
18:21:23.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.457526 32535 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e2ebce042ef5497a964aa72671fd5b35 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b3e6aa60f9e1424aac39bbdeba5074de in term 1.
18:21:23.467 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.458287 32446 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskBx6O04/build/asan/bin/kudu with pid 32464
18:21:23.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.477172   362 sys_catalog.cc:455] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de [sys.catalog]: SysCatalogTable state changed. Reason: New leader b3e6aa60f9e1424aac39bbdeba5074de. Latest consensus state: current_term: 1 leader_uuid: "b3e6aa60f9e1424aac39bbdeba5074de" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e2ebce042ef5497a964aa72671fd5b35" member_type: VOTER last_known_addr { host: "127.31.175.190" port: 34151 } } peers { permanent_uuid: "e67be3d6832c4f2ba5328fe5e780529d" member_type: VOTER last_known_addr { host: "127.31.175.189" port: 33665 } } peers { permanent_uuid: "b3e6aa60f9e1424aac39bbdeba5074de" member_type: VOTER last_known_addr { host: "127.31.175.188" port: 40673 } } }
18:21:23.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.478080   362 sys_catalog.cc:458] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de [sys.catalog]: This master's current role is: LEADER
18:21:23.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.485536   368 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
18:21:23.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.488746   368 catalog_manager.cc:1520] Initializing Kudu cluster ID...
18:21:23.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.505935 32645 raft_consensus.cc:1275] T 00000000000000000000000000000000 P e67be3d6832c4f2ba5328fe5e780529d [term 1 FOLLOWER]: Refusing update from remote peer b3e6aa60f9e1424aac39bbdeba5074de: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:21:23.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.508873 32446 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskBx6O04/build/asan/bin/kudu pid 32579
18:21:23.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:23.509626 32716 connection.cc:573] client connection to 127.31.175.190:34151 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
18:21:23.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:23.509891 32716 proxy.cc:239] Call had error, refreshing address and retrying: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
18:21:23.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.510639 32677 generic_service.cc:196] Checking for leaks (request via RPC)
18:21:23.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.510495   362 consensus_queue.cc:1048] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de [LEADER]: Connected to new peer: Peer: permanent_uuid: "e67be3d6832c4f2ba5328fe5e780529d" member_type: VOTER last_known_addr { host: "127.31.175.189" port: 33665 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:21:23.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.521647 32683 master_runner.cc:187] Error getting master registration for 127.31.175.190:34151: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107), 
18:21:23.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.528985 32683 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:23.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:23.531493 32716 leader_election.cc:336] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de [CANDIDATE]: Term 1 pre-election: RPC error from VoteRequest() call to peer e2ebce042ef5497a964aa72671fd5b35 (127.31.175.190:34151): Network error: Client connection negotiation failed: client connection to 127.31.175.190:34151: connect: Connection refused (error 111)
18:21:23.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:23.532400 32716 consensus_peers.cc:597] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de -> Peer e2ebce042ef5497a964aa72671fd5b35 (127.31.175.190:34151): Couldn't send request to peer e2ebce042ef5497a964aa72671fd5b35. Status: Network error: Client connection negotiation failed: client connection to 127.31.175.190:34151: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
18:21:23.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:23.532752 32716 leader_election.cc:336] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de [CANDIDATE]: Term 1 election: RPC error from VoteRequest() call to peer e2ebce042ef5497a964aa72671fd5b35 (127.31.175.190:34151): Network error: Client connection negotiation failed: client connection to 127.31.175.190:34151: connect: Connection refused (error 111)
18:21:23.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:23.667120 32615 tablet.cc:2406] T 00000000000000000000000000000000 P e67be3d6832c4f2ba5328fe5e780529d: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:23.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.668753 32446 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskBx6O04/build/asan/bin/kudu with pid 32579
18:21:23.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.700413 32446 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskBx6O04/build/asan/bin/kudu pid 32683
18:21:23.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:23.702026 32716 consensus_peers.cc:597] T 00000000000000000000000000000000 P b3e6aa60f9e1424aac39bbdeba5074de -> Peer e67be3d6832c4f2ba5328fe5e780529d (127.31.175.189:33665): Couldn't send request to peer e67be3d6832c4f2ba5328fe5e780529d. Status: Network error: Client connection negotiation failed: client connection to 127.31.175.189:33665: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
18:21:23.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.702291   312 generic_service.cc:196] Checking for leaks (request via RPC)
18:21:23.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:23.829015 32446 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskBx6O04/build/asan/bin/kudu with pid 32683
18:21:23.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:23Z chronyd exiting
.18:21:24.013 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:24.014 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:24.014 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:24.034 [INFO - main] (TestKuduMetastorePlugin.java:90) Using temporary test state directory:/tmp/hive5860422728078120986
18:21:24.035 [INFO - Thread-148] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
18:21:24.035 [INFO - Thread-148] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
18:21:24.038 [INFO - Thread-148] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:24.038 [INFO - Thread-148] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:24.038 [INFO - Thread-148] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
18:21:24.039 [INFO - Thread-148] (HikariDataSource.java:350) objectstore - Shutdown initiated...
18:21:24.041 [INFO - Thread-148] (HikariDataSource.java:352) objectstore - Shutdown completed.
18:21:24.041 [INFO - Thread-148] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
18:21:24.042 [INFO - Thread-148] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
18:21:24.042 [INFO - Thread-148] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
18:21:24.044 [INFO - Thread-148] (HikariDataSource.java:80) objectstore - Starting...
18:21:24.099 [INFO - Thread-148] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:24.100 [INFO - Thread-148] (HikariDataSource.java:82) objectstore - Start completed.
18:21:24.100 [INFO - Thread-148] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
18:21:24.101 [INFO - Thread-148] (HikariDataSource.java:80) objectstore-secondary - Starting...
18:21:24.103 [INFO - Thread-148] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
18:21:24.104 [INFO - Thread-148] (HikariDataSource.java:82) objectstore-secondary - Start completed.
18:21:24.116 [INFO - Thread-148] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
18:21:24.116 [INFO - Thread-148] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
18:21:24.116 [INFO - Thread-148] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
18:21:24.147 [WARN - Thread-148] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:24.148 [WARN - Thread-148] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:24.148 [WARN - Thread-148] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:24.148 [WARN - Thread-148] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:24.149 [WARN - Thread-148] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:24.149 [WARN - Thread-148] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
18:21:24.339 [INFO - Thread-148] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
18:21:24.340 [INFO - Thread-148] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1cc7e4e4, with PersistenceManager: null will be shutdown
18:21:24.340 [INFO - Thread-148] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1cc7e4e4, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@3c691282 created in the thread with id: 209
18:21:24.342 [WARN - Thread-148] (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:21:24.343 [INFO - Thread-148] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1cc7e4e4
18:21:24.457 [INFO - Thread-148] (HMSHandler.java:595) Started creating a default database with name: default
18:21:24.472 [INFO - Thread-148] (HMSHandler.java:605) Successfully created a default database with name: default
18:21:24.495 [INFO - Thread-148] (HMSHandler.java:668) Added admin role in metastore
18:21:24.497 [INFO - Thread-148] (HMSHandler.java:677) Added public role in metastore
18:21:24.528 [INFO - Thread-148] (HMSHandler.java:717) No user is added in admin role, since config is empty
18:21:24.529 [INFO - Thread-148] (HMSHandler.java:404) HMS server filtering is disabled by configuration
18:21:24.529 [INFO - Thread-148] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
18:21:24.529 [INFO - Thread-148] (HiveMetaStore.java:697) Direct SQL optimization = true
18:21:24.530 [WARN - Thread-148] (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:21:24.530 [INFO - Thread-148] (HiveMetaStore.java:632) Started the new metaserver on port [46723]...
18:21:24.530 [INFO - Thread-148] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
18:21:24.530 [INFO - Thread-148] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
18:21:24.530 [INFO - Thread-148] (HiveMetaStore.java:635) TCP keepalive = true
18:21:24.530 [INFO - Thread-148] (HiveMetaStore.java:636) Enable SSL = false
18:21:25.037 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
18:21:25.038 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
18:21:25.038 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
18:21:25.040 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
18:21:25.040 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:46723]
18:21:25.040 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:46723) in binary transport mode
18:21:25.041 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:46723) current connections: 1
18:21:25.043 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskBx6O04/test-tmp
18:21:25.044 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
18:21:25.044 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskBx6O04/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
18:21:25.049 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

18:21:25.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.469687   423 mini_oidc.cc:150] Starting JWKS server
18:21:25.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.472801   423 webserver.cc:533] Webserver started at http://127.0.0.1:42865/ using document root <none> and password file <none>
18:21:25.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.473064   423 mini_oidc.cc:186] Starting OIDC Discovery server
18:21:25.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.473606   423 webserver.cc:533] Webserver started at http://127.0.0.1:42453/ using document root <none> and password file <none>
18:21:25.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:25Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
18:21:25.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:25Z Disabled control of system clock
18:21:25.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:25.512308   423 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:25.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:25.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-0/wal
18:21:25.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-0/data
18:21:25.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:25.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:25.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:25.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:25.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:25.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:25.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-0/logs
18:21:25.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-0/data/info.pb
18:21:25.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:25.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:25.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:25.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:25.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:25.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:25.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:25.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:25.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:25.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:25.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:25.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:25.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.105.254:34419
18:21:25.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.105.254
18:21:25.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:25.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.105.212:46207
18:21:25.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:25.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:25.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:25.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:25.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.105.254:34419,127.0.105.253:33691,127.0.105.252:39351
18:21:25.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:25.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42865/jwks.json with env {}
18:21:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:26.311519   438 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:26.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:26.313248   438 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:26.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:26.313760   438 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:26.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:26.328902   438 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:26.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:26.329267   438 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:26.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:26.329460   438 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:26.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:26.329632   438 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:26.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:26.329890   438 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:26.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:26.330108   438 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42865/jwks.json
18:21:26.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.347450   438 master_runner.cc:387] Master server non-default flags:
18:21:26.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-0/logs
18:21:26.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:26.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:26.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:26.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.105.212:46207
18:21:26.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:26.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:26.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-0/data
18:21:26.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-0/wal
18:21:26.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:26.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.105.254:34419,127.0.105.253:33691,127.0.105.252:39351
18:21:26.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:26.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:26.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:26.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.105.254:34419
18:21:26.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:26.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:26.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:26.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42865/jwks.json
18:21:26.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:26.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:26.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-0/data/info.pb
18:21:26.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.105.254
18:21:26.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:26.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:26.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:26.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:26.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:26.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:26.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:26.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:26.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:26.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:26.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:21:26.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:42 UTC on e7f111948823
18:21:26.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17631
18:21:26.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:21:26.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.352090   438 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:26.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.358414   438 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:26.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:26.384423   448 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:21:26.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:26.384416   449 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:21:26.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:26.387852   451 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:21:26.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.389259   438 server_base.cc:1061] running on GCE node
18:21:26.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.390858   438 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:26.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.394761   438 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:26.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.398658   438 hybrid_clock.cc:648] HybridClock initialized: now 1786472486398538 us; error 245 us; skew 500 ppm
18:21:26.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.400060   438 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:21:26.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.406208   438 webserver.cc:533] Webserver started at http://127.0.105.254:33797/ using document root <none> and password file <none>
18:21:26.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.408433   438 fs_manager.cc:362] Metadata directory not provided
18:21:26.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.408687   438 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:26.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.409621   438 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:26.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.415198   438 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-0/data/instance:
18:21:26.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f1225cd8bced442eac2fec657ebf8889"
18:21:26.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:26 on dist-test-slave-nfb5"
18:21:26.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.417025   438 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-0/wal/instance:
18:21:26.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f1225cd8bced442eac2fec657ebf8889"
18:21:26.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:26 on dist-test-slave-nfb5"
18:21:26.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.431809   438 fs_manager.cc:696] Time spent creating directory manager: real 0.014s	user 0.014s	sys 0.000s
18:21:26.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.440644   461 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:26.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.445124   438 fs_manager.cc:730] Time spent opening block manager: real 0.009s	user 0.005s	sys 0.000s
18:21:26.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.445430   438 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-0/data,/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-0/wal
18:21:26.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "f1225cd8bced442eac2fec657ebf8889"
18:21:26.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:26 on dist-test-slave-nfb5"
18:21:26.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.446034   438 fs_report.cc:389] FS layout report
18:21:26.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:26.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-0/wal
18:21:26.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-0/wal
18:21:26.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-0/data/data
18:21:26.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:26.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:26.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:26.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:26.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:26.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:26.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:26.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:26.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:26.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:26.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:26.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.491410   438 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:26.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.494449   438 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:26.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.495275   438 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:26.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.552277   438 rpc_server.cc:307] RPC server started. Bound to: 127.0.105.254:34419
18:21:26.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.552191   534 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.105.254:34419 every 8 connection(s)
18:21:26.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.558058   438 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-0/data/info.pb
18:21:26.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.561822   423 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskBx6O04/build/asan/bin/kudu as pid 438
18:21:26.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.563582   423 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-0/wal/instance
18:21:26.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.574852   423 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:26.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:26.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-1/wal
18:21:26.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-1/data
18:21:26.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:26.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:26.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:26.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:26.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:26.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:26.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-1/logs
18:21:26.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-1/data/info.pb
18:21:26.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:26.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:26.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:26.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:26.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:26.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:26.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:26.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:26.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:26.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:26.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:26.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:26.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.105.253:33691
18:21:26.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.105.253
18:21:26.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:26.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.105.212:46207
18:21:26.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:26.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:26.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:26.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:26.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.105.254:34419,127.0.105.253:33691,127.0.105.252:39351
18:21:26.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:26.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42865/jwks.json with env {}
18:21:26.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.582165   535 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:21:26.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.607507   535 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.105.254" port: 34419 } has no permanent_uuid. Determining permanent_uuid...
18:21:26.659 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.658641   535 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.105.253" port: 33691 } has no permanent_uuid. Determining permanent_uuid...
18:21:26.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:26.661881   464 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.105.253:33691: connect: Connection refused (error 111)
18:21:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:26.665680   535 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.105.253:33691: Network error: Client connection negotiation failed: client connection to 127.0.105.253:33691: connect: Connection refused (error 111)
18:21:26.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.715397   535 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.105.253" port: 33691 } attempt: 1
18:21:26.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:26.720917   535 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.105.253:33691: Network error: Client connection negotiation failed: client connection to 127.0.105.253:33691: connect: Connection refused (error 111)
18:21:26.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.789404   535 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.105.253" port: 33691 } attempt: 2
18:21:26.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:26.796499   535 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.105.253:33691: Network error: Client connection negotiation failed: client connection to 127.0.105.253:33691: connect: Connection refused (error 111)
18:21:26.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:26.888288   535 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.105.253" port: 33691 } attempt: 3
18:21:26.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:26.893379   535 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.105.253:33691: Network error: Client connection negotiation failed: client connection to 127.0.105.253:33691: connect: Connection refused (error 111)
18:21:27.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.036996   535 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.105.253" port: 33691 } attempt: 4
18:21:27.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:27.041714   535 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.105.253:33691: Network error: Client connection negotiation failed: client connection to 127.0.105.253:33691: connect: Connection refused (error 111)
18:21:27.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.341318   535 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.105.253" port: 33691 } attempt: 5
18:21:27.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:27.346375   535 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.105.253:33691: Network error: Client connection negotiation failed: client connection to 127.0.105.253:33691: connect: Connection refused (error 111)
18:21:27.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:27.436805   538 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:27.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:27.437680   538 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:27.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:27.437861   538 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:27.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:27.457500   538 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:27.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:27.457741   538 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:27.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:27.457868   538 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:27.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:27.457993   538 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:27.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:27.458184   538 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:27.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:27.458316   538 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42865/jwks.json
18:21:27.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.481467   538 master_runner.cc:387] Master server non-default flags:
18:21:27.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-1/logs
18:21:27.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:27.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:27.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:27.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.105.212:46207
18:21:27.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:27.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:27.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-1/data
18:21:27.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-1/wal
18:21:27.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:27.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.105.254:34419,127.0.105.253:33691,127.0.105.252:39351
18:21:27.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:27.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:27.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:27.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.105.253:33691
18:21:27.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:27.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:27.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:27.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42865/jwks.json
18:21:27.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:27.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:27.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-1/data/info.pb
18:21:27.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.105.253
18:21:27.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:27.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:27.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:27.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:27.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:27.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:27.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:27.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:27.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:27.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:27.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:21:27.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:42 UTC on e7f111948823
18:21:27.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17631
18:21:27.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:21:27.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.485590   538 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:27.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.490130   538 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:27.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:27.509591   555 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:21:27.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:27.509402   554 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:21:27.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:27.510514   558 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:21:27.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.512991   538 server_base.cc:1061] running on GCE node
18:21:27.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.515126   538 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:27.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.518573   538 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:27.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.520288   538 hybrid_clock.cc:648] HybridClock initialized: now 1786472487520164 us; error 89 us; skew 500 ppm
18:21:27.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.521236   538 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:21:27.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.526278   538 webserver.cc:533] Webserver started at http://127.0.105.253:33395/ using document root <none> and password file <none>
18:21:27.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.528159   538 fs_manager.cc:362] Metadata directory not provided
18:21:27.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.528504   538 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:27.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.529309   538 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:27.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.534960   538 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-1/data/instance:
18:21:27.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4dcc0fde82f044ffbc60e784a7aee132"
18:21:27.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:27 on dist-test-slave-nfb5"
18:21:27.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.537012   538 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-1/wal/instance:
18:21:27.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4dcc0fde82f044ffbc60e784a7aee132"
18:21:27.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:27 on dist-test-slave-nfb5"
18:21:27.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.549229   538 fs_manager.cc:696] Time spent creating directory manager: real 0.011s	user 0.011s	sys 0.001s
18:21:27.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.559836   567 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:27.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.563927   538 fs_manager.cc:730] Time spent opening block manager: real 0.008s	user 0.006s	sys 0.000s
18:21:27.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.564432   538 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-1/data,/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-1/wal
18:21:27.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4dcc0fde82f044ffbc60e784a7aee132"
18:21:27.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:27 on dist-test-slave-nfb5"
18:21:27.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.564973   538 fs_report.cc:389] FS layout report
18:21:27.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:27.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-1/wal
18:21:27.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-1/wal
18:21:27.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-1/data/data
18:21:27.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:27.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:27.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:27.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:27.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:27.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:27.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:27.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:27.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:27.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:27.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:27.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.615949   538 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:27.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.618261   538 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:27.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.618724   538 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:27.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.662194   538 rpc_server.cc:307] RPC server started. Bound to: 127.0.105.253:33691
18:21:27.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.662246   640 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.105.253:33691 every 8 connection(s)
18:21:27.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.664283   538 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-1/data/info.pb
18:21:27.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.668473   423 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskBx6O04/build/asan/bin/kudu as pid 538
18:21:27.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.668661   423 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-1/wal/instance
18:21:27.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.669783   423 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:27.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskBx6O04/build/asan/bin/kudu
18:21:27.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-2/wal
18:21:27.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-2/data
18:21:27.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:21:27.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:21:27.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:21:27.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:27.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:27.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:27.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-2/logs
18:21:27.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-2/data/info.pb
18:21:27.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:27.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:21:27.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:21:27.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:21:27.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:21:27.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:27.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:27.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:27.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:21:27.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:21:27.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:27.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:27.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.105.252:39351
18:21:27.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.105.252
18:21:27.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:27.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.105.212:46207
18:21:27.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:27.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:27.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:27.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:27.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.105.254:34419,127.0.105.253:33691,127.0.105.252:39351
18:21:27.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:27.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42865/jwks.json with env {}
18:21:27.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.670470   641 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:21:27.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.678643   641 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.105.254" port: 34419 } has no permanent_uuid. Determining permanent_uuid...
18:21:27.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.701860   641 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.105.253" port: 33691 } has no permanent_uuid. Determining permanent_uuid...
18:21:27.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.712486   641 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } has no permanent_uuid. Determining permanent_uuid...
18:21:27.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:27.714450   571 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.105.252:39351: connect: Connection refused (error 111)
18:21:27.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:27.716645   641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.105.252:39351: Network error: Client connection negotiation failed: client connection to 127.0.105.252:39351: connect: Connection refused (error 111)
18:21:27.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.766072   641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } attempt: 1
18:21:27.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:27.768677   641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.105.252:39351: Network error: Client connection negotiation failed: client connection to 127.0.105.252:39351: connect: Connection refused (error 111)
18:21:27.837 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.837059   641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } attempt: 2
18:21:27.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:27.839998   641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.105.252:39351: Network error: Client connection negotiation failed: client connection to 127.0.105.252:39351: connect: Connection refused (error 111)
18:21:27.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.893843   535 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.105.253" port: 33691 } attempt: 6
18:21:27.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.902874   535 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } has no permanent_uuid. Determining permanent_uuid...
18:21:27.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:27.905644   535 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.105.252:39351: Network error: Client connection negotiation failed: client connection to 127.0.105.252:39351: connect: Connection refused (error 111)
18:21:27.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.931303   641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } attempt: 3
18:21:27.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:27.934595   641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.105.252:39351: Network error: Client connection negotiation failed: client connection to 127.0.105.252:39351: connect: Connection refused (error 111)
18:21:27.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:27.957935   535 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } attempt: 1
18:21:27.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:27.960804   535 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.105.252:39351: Network error: Client connection negotiation failed: client connection to 127.0.105.252:39351: connect: Connection refused (error 111)
18:21:28.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.035145   535 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } attempt: 2
18:21:28.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.037886   535 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.105.252:39351: Network error: Client connection negotiation failed: client connection to 127.0.105.252:39351: connect: Connection refused (error 111)
18:21:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.077957   641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } attempt: 4
18:21:28.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.080798   641 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.105.252:39351: Network error: Client connection negotiation failed: client connection to 127.0.105.252:39351: connect: Connection refused (error 111)
18:21:28.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.135102   643 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
18:21:28.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.135538   643 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:21:28.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.135629   643 flags.cc:432] Enabled unsafe flag: --never_fsync=true
18:21:28.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.145077   643 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
18:21:28.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.145208   643 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
18:21:28.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.145274   643 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
18:21:28.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.145319   643 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
18:21:28.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.145391   643 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
18:21:28.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.145430   643 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:42865/jwks.json
18:21:28.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.151181   535 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } attempt: 3
18:21:28.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.153955   535 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.105.252:39351: Network error: Client connection negotiation failed: client connection to 127.0.105.252:39351: connect: Connection refused (error 111)
18:21:28.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.157590   643 master_runner.cc:387] Master server non-default flags:
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-2/logs
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.0.105.212:46207
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-2/data
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-2/wal
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.0.105.254:34419,127.0.105.253:33691,127.0.105.252:39351
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.0.105.252:39351
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:42865/jwks.json
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-2/data/info.pb
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.0.105.252
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision cfdbd367ce7fd9747cb6f1860fc64263d9f9f79a
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 11 Aug 2026 17:57:42 UTC on e7f111948823
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 17631
18:21:28.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
18:21:28.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.160118   643 env_posix.cc:2285] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:21:28.162 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.162600   643 file_cache.cc:504] Constructed file cache file cache with capacity 419430
18:21:28.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.173750   660 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:21:28.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.175112   663 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:21:28.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.175629   665 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:21:28.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.176833   643 server_base.cc:1061] running on GCE node
18:21:28.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.177968   643 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:21:28.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.180003   643 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:21:28.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.181272   643 hybrid_clock.cc:648] HybridClock initialized: now 1786472488181208 us; error 44 us; skew 500 ppm
18:21:28.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.181727   643 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
18:21:28.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.185295   643 webserver.cc:533] Webserver started at http://127.0.105.252:44771/ using document root <none> and password file <none>
18:21:28.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.186772   643 fs_manager.cc:362] Metadata directory not provided
18:21:28.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.186900   643 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:21:28.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.187577   643 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
18:21:28.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.190893   643 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-2/data/instance:
18:21:28.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "263425785b49410794161eb18a0b4060"
18:21:28.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:28 on dist-test-slave-nfb5"
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.192049   643 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-2/wal/instance:
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "263425785b49410794161eb18a0b4060"
18:21:28.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:28 on dist-test-slave-nfb5"
18:21:28.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.199672   643 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.006s	sys 0.001s
18:21:28.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.204123   674 log_block_manager.cc:4127] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:21:28.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.206015   643 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.005s	sys 0.000s
18:21:28.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.206190   643 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-2/data,/tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-2/wal
18:21:28.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "263425785b49410794161eb18a0b4060"
18:21:28.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:21:28 on dist-test-slave-nfb5"
18:21:28.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.206461   643 fs_report.cc:389] FS layout report
18:21:28.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:21:28.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-2/wal
18:21:28.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-2/wal
18:21:28.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-2/data/data
18:21:28.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:21:28.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:21:28.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:21:28.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:21:28.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:21:28.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:21:28.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:21:28.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:21:28.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:21:28.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:21:28.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:21:28.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.233294   643 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
18:21:28.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.234745   643 env_posix.cc:2285] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:21:28.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.235252   643 kserver.cc:163] Server-wide thread pool size limit: 3276
18:21:28.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.267540   643 rpc_server.cc:307] RPC server started. Bound to: 127.0.105.252:39351
18:21:28.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.267509   766 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.105.252:39351 every 8 connection(s)
18:21:28.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.270105   643 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-2/data/info.pb
18:21:28.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.270684   423 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskBx6O04/build/asan/bin/kudu as pid 643
18:21:28.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.270990   423 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskBx6O04/test-tmp/mini-kudu-cluster3819579603237643467/master-2/wal/instance
18:21:28.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.277086   769 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:21:28.286 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.285208   769 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.105.254" port: 34419 } has no permanent_uuid. Determining permanent_uuid...
18:21:28.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.299379   769 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.105.253" port: 33691 } has no permanent_uuid. Determining permanent_uuid...
18:21:28.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.303227   535 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } attempt: 4
18:21:28.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.309508   769 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } has no permanent_uuid. Determining permanent_uuid...
18:21:28.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.322120   535 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f1225cd8bced442eac2fec657ebf8889: Bootstrap starting.
18:21:28.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.328353   535 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f1225cd8bced442eac2fec657ebf8889: Neither blocks nor log segments found. Creating new log.
18:21:28.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.329921   535 log.cc:826] T 00000000000000000000000000000000 P f1225cd8bced442eac2fec657ebf8889: Log is configured to *not* fsync() on all Append() calls
18:21:28.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.331161   769 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060: Bootstrap starting.
18:21:28.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.332085   423 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
18:21:28.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.333724   535 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f1225cd8bced442eac2fec657ebf8889: No bootstrap required, opened a new log
18:21:28.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.337055   769 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060: Neither blocks nor log segments found. Creating new log.
18:21:28.337 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:28.337 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:21:28.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.339186   769 log.cc:826] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060: Log is configured to *not* fsync() on all Append() calls
18:21:28.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.340953   535 raft_consensus.cc:359] T 00000000000000000000000000000000 P f1225cd8bced442eac2fec657ebf8889 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1225cd8bced442eac2fec657ebf8889" member_type: VOTER last_known_addr { host: "127.0.105.254" port: 34419 } } peers { permanent_uuid: "4dcc0fde82f044ffbc60e784a7aee132" member_type: VOTER last_known_addr { host: "127.0.105.253" port: 33691 } } peers { permanent_uuid: "263425785b49410794161eb18a0b4060" member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } }
18:21:28.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.341326   535 raft_consensus.cc:385] T 00000000000000000000000000000000 P f1225cd8bced442eac2fec657ebf8889 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:28.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.341475   535 raft_consensus.cc:740] T 00000000000000000000000000000000 P f1225cd8bced442eac2fec657ebf8889 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f1225cd8bced442eac2fec657ebf8889, State: Initialized, Role: FOLLOWER
18:21:28.342 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.342329   535 consensus_queue.cc:260] T 00000000000000000000000000000000 P f1225cd8bced442eac2fec657ebf8889 [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: "f1225cd8bced442eac2fec657ebf8889" member_type: VOTER last_known_addr { host: "127.0.105.254" port: 34419 } } peers { permanent_uuid: "4dcc0fde82f044ffbc60e784a7aee132" member_type: VOTER last_known_addr { host: "127.0.105.253" port: 33691 } } peers { permanent_uuid: "263425785b49410794161eb18a0b4060" member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } }
18:21:28.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.343789   782 sys_catalog.cc:455] T 00000000000000000000000000000000 P f1225cd8bced442eac2fec657ebf8889 [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: "f1225cd8bced442eac2fec657ebf8889" member_type: VOTER last_known_addr { host: "127.0.105.254" port: 34419 } } peers { permanent_uuid: "4dcc0fde82f044ffbc60e784a7aee132" member_type: VOTER last_known_addr { host: "127.0.105.253" port: 33691 } } peers { permanent_uuid: "263425785b49410794161eb18a0b4060" member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } } }
18:21:28.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.344061   769 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060: No bootstrap required, opened a new log
18:21:28.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.344372   782 sys_catalog.cc:458] T 00000000000000000000000000000000 P f1225cd8bced442eac2fec657ebf8889 [sys.catalog]: This master's current role is: FOLLOWER
18:21:28.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.345512   535 sys_catalog.cc:565] T 00000000000000000000000000000000 P f1225cd8bced442eac2fec657ebf8889 [sys.catalog]: configured and running, proceeding with master startup.
18:21:28.340 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.0.105.254"
      port: 34419
    }
    bound_http_address {
      host: "127.0.105.254"
      port: 33797
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.0.105.253"
      port: 33691
    }
    bound_http_address {
      host: "127.0.105.253"
      port: 33395
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.0.105.252"
      port: 39351
    }
    bound_http_address {
      host: "127.0.105.252"
      port: 44771
    }
  }
}

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

18:21:28.347 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:21:28.351 [INFO - Metastore-Handler-Pool: Thread-230] (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=8a63c9eb-8657-49a5-b0bc-e1036943f562, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.0.105.254:34419,127.0.105.252:39351,127.0.105.253:33691}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
18:21:28.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.353287   769 raft_consensus.cc:359] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1225cd8bced442eac2fec657ebf8889" member_type: VOTER last_known_addr { host: "127.0.105.254" port: 34419 } } peers { permanent_uuid: "4dcc0fde82f044ffbc60e784a7aee132" member_type: VOTER last_known_addr { host: "127.0.105.253" port: 33691 } } peers { permanent_uuid: "263425785b49410794161eb18a0b4060" member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } }
18:21:28.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.353752   769 raft_consensus.cc:385] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:28.354 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.353916   769 raft_consensus.cc:740] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 263425785b49410794161eb18a0b4060, State: Initialized, Role: FOLLOWER
18:21:28.354 [INFO - Metastore-Handler-Pool: Thread-230] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
18:21:28.354 [INFO - Metastore-Handler-Pool: Thread-230] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
18:21:28.355 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.355018   769 consensus_queue.cc:260] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060 [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: "f1225cd8bced442eac2fec657ebf8889" member_type: VOTER last_known_addr { host: "127.0.105.254" port: 34419 } } peers { permanent_uuid: "4dcc0fde82f044ffbc60e784a7aee132" member_type: VOTER last_known_addr { host: "127.0.105.253" port: 33691 } } peers { permanent_uuid: "263425785b49410794161eb18a0b4060" member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } }
18:21:28.355 [INFO - Metastore-Handler-Pool: Thread-230] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66b88794, with PersistenceManager: null will be shutdown
18:21:28.356 [INFO - Metastore-Handler-Pool: Thread-230] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66b88794, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5c77206a created in the thread with id: 230
18:21:28.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.361029   791 sys_catalog.cc:455] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060 [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: "f1225cd8bced442eac2fec657ebf8889" member_type: VOTER last_known_addr { host: "127.0.105.254" port: 34419 } } peers { permanent_uuid: "4dcc0fde82f044ffbc60e784a7aee132" member_type: VOTER last_known_addr { host: "127.0.105.253" port: 33691 } } peers { permanent_uuid: "263425785b49410794161eb18a0b4060" member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } } }
18:21:28.361 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.361685   791 sys_catalog.cc:458] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060 [sys.catalog]: This master's current role is: FOLLOWER
18:21:28.363 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.362882   769 sys_catalog.cc:565] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060 [sys.catalog]: configured and running, proceeding with master startup.
18:21:28.371 [INFO - Metastore-Handler-Pool: Thread-230] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66b88794
18:21:28.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.380096   641 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } attempt: 5
18:21:28.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.387399   814 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
18:21:28.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.395023   438 master_runner.cc:187] Error getting master registration for 127.0.105.253:33691: OK, instance_id { permanent_uuid: "4dcc0fde82f044ffbc60e784a7aee132" instance_seqno: 1786472487650758 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:28.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.402624   438 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:28.406 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.406095   641 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4dcc0fde82f044ffbc60e784a7aee132: Bootstrap starting.
18:21:28.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.411747   641 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4dcc0fde82f044ffbc60e784a7aee132: Neither blocks nor log segments found. Creating new log.
18:21:28.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.414429   641 log.cc:826] T 00000000000000000000000000000000 P 4dcc0fde82f044ffbc60e784a7aee132: Log is configured to *not* fsync() on all Append() calls
18:21:28.420 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.420342   641 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4dcc0fde82f044ffbc60e784a7aee132: No bootstrap required, opened a new log
18:21:28.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.419503   817 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
18:21:28.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.427606   641 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4dcc0fde82f044ffbc60e784a7aee132 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1225cd8bced442eac2fec657ebf8889" member_type: VOTER last_known_addr { host: "127.0.105.254" port: 34419 } } peers { permanent_uuid: "4dcc0fde82f044ffbc60e784a7aee132" member_type: VOTER last_known_addr { host: "127.0.105.253" port: 33691 } } peers { permanent_uuid: "263425785b49410794161eb18a0b4060" member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } }
18:21:28.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.428251   641 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4dcc0fde82f044ffbc60e784a7aee132 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:21:28.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.428429   641 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4dcc0fde82f044ffbc60e784a7aee132 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4dcc0fde82f044ffbc60e784a7aee132, State: Initialized, Role: FOLLOWER
18:21:28.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.429414   641 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4dcc0fde82f044ffbc60e784a7aee132 [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: "f1225cd8bced442eac2fec657ebf8889" member_type: VOTER last_known_addr { host: "127.0.105.254" port: 34419 } } peers { permanent_uuid: "4dcc0fde82f044ffbc60e784a7aee132" member_type: VOTER last_known_addr { host: "127.0.105.253" port: 33691 } } peers { permanent_uuid: "263425785b49410794161eb18a0b4060" member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } }
18:21:28.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.430598   820 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4dcc0fde82f044ffbc60e784a7aee132 [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: "f1225cd8bced442eac2fec657ebf8889" member_type: VOTER last_known_addr { host: "127.0.105.254" port: 34419 } } peers { permanent_uuid: "4dcc0fde82f044ffbc60e784a7aee132" member_type: VOTER last_known_addr { host: "127.0.105.253" port: 33691 } } peers { permanent_uuid: "263425785b49410794161eb18a0b4060" member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } } }
18:21:28.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.431121   820 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4dcc0fde82f044ffbc60e784a7aee132 [sys.catalog]: This master's current role is: FOLLOWER
18:21:28.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.432224   641 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4dcc0fde82f044ffbc60e784a7aee132 [sys.catalog]: configured and running, proceeding with master startup.
18:21:28.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.428979   643 master_runner.cc:187] Error getting master registration for 127.0.105.253:33691: OK, instance_id { permanent_uuid: "4dcc0fde82f044ffbc60e784a7aee132" instance_seqno: 1786472487650758 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:21:28.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.436275   643 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:28.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.447706   839 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 4dcc0fde82f044ffbc60e784a7aee132: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:21:28.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.448212   839 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:21:28.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.456853   538 master_runner.cc:264] No leader master found from master 4dcc0fde82f044ffbc60e784a7aee132
18:21:28.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.457015   538 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
18:21:28.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.488932   690 tablet.cc:2406] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:28.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.502200   475 tablet.cc:2406] T 00000000000000000000000000000000 P f1225cd8bced442eac2fec657ebf8889: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:28.625 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:21:28.623963   577 tablet.cc:2406] T 00000000000000000000000000000000 P 4dcc0fde82f044ffbc60e784a7aee132: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:21:28.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.626155   791 raft_consensus.cc:493] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:21:28.627 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.626538   791 raft_consensus.cc:515] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1225cd8bced442eac2fec657ebf8889" member_type: VOTER last_known_addr { host: "127.0.105.254" port: 34419 } } peers { permanent_uuid: "4dcc0fde82f044ffbc60e784a7aee132" member_type: VOTER last_known_addr { host: "127.0.105.253" port: 33691 } } peers { permanent_uuid: "263425785b49410794161eb18a0b4060" member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } }
18:21:28.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.630632   604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "263425785b49410794161eb18a0b4060" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4dcc0fde82f044ffbc60e784a7aee132" is_pre_election: true
18:21:28.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.631369   604 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4dcc0fde82f044ffbc60e784a7aee132 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 263425785b49410794161eb18a0b4060 in term 0.
18:21:28.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.632867   505 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "263425785b49410794161eb18a0b4060" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f1225cd8bced442eac2fec657ebf8889" is_pre_election: true
18:21:28.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.633493   505 raft_consensus.cc:2468] T 00000000000000000000000000000000 P f1225cd8bced442eac2fec657ebf8889 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 263425785b49410794161eb18a0b4060 in term 0.
18:21:28.635 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.634552   675 leader_election.cc:304] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060 [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: 263425785b49410794161eb18a0b4060, 4dcc0fde82f044ffbc60e784a7aee132; no voters: 
18:21:28.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.635787   791 leader_election.cc:290] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f1225cd8bced442eac2fec657ebf8889 (127.0.105.254:34419), 4dcc0fde82f044ffbc60e784a7aee132 (127.0.105.253:33691)
18:21:28.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.636034   791 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060 [term 0 FOLLOWER]: Leader pre-election won for term 1
18:21:28.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.636263   791 raft_consensus.cc:493] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:21:28.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.636448   791 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060 [term 0 FOLLOWER]: Advancing to term 1
18:21:28.642 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.642537   791 raft_consensus.cc:515] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1225cd8bced442eac2fec657ebf8889" member_type: VOTER last_known_addr { host: "127.0.105.254" port: 34419 } } peers { permanent_uuid: "4dcc0fde82f044ffbc60e784a7aee132" member_type: VOTER last_known_addr { host: "127.0.105.253" port: 33691 } } peers { permanent_uuid: "263425785b49410794161eb18a0b4060" member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } }
18:21:28.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.646122   505 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "263425785b49410794161eb18a0b4060" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f1225cd8bced442eac2fec657ebf8889"
18:21:28.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.646409   505 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f1225cd8bced442eac2fec657ebf8889 [term 0 FOLLOWER]: Advancing to term 1
18:21:28.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.650220   505 raft_consensus.cc:2468] T 00000000000000000000000000000000 P f1225cd8bced442eac2fec657ebf8889 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 263425785b49410794161eb18a0b4060 in term 1.
18:21:28.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.650954   682 leader_election.cc:304] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060 [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: 263425785b49410794161eb18a0b4060, f1225cd8bced442eac2fec657ebf8889; no voters: 
18:21:28.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.652714   791 leader_election.cc:290] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060 [CANDIDATE]: Term 1 election: Requested vote from peers f1225cd8bced442eac2fec657ebf8889 (127.0.105.254:34419), 4dcc0fde82f044ffbc60e784a7aee132 (127.0.105.253:33691)
18:21:28.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.653782   791 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060 [term 1 FOLLOWER]: Leader election won for term 1
18:21:28.656 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.656451   791 raft_consensus.cc:697] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060 [term 1 LEADER]: Becoming Leader. State: Replica: 263425785b49410794161eb18a0b4060, State: Running, Role: LEADER
18:21:28.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.657662   791 consensus_queue.cc:237] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060 [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: "f1225cd8bced442eac2fec657ebf8889" member_type: VOTER last_known_addr { host: "127.0.105.254" port: 34419 } } peers { permanent_uuid: "4dcc0fde82f044ffbc60e784a7aee132" member_type: VOTER last_known_addr { host: "127.0.105.253" port: 33691 } } peers { permanent_uuid: "263425785b49410794161eb18a0b4060" member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } }
18:21:28.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.667588   604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "263425785b49410794161eb18a0b4060" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4dcc0fde82f044ffbc60e784a7aee132"
18:21:28.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.667877   604 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4dcc0fde82f044ffbc60e784a7aee132 [term 0 FOLLOWER]: Advancing to term 1
18:21:28.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.672102   604 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4dcc0fde82f044ffbc60e784a7aee132 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 263425785b49410794161eb18a0b4060 in term 1.
18:21:28.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.676891   842 sys_catalog.cc:455] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 263425785b49410794161eb18a0b4060. Latest consensus state: current_term: 1 leader_uuid: "263425785b49410794161eb18a0b4060" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1225cd8bced442eac2fec657ebf8889" member_type: VOTER last_known_addr { host: "127.0.105.254" port: 34419 } } peers { permanent_uuid: "4dcc0fde82f044ffbc60e784a7aee132" member_type: VOTER last_known_addr { host: "127.0.105.253" port: 33691 } } peers { permanent_uuid: "263425785b49410794161eb18a0b4060" member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } } }
18:21:28.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.677431   842 sys_catalog.cc:458] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060 [sys.catalog]: This master's current role is: LEADER
18:21:28.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.687675   845 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
18:21:28.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.712420   845 catalog_manager.cc:1520] Initializing Kudu cluster ID...
18:21:28.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.735831   604 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 4dcc0fde82f044ffbc60e784a7aee132 [term 1 FOLLOWER]: Refusing update from remote peer 263425785b49410794161eb18a0b4060: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:21:28.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.737612   842 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4dcc0fde82f044ffbc60e784a7aee132" member_type: VOTER last_known_addr { host: "127.0.105.253" port: 33691 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:21:28.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.747115   505 raft_consensus.cc:1275] T 00000000000000000000000000000000 P f1225cd8bced442eac2fec657ebf8889 [term 1 FOLLOWER]: Refusing update from remote peer 263425785b49410794161eb18a0b4060: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:21:28.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.748914   842 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f1225cd8bced442eac2fec657ebf8889" member_type: VOTER last_known_addr { host: "127.0.105.254" port: 34419 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:21:28.765 [WARN - Metastore-Handler-Pool: Thread-230] (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:21:28.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.770699   782 sys_catalog.cc:455] T 00000000000000000000000000000000 P f1225cd8bced442eac2fec657ebf8889 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 263425785b49410794161eb18a0b4060. Latest consensus state: current_term: 1 leader_uuid: "263425785b49410794161eb18a0b4060" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1225cd8bced442eac2fec657ebf8889" member_type: VOTER last_known_addr { host: "127.0.105.254" port: 34419 } } peers { permanent_uuid: "4dcc0fde82f044ffbc60e784a7aee132" member_type: VOTER last_known_addr { host: "127.0.105.253" port: 33691 } } peers { permanent_uuid: "263425785b49410794161eb18a0b4060" member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } } }
18:21:28.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.771099   782 sys_catalog.cc:458] T 00000000000000000000000000000000 P f1225cd8bced442eac2fec657ebf8889 [sys.catalog]: This master's current role is: FOLLOWER
18:21:28.776 [WARN - Metastore-Handler-Pool: Thread-230] (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:21:28.777 [WARN - Metastore-Handler-Pool: Thread-230] (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:21:28.780 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.779452   848 mvcc.cc:204] Tried to move back new op lower bound from 7317391313843220480 to 7317391313560408064. Current Snapshot: MvccSnapshot[applied={T|T < 7317391313843220480}]
18:21:28.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.786652   820 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4dcc0fde82f044ffbc60e784a7aee132 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 263425785b49410794161eb18a0b4060. Latest consensus state: current_term: 1 leader_uuid: "263425785b49410794161eb18a0b4060" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1225cd8bced442eac2fec657ebf8889" member_type: VOTER last_known_addr { host: "127.0.105.254" port: 34419 } } peers { permanent_uuid: "4dcc0fde82f044ffbc60e784a7aee132" member_type: VOTER last_known_addr { host: "127.0.105.253" port: 33691 } } peers { permanent_uuid: "263425785b49410794161eb18a0b4060" member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } } }
18:21:28.787 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.787009   820 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4dcc0fde82f044ffbc60e784a7aee132 [sys.catalog]: This master's current role is: FOLLOWER
18:21:28.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.787781   791 sys_catalog.cc:455] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "263425785b49410794161eb18a0b4060" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1225cd8bced442eac2fec657ebf8889" member_type: VOTER last_known_addr { host: "127.0.105.254" port: 34419 } } peers { permanent_uuid: "4dcc0fde82f044ffbc60e784a7aee132" member_type: VOTER last_known_addr { host: "127.0.105.253" port: 33691 } } peers { permanent_uuid: "263425785b49410794161eb18a0b4060" member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } } }
18:21:28.788 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.788113   791 sys_catalog.cc:458] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060 [sys.catalog]: This master's current role is: LEADER
18:21:28.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.791334   845 catalog_manager.cc:1383] Generated new cluster ID: f483a6acf3604a7ea6417a5b210405a1
18:21:28.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.791450   845 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
18:21:28.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.797953   842 sys_catalog.cc:455] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "263425785b49410794161eb18a0b4060" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1225cd8bced442eac2fec657ebf8889" member_type: VOTER last_known_addr { host: "127.0.105.254" port: 34419 } } peers { permanent_uuid: "4dcc0fde82f044ffbc60e784a7aee132" member_type: VOTER last_known_addr { host: "127.0.105.253" port: 33691 } } peers { permanent_uuid: "263425785b49410794161eb18a0b4060" member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } } }
18:21:28.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.798249   842 sys_catalog.cc:458] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060 [sys.catalog]: This master's current role is: LEADER
18:21:28.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.807739   820 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4dcc0fde82f044ffbc60e784a7aee132 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "263425785b49410794161eb18a0b4060" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1225cd8bced442eac2fec657ebf8889" member_type: VOTER last_known_addr { host: "127.0.105.254" port: 34419 } } peers { permanent_uuid: "4dcc0fde82f044ffbc60e784a7aee132" member_type: VOTER last_known_addr { host: "127.0.105.253" port: 33691 } } peers { permanent_uuid: "263425785b49410794161eb18a0b4060" member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } } }
18:21:28.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.808085   820 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4dcc0fde82f044ffbc60e784a7aee132 [sys.catalog]: This master's current role is: FOLLOWER
18:21:28.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.822471   782 sys_catalog.cc:455] T 00000000000000000000000000000000 P f1225cd8bced442eac2fec657ebf8889 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "263425785b49410794161eb18a0b4060" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "f1225cd8bced442eac2fec657ebf8889" member_type: VOTER last_known_addr { host: "127.0.105.254" port: 34419 } } peers { permanent_uuid: "4dcc0fde82f044ffbc60e784a7aee132" member_type: VOTER last_known_addr { host: "127.0.105.253" port: 33691 } } peers { permanent_uuid: "263425785b49410794161eb18a0b4060" member_type: VOTER last_known_addr { host: "127.0.105.252" port: 39351 } } }
18:21:28.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.822831   782 sys_catalog.cc:458] T 00000000000000000000000000000000 P f1225cd8bced442eac2fec657ebf8889 [sys.catalog]: This master's current role is: FOLLOWER
18:21:28.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.839322   845 catalog_manager.cc:1406] Generated new certificate authority record
18:21:28.849 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.846263   845 catalog_manager.cc:1540] Loading token signing keys...
18:21:28.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.895843   845 catalog_manager.cc:6092] T 00000000000000000000000000000000 P 263425785b49410794161eb18a0b4060: Generated new TSK 0
18:21:28.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:28.897450   845 catalog_manager.cc:1550] Initializing in-progress tserver states...
18:21:28.929 [INFO - Metastore-Handler-Pool: Thread-230] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
18:21:28.935 [INFO - Metastore-Handler-Pool: Thread-230] (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/hive5860422728078120986/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=8a63c9eb-8657-49a5-b0bc-e1036943f562, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.0.105.254:34419,127.0.105.252:39351,127.0.105.253:33691}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
18:21:28.938 [INFO - Metastore-Handler-Pool: Thread-230] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive5860422728078120986/external-warehouse/table
18:21:29.049 [DEBUG - Metastore-Handler-Pool: Thread-230] (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:21:29.054 [DEBUG - Metastore-Handler-Pool: Thread-230] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
18:21:29.057 [DEBUG - Metastore-Handler-Pool: Thread-230] (Connection.java:748) [peer master-127.0.105.254:34419(127.0.105.254:34419)] connecting to peer
18:21:29.060 [DEBUG - Metastore-Handler-Pool: Thread-230] (Connection.java:748) [peer master-127.0.105.252:39351(127.0.105.252:39351)] connecting to peer
18:21:29.067 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.0.105.254:34419(127.0.105.254:34419)] Successfully connected to peer
18:21:29.070 [DEBUG - Metastore-Handler-Pool: Thread-230] (Connection.java:748) [peer master-127.0.105.253:33691(127.0.105.253:33691)] connecting to peer
18:21:29.085 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.0.105.252:39351(127.0.105.252:39351)] Successfully connected to peer
18:21:29.093 [DEBUG - kudu-nio-0] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.0.105.254
18:21:29.105 [DEBUG - kudu-nio-1] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.0.105.252
18:21:29.116 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.0.105.253:33691(127.0.105.253:33691)] Successfully connected to peer
18:21:29.127 [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:21:29.131 [DEBUG - kudu-nio-2] (Negotiator.java:528) SASL mechanism PLAIN chosen for peer 127.0.105.253
18:21:29.134 [DEBUG - kudu-nio-0] (Negotiator.java:918) Authenticated connection [id: 0xd540f400, L:/127.0.0.1:51276 - R:/127.0.105.254:34419] using SASL/PLAIN
18:21:29.150 [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:21:29.158 [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:21:29.174 [DEBUG - kudu-nio-2] (Negotiator.java:918) Authenticated connection [id: 0x4526381c, L:/127.0.0.1:51496 - R:/127.0.105.253:33691] using SASL/PLAIN
18:21:29.175 [DEBUG - kudu-nio-1] (Negotiator.java:918) Authenticated connection [id: 0x4a149385, L:/127.0.0.1:36620 - R:/127.0.105.252:39351] using SASL/PLAIN
18:21:29.185 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
18:21:29.243 [INFO - Metastore-Handler-Pool: Thread-230] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:29.314 [INFO - Metastore-Handler-Pool: Thread-230] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:29.316 [INFO - Metastore-Handler-Pool: Thread-230] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
18:21:29.327 [INFO - Metastore-Handler-Pool: Thread-230] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
18:21:29.383 [INFO - Metastore-Handler-Pool: Thread-230] (MetaStoreServerUtils.java:473) Updating table stats for table
18:21:29.384 [INFO - Metastore-Handler-Pool: Thread-230] (MetaStoreServerUtils.java:476) Updated size of table table to 0
18:21:29.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.433108   814 catalog_manager.cc:1295] Loaded cluster ID: f483a6acf3604a7ea6417a5b210405a1
18:21:29.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.433718   814 catalog_manager.cc:1588] T 00000000000000000000000000000000 P f1225cd8bced442eac2fec657ebf8889: loading cluster ID for follower catalog manager: success
18:21:29.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.453127   839 catalog_manager.cc:1295] Loaded cluster ID: f483a6acf3604a7ea6417a5b210405a1
18:21:29.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.454799   839 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 4dcc0fde82f044ffbc60e784a7aee132: loading cluster ID for follower catalog manager: success
18:21:29.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.461061   839 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 4dcc0fde82f044ffbc60e784a7aee132: acquiring CA information for follower catalog manager: success
18:21:29.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.465691   814 catalog_manager.cc:1610] T 00000000000000000000000000000000 P f1225cd8bced442eac2fec657ebf8889: acquiring CA information for follower catalog manager: success
18:21:29.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.473107   839 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 4dcc0fde82f044ffbc60e784a7aee132: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:21:29.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:29.479899   814 catalog_manager.cc:1638] T 00000000000000000000000000000000 P f1225cd8bced442eac2fec657ebf8889: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:21:29.546 [INFO - Metastore-Handler-Pool: Thread-230] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
18:21:29.581 [INFO - Metastore-Handler-Pool: Thread-230] (HMSHandler.java:3711) Skipping translation for processor with null
18:21:29.583 [INFO - Metastore-Handler-Pool: Thread-230] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
18:21:29.734 [WARN - Metastore-Handler-Pool: Thread-230] (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:21:29.891 [WARN - Metastore-Handler-Pool: Thread-230] (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:21:29.938 [WARN - Metastore-Handler-Pool: Thread-230] (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:21:30.095 [INFO - Metastore-Handler-Pool: Thread-230] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
18:21:30.096 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
18:21:30.098 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.097502   423 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskBx6O04/build/asan/bin/kudu pid 438
18:21:30.100 [INFO - Metastore-Handler-Pool: Thread-230] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
18:21:30.100 [INFO - Metastore-Handler-Pool: Thread-230] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@66b88794, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5c77206a will be shutdown
18:21:30.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.100281   529 generic_service.cc:196] Checking for leaks (request via RPC)
18:21:30.100 [INFO - Metastore-Handler-Pool: Thread-230] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
18:21:30.243 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.242502   423 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskBx6O04/build/asan/bin/kudu with pid 438
18:21:30.281 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.0.105.254:34419(127.0.105.254:34419)] handling channelInactive
18:21:30.281 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.0.105.254:34419(127.0.105.254:34419)] cleaning up while in state READY due to: connection closed
18:21:30.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.283034   423 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskBx6O04/build/asan/bin/kudu pid 538
18:21:30.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.284547   635 generic_service.cc:196] Checking for leaks (request via RPC)
18:21:30.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.411531   423 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskBx6O04/build/asan/bin/kudu with pid 538
18:21:30.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.448782   423 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskBx6O04/build/asan/bin/kudu pid 643
18:21:30.449 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.0.105.253:33691(127.0.105.253:33691)] handling channelInactive
18:21:30.449 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.0.105.253:33691(127.0.105.253:33691)] cleaning up while in state READY due to: connection closed
18:21:30.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.450449   759 generic_service.cc:196] Checking for leaks (request via RPC)
18:21:30.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:21:30.579324   423 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskBx6O04/build/asan/bin/kudu with pid 643
18:21:30.616 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.0.105.252:39351(127.0.105.252:39351)] handling channelInactive
18:21:30.617 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.0.105.252:39351(127.0.105.252:39351)] cleaning up while in state READY due to: connection closed
18:21:30.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:21:30Z chronyd exiting

Time: 42.671

OK (6 tests)

