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

21:00:20.459 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:00:20.466 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

21:00:20.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.469732 19307 mini_oidc.cc:150] Starting JWKS server
21:00:20.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.472131 19307 webserver.cc:534] Webserver started at http://127.0.0.1:34639/ using document root <none> and password file <none>
21:00:20.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.472416 19307 mini_oidc.cc:186] Starting OIDC Discovery server
21:00:20.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.473053 19307 webserver.cc:534] Webserver started at http://127.0.0.1:41567/ using document root <none> and password file <none>
21:00:20.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:00:20Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
21:00:20.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:00:20Z Disabled control of system clock
21:00:20.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.502163 19307 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:20.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:20.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-0/wal
21:00:20.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-0/data
21:00:20.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:00:20.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:00:20.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:00:20.503 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:20.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:20.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:20.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-0/logs
21:00:20.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-0/data/info.pb
21:00:20.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:20.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:00:20.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:00:20.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:00:20.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:00:20.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:20.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:20.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:20.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:00:20.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:00:20.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:20.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:20.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.218.254:39485
21:00:20.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.218.254
21:00:20.506 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:20.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.218.212:40341
21:00:20.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:20.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:20.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:20.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:20.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.218.254:39485,127.18.218.253:41953,127.18.218.252:33659
21:00:20.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:20.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34639/jwks.json
21:00:20.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41839 with env {}
21:00:20.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:20.819753 19318 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:00:20.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:20.820086 19318 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:00:20.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:20.820204 19318 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:00:20.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:20.828584 19318 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:00:20.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:20.828675 19318 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:00:20.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:20.828728 19318 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:00:20.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:20.828765 19318 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:00:20.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:20.828814 19318 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:00:20.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:20.828845 19318 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34639/jwks.json
21:00:20.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.838858 19318 master_runner.cc:387] Master server non-default flags:
21:00:20.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:20.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.218.212:40341
21:00:20.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:20.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:20.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-0/data
21:00:20.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-0/wal
21:00:20.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41839
21:00:20.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:20.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.218.254:39485,127.18.218.253:41953,127.18.218.252:33659
21:00:20.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:20.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:20.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:20.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.218.254:39485
21:00:20.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:20.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:00:20.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:20.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34639/jwks.json
21:00:20.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:20.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:20.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-0/data/info.pb
21:00:20.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.218.254
21:00:20.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:20.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:00:20.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:20.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:00:20.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:00:20.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:20.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-0/logs
21:00:20.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:20.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:00:20.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:00:20.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:00:20.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:00:20.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:00:20.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:00:20.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on bdcb31816ec0
21:00:20.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16877
21:00:20.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
21:00:20.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.840607 19318 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:00:20.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.842888 19318 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:00:20.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:20.851457 19324 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:20.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:20.851435 19323 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:20.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:20.852449 19326 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:20.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.852790 19318 server_base.cc:1061] running on GCE node
21:00:20.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.853585 19318 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:00:20.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.854967 19318 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:00:20.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.856165 19318 hybrid_clock.cc:648] HybridClock initialized: now 1783544420856105 us; error 56 us; skew 500 ppm
21:00:20.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.856482 19318 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:00:20.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.858695 19318 webserver.cc:534] Webserver started at http://127.18.218.254:46703/ using document root <none> and password file <none>
21:00:20.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.859370 19318 fs_manager.cc:362] Metadata directory not provided
21:00:20.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.859458 19318 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:00:20.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.859783 19318 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:00:20.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.862722 19318 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-0/data/instance:
21:00:20.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3a10670b578d40c39a5f7162636bdeec"
21:00:20.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:20 on dist-test-slave-zb3m"
21:00:20.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.863452 19318 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-0/wal/instance:
21:00:20.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3a10670b578d40c39a5f7162636bdeec"
21:00:20.863 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:20 on dist-test-slave-zb3m"
21:00:20.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.868909 19318 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
21:00:20.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.872635 19332 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:00:20.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.874183 19318 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.002s
21:00:20.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.874352 19318 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-0/data,/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-0/wal
21:00:20.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "3a10670b578d40c39a5f7162636bdeec"
21:00:20.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:20 on dist-test-slave-zb3m"
21:00:20.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.874608 19318 fs_report.cc:389] FS layout report
21:00:20.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:00:20.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-0/wal
21:00:20.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-0/wal
21:00:20.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-0/data/data
21:00:20.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:00:20.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:00:20.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:00:20.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:00:20.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:00:20.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:00:20.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:00:20.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:00:20.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:00:20.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:00:20.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:00:20.903 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.902715 19318 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:00:20.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.903785 19318 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:00:20.904 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.904071 19318 kserver.cc:163] Server-wide thread pool size limit: 3276
21:00:20.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.923056 19318 rpc_server.cc:307] RPC server started. Bound to: 127.18.218.254:39485
21:00:20.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.923033 19383 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.18.218.254:39485 every 8 connection(s)
21:00:20.925 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.924741 19318 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-0/data/info.pb
21:00:20.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.928946 19384 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:00:20.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.929237 19307 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu as pid 19318
21:00:20.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.929453 19307 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-0/wal/instance
21:00:20.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.931625 19307 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:20.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:20.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-1/wal
21:00:20.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-1/data
21:00:20.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:00:20.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:00:20.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:00:20.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:20.932 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:20.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:20.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-1/logs
21:00:20.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-1/data/info.pb
21:00:20.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:20.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:00:20.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:00:20.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:00:20.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:00:20.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:20.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:20.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:20.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:00:20.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:00:20.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:20.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:20.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.218.253:41953
21:00:20.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.218.253
21:00:20.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:20.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.218.212:40341
21:00:20.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:20.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:20.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:20.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:20.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.218.254:39485,127.18.218.253:41953,127.18.218.252:33659
21:00:20.935 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:20.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34639/jwks.json
21:00:20.936 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41839 with env {}
21:00:20.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.936443 19384 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.218.254" port: 39485 } has no permanent_uuid. Determining permanent_uuid...
21:00:20.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:20.963558 19384 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.218.253" port: 41953 } has no permanent_uuid. Determining permanent_uuid...
21:00:20.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:20.964795 19334 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.18.218.253:41953: connect: Connection refused (error 111)
21:00:20.966 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:20.966672 19384 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.218.253:41953: Network error: Client connection negotiation failed: client connection to 127.18.218.253:41953: connect: Connection refused (error 111)
21:00:21.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.016013 19384 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.218.253" port: 41953 } attempt: 1
21:00:21.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.018266 19384 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.218.253:41953: Network error: Client connection negotiation failed: client connection to 127.18.218.253:41953: connect: Connection refused (error 111)
21:00:21.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.086596 19384 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.218.253" port: 41953 } attempt: 2
21:00:21.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.088704 19384 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.218.253:41953: Network error: Client connection negotiation failed: client connection to 127.18.218.253:41953: connect: Connection refused (error 111)
21:00:21.180 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.179965 19384 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.218.253" port: 41953 } attempt: 3
21:00:21.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.182112 19384 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.218.253:41953: Network error: Client connection negotiation failed: client connection to 127.18.218.253:41953: connect: Connection refused (error 111)
21:00:21.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.259603 19385 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:00:21.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.259938 19385 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:00:21.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.260017 19385 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:00:21.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.268410 19385 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:00:21.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.268509 19385 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:00:21.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.268563 19385 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:00:21.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.268602 19385 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:00:21.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.268651 19385 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:00:21.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.268682 19385 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34639/jwks.json
21:00:21.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.279201 19385 master_runner.cc:387] Master server non-default flags:
21:00:21.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:21.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.218.212:40341
21:00:21.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:21.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:21.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-1/data
21:00:21.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-1/wal
21:00:21.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41839
21:00:21.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:21.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.218.254:39485,127.18.218.253:41953,127.18.218.252:33659
21:00:21.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:21.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:21.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:21.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.218.253:41953
21:00:21.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:21.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:00:21.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:21.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34639/jwks.json
21:00:21.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:21.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:21.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-1/data/info.pb
21:00:21.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.218.253
21:00:21.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:21.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:00:21.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:21.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:00:21.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:00:21.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:21.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-1/logs
21:00:21.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:21.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:00:21.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:00:21.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:00:21.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:00:21.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:00:21.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:00:21.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on bdcb31816ec0
21:00:21.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16877
21:00:21.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
21:00:21.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.281221 19385 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:00:21.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.283950 19385 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:00:21.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.293421 19394 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:21.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.294082 19393 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:21.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.294659 19396 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:21.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.295264 19385 server_base.cc:1061] running on GCE node
21:00:21.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.296049 19385 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:00:21.297 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.297469 19385 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:00:21.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.298687 19385 hybrid_clock.cc:648] HybridClock initialized: now 1783544421298629 us; error 67 us; skew 500 ppm
21:00:21.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.299019 19385 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:00:21.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.301323 19385 webserver.cc:534] Webserver started at http://127.18.218.253:38991/ using document root <none> and password file <none>
21:00:21.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.302022 19385 fs_manager.cc:362] Metadata directory not provided
21:00:21.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.302116 19385 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:00:21.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.302404 19385 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:00:21.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.304692 19385 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-1/data/instance:
21:00:21.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e72c0d1366604c4b866c7598283afbd7"
21:00:21.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:21 on dist-test-slave-zb3m"
21:00:21.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.305552 19385 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-1/wal/instance:
21:00:21.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e72c0d1366604c4b866c7598283afbd7"
21:00:21.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:21 on dist-test-slave-zb3m"
21:00:21.311 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.310796 19385 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
21:00:21.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.314258 19402 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:00:21.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.315651 19385 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
21:00:21.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.315826 19385 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-1/data,/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-1/wal
21:00:21.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "e72c0d1366604c4b866c7598283afbd7"
21:00:21.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:21 on dist-test-slave-zb3m"
21:00:21.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.316002 19385 fs_report.cc:389] FS layout report
21:00:21.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:00:21.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-1/wal
21:00:21.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-1/wal
21:00:21.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-1/data/data
21:00:21.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:00:21.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:00:21.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:00:21.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:00:21.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:00:21.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:00:21.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:00:21.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:00:21.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:00:21.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:00:21.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:00:21.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.325341 19384 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.218.253" port: 41953 } attempt: 4
21:00:21.327 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.327179 19384 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.218.253:41953: Network error: Client connection negotiation failed: client connection to 127.18.218.253:41953: connect: Connection refused (error 111)
21:00:21.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.349165 19385 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:00:21.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.350178 19385 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:00:21.350 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.350477 19385 kserver.cc:163] Server-wide thread pool size limit: 3276
21:00:21.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.371551 19385 rpc_server.cc:307] RPC server started. Bound to: 127.18.218.253:41953
21:00:21.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.371578 19453 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.18.218.253:41953 every 8 connection(s)
21:00:21.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.373322 19385 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-1/data/info.pb
21:00:21.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.377128 19307 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu as pid 19385
21:00:21.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.377274 19307 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-1/wal/instance
21:00:21.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.377965 19454 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:00:21.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.378290 19307 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:21.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:21.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-2/wal
21:00:21.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-2/data
21:00:21.378 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:00:21.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:00:21.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:00:21.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:21.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:21.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:21.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-2/logs
21:00:21.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-2/data/info.pb
21:00:21.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:21.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:00:21.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:00:21.379 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:00:21.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:00:21.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:21.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:21.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:21.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:00:21.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:00:21.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:21.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:21.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.218.252:33659
21:00:21.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.218.252
21:00:21.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:21.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.218.212:40341
21:00:21.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:21.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:21.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:21.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:21.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.218.254:39485,127.18.218.253:41953,127.18.218.252:33659
21:00:21.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:21.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34639/jwks.json
21:00:21.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41839 with env {}
21:00:21.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.386734 19454 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.218.254" port: 39485 } has no permanent_uuid. Determining permanent_uuid...
21:00:21.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.402354 19454 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.218.253" port: 41953 } has no permanent_uuid. Determining permanent_uuid...
21:00:21.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.414527 19454 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } has no permanent_uuid. Determining permanent_uuid...
21:00:21.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.415572 19405 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.18.218.252:33659: connect: Connection refused (error 111)
21:00:21.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.417054 19454 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.218.252:33659: Network error: Client connection negotiation failed: client connection to 127.18.218.252:33659: connect: Connection refused (error 111)
21:00:21.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.466359 19454 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } attempt: 1
21:00:21.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.468168 19454 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.218.252:33659: Network error: Client connection negotiation failed: client connection to 127.18.218.252:33659: connect: Connection refused (error 111)
21:00:21.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.536412 19454 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } attempt: 2
21:00:21.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.538669 19454 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.218.252:33659: Network error: Client connection negotiation failed: client connection to 127.18.218.252:33659: connect: Connection refused (error 111)
21:00:21.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.626434 19384 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.218.253" port: 41953 } attempt: 5
21:00:21.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.629912 19454 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } attempt: 3
21:00:21.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.633148 19454 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.218.252:33659: Network error: Client connection negotiation failed: client connection to 127.18.218.252:33659: connect: Connection refused (error 111)
21:00:21.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.634300 19384 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } has no permanent_uuid. Determining permanent_uuid...
21:00:21.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.636358 19384 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.218.252:33659: Network error: Client connection negotiation failed: client connection to 127.18.218.252:33659: connect: Connection refused (error 111)
21:00:21.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.687649 19384 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } attempt: 1
21:00:21.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.689762 19384 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.218.252:33659: Network error: Client connection negotiation failed: client connection to 127.18.218.252:33659: connect: Connection refused (error 111)
21:00:21.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.713721 19455 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:00:21.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.714021 19455 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:00:21.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.714105 19455 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:00:21.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.722870 19455 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:00:21.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.722970 19455 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:00:21.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.723021 19455 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:00:21.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.723059 19455 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:00:21.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.723109 19455 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:00:21.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.723140 19455 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:34639/jwks.json
21:00:21.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.737739 19455 master_runner.cc:387] Master server non-default flags:
21:00:21.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:21.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.18.218.212:40341
21:00:21.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:21.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:21.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-2/data
21:00:21.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-2/wal
21:00:21.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41839
21:00:21.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:21.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.18.218.254:39485,127.18.218.253:41953,127.18.218.252:33659
21:00:21.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:21.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:21.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:21.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.18.218.252:33659
21:00:21.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:21.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:00:21.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:21.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:34639/jwks.json
21:00:21.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:21.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:21.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-2/data/info.pb
21:00:21.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.18.218.252
21:00:21.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:21.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:00:21.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:21.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:00:21.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:00:21.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:21.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-2/logs
21:00:21.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:21.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:00:21.741 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:00:21.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:00:21.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:00:21.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:00:21.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:00:21.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on bdcb31816ec0
21:00:21.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16877
21:00:21.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
21:00:21.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.740684 19455 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:00:21.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.742689 19455 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:00:21.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.752635 19464 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:21.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.752700 19463 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:21.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.753763 19455 server_base.cc:1061] running on GCE node
21:00:21.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.752700 19466 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:21.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.755100 19455 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:00:21.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.757107 19455 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:00:21.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.758076 19384 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } attempt: 2
21:00:21.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.758421 19455 hybrid_clock.cc:648] HybridClock initialized: now 1783544421758350 us; error 68 us; skew 500 ppm
21:00:21.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.758988 19455 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:00:21.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.760303 19384 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.218.252:33659: Network error: Client connection negotiation failed: client connection to 127.18.218.252:33659: connect: Connection refused (error 111)
21:00:21.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.761999 19455 webserver.cc:534] Webserver started at http://127.18.218.252:44047/ using document root <none> and password file <none>
21:00:21.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.762730 19455 fs_manager.cc:362] Metadata directory not provided
21:00:21.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.762823 19455 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:00:21.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.763114 19455 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:00:21.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.765498 19455 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-2/data/instance:
21:00:21.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c3d64c6cafb64b4ca5f6eafc0acfc47e"
21:00:21.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:21 on dist-test-slave-zb3m"
21:00:21.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.766242 19455 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-2/wal/instance:
21:00:21.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c3d64c6cafb64b4ca5f6eafc0acfc47e"
21:00:21.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:21 on dist-test-slave-zb3m"
21:00:21.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.771524 19455 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.003s
21:00:21.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.774892 19472 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:00:21.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.776264 19455 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
21:00:21.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.776392 19454 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } attempt: 4
21:00:21.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.776495 19455 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-2/data,/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-2/wal
21:00:21.776 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c3d64c6cafb64b4ca5f6eafc0acfc47e"
21:00:21.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:21 on dist-test-slave-zb3m"
21:00:21.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.776731 19455 fs_report.cc:389] FS layout report
21:00:21.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:00:21.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-2/wal
21:00:21.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-2/wal
21:00:21.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-2/data/data
21:00:21.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:00:21.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:00:21.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:00:21.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:00:21.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:00:21.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:00:21.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:00:21.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:00:21.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:00:21.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:00:21.778 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:00:21.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.779029 19454 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.18.218.252:33659: Network error: Client connection negotiation failed: client connection to 127.18.218.252:33659: connect: Connection refused (error 111)
21:00:21.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.792326 19455 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:00:21.793 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.793618 19455 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:00:21.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.793937 19455 kserver.cc:163] Server-wide thread pool size limit: 3276
21:00:21.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.812656 19455 rpc_server.cc:307] RPC server started. Bound to: 127.18.218.252:33659
21:00:21.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.812673 19523 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.18.218.252:33659 every 8 connection(s)
21:00:21.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.814267 19455 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-2/data/info.pb
21:00:21.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.818219 19307 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu as pid 19455
21:00:21.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.818359 19524 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:00:21.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.818401 19307 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster14511468584369708995/master-2/wal/instance
21:00:21.825 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.825192 19524 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.218.254" port: 39485 } has no permanent_uuid. Determining permanent_uuid...
21:00:21.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.835264 19524 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.218.253" port: 41953 } has no permanent_uuid. Determining permanent_uuid...
21:00:21.845 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.844808 19524 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } has no permanent_uuid. Determining permanent_uuid...
21:00:21.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.857623 19524 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c3d64c6cafb64b4ca5f6eafc0acfc47e: Bootstrap starting.
21:00:21.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.858953 19307 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
21:00:21.861 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:00:21.862 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.862625 19524 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c3d64c6cafb64b4ca5f6eafc0acfc47e: Neither blocks nor log segments found. Creating new log.
21:00:21.862 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

21:00:21.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.864537 19524 log.cc:826] T 00000000000000000000000000000000 P c3d64c6cafb64b4ca5f6eafc0acfc47e: Log is configured to *not* fsync() on all Append() calls
21:00:21.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.866532 19384 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } attempt: 3
21:00:21.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.868884 19524 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c3d64c6cafb64b4ca5f6eafc0acfc47e: No bootstrap required, opened a new log
21:00:21.872 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.18.218.254"
      port: 39485
    }
    bound_http_address {
      host: "127.18.218.254"
      port: 46703
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.18.218.253"
      port: 41953
    }
    bound_http_address {
      host: "127.18.218.253"
      port: 38991
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.18.218.252"
      port: 33659
    }
    bound_http_address {
      host: "127.18.218.252"
      port: 44047
    }
  }
}

21:00:21.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.877471 19524 raft_consensus.cc:359] T 00000000000000000000000000000000 P c3d64c6cafb64b4ca5f6eafc0acfc47e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a10670b578d40c39a5f7162636bdeec" member_type: VOTER last_known_addr { host: "127.18.218.254" port: 39485 } } peers { permanent_uuid: "e72c0d1366604c4b866c7598283afbd7" member_type: VOTER last_known_addr { host: "127.18.218.253" port: 41953 } } peers { permanent_uuid: "c3d64c6cafb64b4ca5f6eafc0acfc47e" member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } }
21:00:21.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.878264 19524 raft_consensus.cc:385] T 00000000000000000000000000000000 P c3d64c6cafb64b4ca5f6eafc0acfc47e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:00:21.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.878661 19524 raft_consensus.cc:740] T 00000000000000000000000000000000 P c3d64c6cafb64b4ca5f6eafc0acfc47e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c3d64c6cafb64b4ca5f6eafc0acfc47e, State: Initialized, Role: FOLLOWER
21:00:21.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.879659 19524 consensus_queue.cc:260] T 00000000000000000000000000000000 P c3d64c6cafb64b4ca5f6eafc0acfc47e [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: "3a10670b578d40c39a5f7162636bdeec" member_type: VOTER last_known_addr { host: "127.18.218.254" port: 39485 } } peers { permanent_uuid: "e72c0d1366604c4b866c7598283afbd7" member_type: VOTER last_known_addr { host: "127.18.218.253" port: 41953 } } peers { permanent_uuid: "c3d64c6cafb64b4ca5f6eafc0acfc47e" member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } }
21:00:21.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.881515 19384 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec: Bootstrap starting.
21:00:21.882 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

21:00:21.882 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:00:21.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.886468 19384 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec: Neither blocks nor log segments found. Creating new log.
21:00:21.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.887300 19529 sys_catalog.cc:455] T 00000000000000000000000000000000 P c3d64c6cafb64b4ca5f6eafc0acfc47e [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: "3a10670b578d40c39a5f7162636bdeec" member_type: VOTER last_known_addr { host: "127.18.218.254" port: 39485 } } peers { permanent_uuid: "e72c0d1366604c4b866c7598283afbd7" member_type: VOTER last_known_addr { host: "127.18.218.253" port: 41953 } } peers { permanent_uuid: "c3d64c6cafb64b4ca5f6eafc0acfc47e" member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } } }
21:00:21.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.887898 19529 sys_catalog.cc:458] T 00000000000000000000000000000000 P c3d64c6cafb64b4ca5f6eafc0acfc47e [sys.catalog]: This master's current role is: FOLLOWER
21:00:21.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.888264 19384 log.cc:826] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec: Log is configured to *not* fsync() on all Append() calls
21:00:21.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.888574 19524 sys_catalog.cc:565] T 00000000000000000000000000000000 P c3d64c6cafb64b4ca5f6eafc0acfc47e [sys.catalog]: configured and running, proceeding with master startup.
21:00:21.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.898151 19384 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec: No bootstrap required, opened a new log
21:00:21.904 [INFO - Metastore-Handler-Pool: Thread-39] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:00:21.904 [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=3c056393-cb79-48f6-90ea-3d2fa0880b01, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
21:00:21.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.906111 19384 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a10670b578d40c39a5f7162636bdeec" member_type: VOTER last_known_addr { host: "127.18.218.254" port: 39485 } } peers { permanent_uuid: "e72c0d1366604c4b866c7598283afbd7" member_type: VOTER last_known_addr { host: "127.18.218.253" port: 41953 } } peers { permanent_uuid: "c3d64c6cafb64b4ca5f6eafc0acfc47e" member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } }
21:00:21.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.906773 19384 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:00:21.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.907135 19384 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3a10670b578d40c39a5f7162636bdeec, State: Initialized, Role: FOLLOWER
21:00:21.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.907351 19541 client.h:373] Failed to connect to Hive Metastore (localhost:41839): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:21.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.908217 19384 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec [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: "3a10670b578d40c39a5f7162636bdeec" member_type: VOTER last_known_addr { host: "127.18.218.254" port: 39485 } } peers { permanent_uuid: "e72c0d1366604c4b866c7598283afbd7" member_type: VOTER last_known_addr { host: "127.18.218.253" port: 41953 } } peers { permanent_uuid: "c3d64c6cafb64b4ca5f6eafc0acfc47e" member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } }
21:00:21.914 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.907958 19455 master_runner.cc:187] Error getting master registration for 127.18.218.254:39485: OK, instance_id { permanent_uuid: "3a10670b578d40c39a5f7162636bdeec" instance_seqno: 1783544420917928 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
21:00:21.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.915117 19455 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
21:00:21.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.915614 19547 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec [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: "3a10670b578d40c39a5f7162636bdeec" member_type: VOTER last_known_addr { host: "127.18.218.254" port: 39485 } } peers { permanent_uuid: "e72c0d1366604c4b866c7598283afbd7" member_type: VOTER last_known_addr { host: "127.18.218.253" port: 41953 } } peers { permanent_uuid: "c3d64c6cafb64b4ca5f6eafc0acfc47e" member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } } }
21:00:21.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.915957 19547 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec [sys.catalog]: This master's current role is: FOLLOWER
21:00:21.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:21.918078 19384 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec [sys.catalog]: configured and running, proceeding with master startup.
21:00:21.918 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
21:00:21.918 [INFO - Metastore-Handler-Pool: Thread-36] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
21:00:21.919 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6b53e027, with PersistenceManager: null will be shutdown
21:00:21.919 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6b53e027, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@762c114d created in the thread with id: 36
21:00:21.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.924345 19545 catalog_manager.cc:1593] T 00000000000000000000000000000000 P c3d64c6cafb64b4ca5f6eafc0acfc47e: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
21:00:21.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:21.924830 19545 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
21:00:21.946 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6b53e027
21:00:22.023 [INFO - Metastore-Handler-Pool: Thread-40] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:00:22.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:22.023995 19559 client.h:373] Failed to connect to Hive Metastore (localhost:41839): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:22.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.030817 19318 master_runner.cc:187] Error getting master registration for 127.18.218.253:41953: OK, instance_id { permanent_uuid: "e72c0d1366604c4b866c7598283afbd7" instance_seqno: 1783544421366085 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
21:00:22.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.037147 19318 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
21:00:22.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:22.039958 19563 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
21:00:22.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:22.041250 19563 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
21:00:22.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:22.046211 19478 tablet.cc:2406] T 00000000000000000000000000000000 P c3d64c6cafb64b4ca5f6eafc0acfc47e: Can't schedule compaction. Clean time has not been advanced past its initial value.
21:00:22.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.078285 19454 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } attempt: 5
21:00:22.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.091584 19454 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e72c0d1366604c4b866c7598283afbd7: Bootstrap starting.
21:00:22.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.096182 19454 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P e72c0d1366604c4b866c7598283afbd7: Neither blocks nor log segments found. Creating new log.
21:00:22.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.099749 19454 log.cc:826] T 00000000000000000000000000000000 P e72c0d1366604c4b866c7598283afbd7: Log is configured to *not* fsync() on all Append() calls
21:00:22.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.113273 19454 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P e72c0d1366604c4b866c7598283afbd7: No bootstrap required, opened a new log
21:00:22.124 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.124428 19454 raft_consensus.cc:359] T 00000000000000000000000000000000 P e72c0d1366604c4b866c7598283afbd7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a10670b578d40c39a5f7162636bdeec" member_type: VOTER last_known_addr { host: "127.18.218.254" port: 39485 } } peers { permanent_uuid: "e72c0d1366604c4b866c7598283afbd7" member_type: VOTER last_known_addr { host: "127.18.218.253" port: 41953 } } peers { permanent_uuid: "c3d64c6cafb64b4ca5f6eafc0acfc47e" member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } }
21:00:22.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.129279 19547 raft_consensus.cc:493] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
21:00:22.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.129561 19547 raft_consensus.cc:515] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a10670b578d40c39a5f7162636bdeec" member_type: VOTER last_known_addr { host: "127.18.218.254" port: 39485 } } peers { permanent_uuid: "e72c0d1366604c4b866c7598283afbd7" member_type: VOTER last_known_addr { host: "127.18.218.253" port: 41953 } } peers { permanent_uuid: "c3d64c6cafb64b4ca5f6eafc0acfc47e" member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } }
21:00:22.132 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.131419 19547 leader_election.cc:290] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e72c0d1366604c4b866c7598283afbd7 (127.18.218.253:41953), c3d64c6cafb64b4ca5f6eafc0acfc47e (127.18.218.252:33659)
21:00:22.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.133926 19499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3a10670b578d40c39a5f7162636bdeec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c3d64c6cafb64b4ca5f6eafc0acfc47e" is_pre_election: true
21:00:22.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.134478 19499 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c3d64c6cafb64b4ca5f6eafc0acfc47e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3a10670b578d40c39a5f7162636bdeec in term 0.
21:00:22.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.135152 19335 leader_election.cc:304] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec [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: 3a10670b578d40c39a5f7162636bdeec, c3d64c6cafb64b4ca5f6eafc0acfc47e; no voters: 
21:00:22.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.136052 19547 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec [term 0 FOLLOWER]: Leader pre-election won for term 1
21:00:22.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.136193 19547 raft_consensus.cc:493] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
21:00:22.140 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.136276 19547 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec [term 0 FOLLOWER]: Advancing to term 1
21:00:22.141 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.139549 19547 raft_consensus.cc:515] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a10670b578d40c39a5f7162636bdeec" member_type: VOTER last_known_addr { host: "127.18.218.254" port: 39485 } } peers { permanent_uuid: "e72c0d1366604c4b866c7598283afbd7" member_type: VOTER last_known_addr { host: "127.18.218.253" port: 41953 } } peers { permanent_uuid: "c3d64c6cafb64b4ca5f6eafc0acfc47e" member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } }
21:00:22.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.141942 19499 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3a10670b578d40c39a5f7162636bdeec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c3d64c6cafb64b4ca5f6eafc0acfc47e"
21:00:22.145 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.142145 19499 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c3d64c6cafb64b4ca5f6eafc0acfc47e [term 0 FOLLOWER]: Advancing to term 1
21:00:22.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.146054 19499 raft_consensus.cc:2468] T 00000000000000000000000000000000 P c3d64c6cafb64b4ca5f6eafc0acfc47e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3a10670b578d40c39a5f7162636bdeec in term 1.
21:00:22.147 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.146895 19335 leader_election.cc:304] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec [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: 3a10670b578d40c39a5f7162636bdeec, c3d64c6cafb64b4ca5f6eafc0acfc47e; no voters: 
21:00:22.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.150344 19547 leader_election.cc:290] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec [CANDIDATE]: Term 1 election: Requested vote from peers e72c0d1366604c4b866c7598283afbd7 (127.18.218.253:41953), c3d64c6cafb64b4ca5f6eafc0acfc47e (127.18.218.252:33659)
21:00:22.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.151489 19547 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec [term 1 FOLLOWER]: Leader election won for term 1
21:00:22.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.152325 19547 raft_consensus.cc:697] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec [term 1 LEADER]: Becoming Leader. State: Replica: 3a10670b578d40c39a5f7162636bdeec, State: Running, Role: LEADER
21:00:22.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.154510 19547 consensus_queue.cc:237] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec [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: "3a10670b578d40c39a5f7162636bdeec" member_type: VOTER last_known_addr { host: "127.18.218.254" port: 39485 } } peers { permanent_uuid: "e72c0d1366604c4b866c7598283afbd7" member_type: VOTER last_known_addr { host: "127.18.218.253" port: 41953 } } peers { permanent_uuid: "c3d64c6cafb64b4ca5f6eafc0acfc47e" member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } }
21:00:22.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.156723 19454 raft_consensus.cc:385] T 00000000000000000000000000000000 P e72c0d1366604c4b866c7598283afbd7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:00:22.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:22.157738 19338 tablet.cc:2406] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec: Can't schedule compaction. Clean time has not been advanced past its initial value.
21:00:22.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.158062 19454 raft_consensus.cc:740] T 00000000000000000000000000000000 P e72c0d1366604c4b866c7598283afbd7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e72c0d1366604c4b866c7598283afbd7, State: Initialized, Role: FOLLOWER
21:00:22.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.162379 19454 consensus_queue.cc:260] T 00000000000000000000000000000000 P e72c0d1366604c4b866c7598283afbd7 [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: "3a10670b578d40c39a5f7162636bdeec" member_type: VOTER last_known_addr { host: "127.18.218.254" port: 39485 } } peers { permanent_uuid: "e72c0d1366604c4b866c7598283afbd7" member_type: VOTER last_known_addr { host: "127.18.218.253" port: 41953 } } peers { permanent_uuid: "c3d64c6cafb64b4ca5f6eafc0acfc47e" member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } }
21:00:22.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.172369 19566 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3a10670b578d40c39a5f7162636bdeec. Latest consensus state: current_term: 1 leader_uuid: "3a10670b578d40c39a5f7162636bdeec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a10670b578d40c39a5f7162636bdeec" member_type: VOTER last_known_addr { host: "127.18.218.254" port: 39485 } } peers { permanent_uuid: "e72c0d1366604c4b866c7598283afbd7" member_type: VOTER last_known_addr { host: "127.18.218.253" port: 41953 } } peers { permanent_uuid: "c3d64c6cafb64b4ca5f6eafc0acfc47e" member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } } }
21:00:22.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.173125 19566 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec [sys.catalog]: This master's current role is: LEADER
21:00:22.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.184526 19567 sys_catalog.cc:455] T 00000000000000000000000000000000 P e72c0d1366604c4b866c7598283afbd7 [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: "3a10670b578d40c39a5f7162636bdeec" member_type: VOTER last_known_addr { host: "127.18.218.254" port: 39485 } } peers { permanent_uuid: "e72c0d1366604c4b866c7598283afbd7" member_type: VOTER last_known_addr { host: "127.18.218.253" port: 41953 } } peers { permanent_uuid: "c3d64c6cafb64b4ca5f6eafc0acfc47e" member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } } }
21:00:22.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.186722 19567 sys_catalog.cc:458] T 00000000000000000000000000000000 P e72c0d1366604c4b866c7598283afbd7 [sys.catalog]: This master's current role is: FOLLOWER
21:00:22.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.189903 19569 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
21:00:22.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.191629 19429 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3a10670b578d40c39a5f7162636bdeec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e72c0d1366604c4b866c7598283afbd7" is_pre_election: true
21:00:22.192 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.192273 19428 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "3a10670b578d40c39a5f7162636bdeec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e72c0d1366604c4b866c7598283afbd7"
21:00:22.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.193228 19428 raft_consensus.cc:3060] T 00000000000000000000000000000000 P e72c0d1366604c4b866c7598283afbd7 [term 0 FOLLOWER]: Advancing to term 1
21:00:22.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.199306 19428 raft_consensus.cc:2468] T 00000000000000000000000000000000 P e72c0d1366604c4b866c7598283afbd7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3a10670b578d40c39a5f7162636bdeec in term 1.
21:00:22.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.200229 19454 sys_catalog.cc:565] T 00000000000000000000000000000000 P e72c0d1366604c4b866c7598283afbd7 [sys.catalog]: configured and running, proceeding with master startup.
21:00:22.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.203544 19569 catalog_manager.cc:1519] Initializing Kudu cluster ID...
21:00:22.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.217439 19499 raft_consensus.cc:1275] T 00000000000000000000000000000000 P c3d64c6cafb64b4ca5f6eafc0acfc47e [term 1 FOLLOWER]: Refusing update from remote peer 3a10670b578d40c39a5f7162636bdeec: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
21:00:22.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.218859 19566 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec [LEADER]: Connected to new peer: Peer: permanent_uuid: "c3d64c6cafb64b4ca5f6eafc0acfc47e" member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
21:00:22.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.238263 19428 raft_consensus.cc:1275] T 00000000000000000000000000000000 P e72c0d1366604c4b866c7598283afbd7 [term 1 FOLLOWER]: Refusing update from remote peer 3a10670b578d40c39a5f7162636bdeec: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
21:00:22.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.239586 19566 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec [LEADER]: Connected to new peer: Peer: permanent_uuid: "e72c0d1366604c4b866c7598283afbd7" member_type: VOTER last_known_addr { host: "127.18.218.253" port: 41953 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
21:00:22.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.246717 19529 sys_catalog.cc:455] T 00000000000000000000000000000000 P c3d64c6cafb64b4ca5f6eafc0acfc47e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3a10670b578d40c39a5f7162636bdeec. Latest consensus state: current_term: 1 leader_uuid: "3a10670b578d40c39a5f7162636bdeec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a10670b578d40c39a5f7162636bdeec" member_type: VOTER last_known_addr { host: "127.18.218.254" port: 39485 } } peers { permanent_uuid: "e72c0d1366604c4b866c7598283afbd7" member_type: VOTER last_known_addr { host: "127.18.218.253" port: 41953 } } peers { permanent_uuid: "c3d64c6cafb64b4ca5f6eafc0acfc47e" member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } } }
21:00:22.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.246978 19529 sys_catalog.cc:458] T 00000000000000000000000000000000 P c3d64c6cafb64b4ca5f6eafc0acfc47e [sys.catalog]: This master's current role is: FOLLOWER
21:00:22.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.260376 19529 sys_catalog.cc:455] T 00000000000000000000000000000000 P c3d64c6cafb64b4ca5f6eafc0acfc47e [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "3a10670b578d40c39a5f7162636bdeec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a10670b578d40c39a5f7162636bdeec" member_type: VOTER last_known_addr { host: "127.18.218.254" port: 39485 } } peers { permanent_uuid: "e72c0d1366604c4b866c7598283afbd7" member_type: VOTER last_known_addr { host: "127.18.218.253" port: 41953 } } peers { permanent_uuid: "c3d64c6cafb64b4ca5f6eafc0acfc47e" member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } } }
21:00:22.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.260654 19529 sys_catalog.cc:458] T 00000000000000000000000000000000 P c3d64c6cafb64b4ca5f6eafc0acfc47e [sys.catalog]: This master's current role is: FOLLOWER
21:00:22.261 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.261641 19547 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "3a10670b578d40c39a5f7162636bdeec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a10670b578d40c39a5f7162636bdeec" member_type: VOTER last_known_addr { host: "127.18.218.254" port: 39485 } } peers { permanent_uuid: "e72c0d1366604c4b866c7598283afbd7" member_type: VOTER last_known_addr { host: "127.18.218.253" port: 41953 } } peers { permanent_uuid: "c3d64c6cafb64b4ca5f6eafc0acfc47e" member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } } }
21:00:22.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.261920 19547 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec [sys.catalog]: This master's current role is: LEADER
21:00:22.262 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.262507 19571 mvcc.cc:204] Tried to move back new op lower bound from 7305397953378041856 to 7305397953176207360. Current Snapshot: MvccSnapshot[applied={T|T < 7305397953378041856}]
21:00:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.264396 19569 catalog_manager.cc:1382] Generated new cluster ID: a82ba53c1bb64f34b91e874958aca3d2
21:00:22.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.264715 19569 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
21:00:22.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.272071 19567 sys_catalog.cc:455] T 00000000000000000000000000000000 P e72c0d1366604c4b866c7598283afbd7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3a10670b578d40c39a5f7162636bdeec. Latest consensus state: current_term: 1 leader_uuid: "3a10670b578d40c39a5f7162636bdeec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a10670b578d40c39a5f7162636bdeec" member_type: VOTER last_known_addr { host: "127.18.218.254" port: 39485 } } peers { permanent_uuid: "e72c0d1366604c4b866c7598283afbd7" member_type: VOTER last_known_addr { host: "127.18.218.253" port: 41953 } } peers { permanent_uuid: "c3d64c6cafb64b4ca5f6eafc0acfc47e" member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } } }
21:00:22.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.272343 19567 sys_catalog.cc:458] T 00000000000000000000000000000000 P e72c0d1366604c4b866c7598283afbd7 [sys.catalog]: This master's current role is: FOLLOWER
21:00:22.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.276456 19566 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "3a10670b578d40c39a5f7162636bdeec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a10670b578d40c39a5f7162636bdeec" member_type: VOTER last_known_addr { host: "127.18.218.254" port: 39485 } } peers { permanent_uuid: "e72c0d1366604c4b866c7598283afbd7" member_type: VOTER last_known_addr { host: "127.18.218.253" port: 41953 } } peers { permanent_uuid: "c3d64c6cafb64b4ca5f6eafc0acfc47e" member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } } }
21:00:22.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.276702 19566 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec [sys.catalog]: This master's current role is: LEADER
21:00:22.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.288820 19575 mvcc.cc:204] Tried to move back new op lower bound from 7305397953378041856 to 7305397953176207360. Current Snapshot: MvccSnapshot[applied={T|T < 7305397953378041856}]
21:00:22.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.298755 19567 sys_catalog.cc:455] T 00000000000000000000000000000000 P e72c0d1366604c4b866c7598283afbd7 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "3a10670b578d40c39a5f7162636bdeec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3a10670b578d40c39a5f7162636bdeec" member_type: VOTER last_known_addr { host: "127.18.218.254" port: 39485 } } peers { permanent_uuid: "e72c0d1366604c4b866c7598283afbd7" member_type: VOTER last_known_addr { host: "127.18.218.253" port: 41953 } } peers { permanent_uuid: "c3d64c6cafb64b4ca5f6eafc0acfc47e" member_type: VOTER last_known_addr { host: "127.18.218.252" port: 33659 } } }
21:00:22.299 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.298996 19567 sys_catalog.cc:458] T 00000000000000000000000000000000 P e72c0d1366604c4b866c7598283afbd7 [sys.catalog]: This master's current role is: FOLLOWER
21:00:22.341 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.341391 19569 catalog_manager.cc:1405] Generated new certificate authority record
21:00:22.343 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.343633 19569 catalog_manager.cc:1539] Loading token signing keys...
21:00:22.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.380759 19569 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 3a10670b578d40c39a5f7162636bdeec: Generated new TSK 0
21:00:22.382 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.382287 19569 catalog_manager.cc:1549] Initializing in-progress tserver states...
21:00:22.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.383854 19569 catalog_manager.cc:1562] Loading latest processed Hive Metastore notification log event ID...
21:00:22.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.386085 19569 catalog_manager.cc:5918] Last processed Hive Metastore notification event ID: -1
21:00:22.405 [INFO - Metastore-Handler-Pool: Thread-41] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:00:22.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:22.406733 19589 client.h:373] Failed to connect to Hive Metastore (localhost:41839): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:22.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.410624 19593 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
21:00:22.833 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:22.847 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:22.847 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:22.915 [INFO - Metastore-Handler-Pool: Thread-42] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:00:22.917 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:22.917121 19541 client.h:373] Failed to connect to Hive Metastore (localhost:41839): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:22.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.927464 19545 catalog_manager.cc:1294] Loaded cluster ID: a82ba53c1bb64f34b91e874958aca3d2
21:00:22.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.927597 19545 catalog_manager.cc:1587] T 00000000000000000000000000000000 P c3d64c6cafb64b4ca5f6eafc0acfc47e: loading cluster ID for follower catalog manager: success
21:00:22.931 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.931344 19545 catalog_manager.cc:1609] T 00000000000000000000000000000000 P c3d64c6cafb64b4ca5f6eafc0acfc47e: acquiring CA information for follower catalog manager: success
21:00:22.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:22.934038 19545 catalog_manager.cc:1637] T 00000000000000000000000000000000 P c3d64c6cafb64b4ca5f6eafc0acfc47e: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
21:00:23.006 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
21:00:23.017 [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/hive11701137865204190826/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=3c056393-cb79-48f6-90ea-3d2fa0880b01, external.table.purge=TRUE, EXTERNAL=TRUE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
21:00:23.027 [INFO - Metastore-Handler-Pool: Thread-43] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:00:23.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:23.029181 19559 client.h:373] Failed to connect to Hive Metastore (localhost:41839): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:23.121 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive11701137865204190826/external-warehouse/table
21:00:23.272 [INFO - Metastore-Handler-Pool: Thread-36] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
21:00:23.275 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: non-Kudu table entry must not contain a table ID property (kudu.table_id)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
21:00:23.278 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:143)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

21:00:23.378 [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=c2281ddc-de85-4205-b499-6542c5902feb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.218.254:39485,127.18.218.253:41953,127.18.218.252:33659}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
21:00:23.382 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
21:00:23.386 [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/hive11701137865204190826/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=c2281ddc-de85-4205-b499-6542c5902feb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.218.254:39485,127.18.218.253:41953,127.18.218.252:33659}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
21:00:23.389 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive11701137865204190826/external-warehouse/table
21:00:23.409 [INFO - Metastore-Handler-Pool: Thread-51] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:00:23.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:23.411037 19589 client.h:373] Failed to connect to Hive Metastore (localhost:41839): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:23.421 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
21:00:23.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:23.425648 19593 catalog_manager.cc:1294] Loaded cluster ID: a82ba53c1bb64f34b91e874958aca3d2
21:00:23.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:23.427045 19593 catalog_manager.cc:1587] T 00000000000000000000000000000000 P e72c0d1366604c4b866c7598283afbd7: loading cluster ID for follower catalog manager: success
21:00:23.431 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
21:00:23.431 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
21:00:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:23.431447 19593 catalog_manager.cc:1609] T 00000000000000000000000000000000 P e72c0d1366604c4b866c7598283afbd7: acquiring CA information for follower catalog manager: success
21:00:23.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:23.434263 19593 catalog_manager.cc:1637] T 00000000000000000000000000000000 P e72c0d1366604c4b866c7598283afbd7: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
21:00:23.441 [DEBUG - Metastore-Handler-Pool: Thread-36] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@3378f067
21:00:23.475 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:1138) Java version: 17
21:00:23.475 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:616) -Dio.netty.noUnsafe: false
21:00:23.475 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:559) Thread.isVirtual() is not available: 
21:00:23.476 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:572) java.lang.BaseVirtualThread is not available: 
21:00:23.476 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:145) sun.misc.Unsafe.theUnsafe: available
21:00:23.477 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:208) sun.misc.Unsafe base methods: all available
21:00:23.478 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:240) sun.misc.Unsafe.storeFence: available
21:00:23.478 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:283) java.nio.Buffer.address: available
21:00:23.479 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:369) direct buffer constructor: unavailable: Reflective setAccessible(true) disabled
21:00:23.479 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:447) java.nio.Bits.unaligned: available, true
21:00:23.481 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:515) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class org.apache.kudu.shaded.io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @9225652
21:00:23.483 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent0.java:545) java.nio.DirectByteBuffer.<init>(long, {int,long}): unavailable
21:00:23.483 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1214) sun.misc.Unsafe: available
21:00:23.483 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1360) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
21:00:23.484 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1439) -Dio.netty.bitMode: 64 (sun.arch.data.model)
21:00:23.484 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:181) -Dio.netty.maxDirectMemory: -1 bytes
21:00:23.485 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:188) -Dio.netty.uninitializedArrayAllocationThreshold: -1
21:00:23.486 [DEBUG - Metastore-Handler-Pool: Thread-36] (CleanerJava9.java:71) java.nio.ByteBuffer.cleaner(): available
21:00:23.486 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:209) -Dio.netty.noPreferDirect: false
21:00:23.498 [DEBUG - Metastore-Handler-Pool: Thread-36] (PlatformDependent.java:1048) org.jctools-core.MpscChunkedArrayQueue: available
21:00:23.531 [DEBUG - Metastore-Handler-Pool: Thread-36] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 8
21:00:23.542 [DEBUG - Metastore-Handler-Pool: Thread-36] (GlobalEventExecutor.java:54) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
21:00:23.547 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
21:00:23.547 [DEBUG - Metastore-Handler-Pool: Thread-36] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
21:00:23.556 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
21:00:23.556 [DEBUG - Metastore-Handler-Pool: Thread-36] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
21:00:23.600 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:161) -Dio.netty.allocator.numHeapArenas: 8
21:00:23.600 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:162) -Dio.netty.allocator.numDirectArenas: 8
21:00:23.600 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:164) -Dio.netty.allocator.pageSize: 8192
21:00:23.600 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.maxOrder: 9
21:00:23.600 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.chunkSize: 4194304
21:00:23.601 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.smallCacheSize: 256
21:00:23.601 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.normalCacheSize: 64
21:00:23.601 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
21:00:23.601 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:177) -Dio.netty.allocator.cacheTrimInterval: 8192
21:00:23.601 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:178) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
21:00:23.601 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:179) -Dio.netty.allocator.useCacheForAllThreads: false
21:00:23.601 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:180) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
21:00:23.601 [DEBUG - Metastore-Handler-Pool: Thread-36] (PooledByteBufAllocator.java:182) -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false
21:00:23.614 [DEBUG - Metastore-Handler-Pool: Thread-36] (CompositeStrategy.java:59) Unable to load modern Subject methods, relying only on legacy methods
java.lang.NoSuchMethodException: javax.security.auth.Subject.current()
	at java.base/java.lang.Class.getDeclaredMethod(Class.java:2677)
	at org.apache.kudu.client.internals.ModernStrategy.<init>(ModernStrategy.java:51)
	at org.apache.kudu.client.internals.CompositeStrategy.<init>(CompositeStrategy.java:52)
	at org.apache.kudu.client.internals.CompositeStrategy.<clinit>(CompositeStrategy.java:41)
	at org.apache.kudu.client.internals.SecurityManagerCompatibility.get(SecurityManagerCompatibility.java:43)
	at org.apache.kudu.client.SecurityContext.setupSubject(SecurityContext.java:155)
	at org.apache.kudu.client.SecurityContext.<init>(SecurityContext.java:138)
	at org.apache.kudu.client.AsyncKuduClient.<init>(AsyncKuduClient.java:431)
	at org.apache.kudu.client.AsyncKuduClient$AsyncKuduClientBuilder.build(AsyncKuduClient.java:3109)
	at org.apache.kudu.client.KuduClient$KuduClientBuilder.build(KuduClient.java:769)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.lambda$getKuduClient$0(KuduMetastorePlugin.java:604)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.getKuduClient(KuduMetastorePlugin.java:600)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.kuduSyncEnabled(KuduMetastorePlugin.java:581)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:154)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
21:00:23.616 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
21:00:23.638 [DEBUG - Metastore-Handler-Pool: Thread-36] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
21:00:23.827 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.18.218.254:39485(127.18.218.254:39485)] connecting to peer
21:00:23.835 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:84) -Dio.netty.processId: 19255 (auto-detected)
21:00:23.838 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:149) -Djava.net.preferIPv4Stack: true
21:00:23.838 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:150) -Djava.net.preferIPv6Addresses: false
21:00:23.840 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
21:00:23.841 [DEBUG - Metastore-Handler-Pool: Thread-36] (NetUtil.java:198) /proc/sys/net/core/somaxconn: 4096
21:00:23.842 [DEBUG - Metastore-Handler-Pool: Thread-36] (DefaultChannelId.java:106) -Dio.netty.machineId: 02:42:3d:ff:fe:1b:be:b8 (auto-detected)
21:00:23.868 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:89) -Dio.netty.allocator.type: pooled
21:00:23.869 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:101) -Dio.netty.threadLocalDirectBufferSize: 0
21:00:23.869 [DEBUG - Metastore-Handler-Pool: Thread-36] (ByteBufUtil.java:104) -Dio.netty.maxThreadLocalCharBufferSize: 16384
21:00:23.875 [DEBUG - Metastore-Handler-Pool: Thread-36] (ChannelInitializerExtensions.java:54) -Dio.netty.bootstrap.extensions: null
21:00:23.880 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.18.218.253:41953(127.18.218.253:41953)] connecting to peer
21:00:23.889 [DEBUG - Metastore-Handler-Pool: Thread-36] (Connection.java:748) [peer master-127.18.218.252:33659(127.18.218.252:33659)] connecting to peer
21:00:23.904 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.18.218.252:33659(127.18.218.252:33659)] Successfully connected to peer
21:00:23.905 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.18.218.253:41953(127.18.218.253:41953)] Successfully connected to peer
21:00:23.908 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.18.218.254:39485(127.18.218.254:39485)] Successfully connected to peer
21:00:23.927 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
21:00:23.927 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
21:00:23.927 [DEBUG - kudu-nio-1] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@15a50f68
21:00:23.932 [DEBUG - kudu-nio-1] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
21:00:23.932 [DEBUG - kudu-nio-1] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
21:00:23.932 [DEBUG - kudu-nio-1] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
21:00:23.932 [DEBUG - kudu-nio-1] (Recycler.java:99) -Dio.netty.recycler.blocking: false
21:00:23.933 [DEBUG - kudu-nio-1] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
21:00:23.940 [INFO - Metastore-Handler-Pool: Thread-56] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:00:23.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:23.941030 19541 client.h:373] Failed to connect to Hive Metastore (localhost:41839): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:24.002 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.18.218.252
21:00:24.002 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.18.218.254
21:00:24.002 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.18.218.253
21:00:24.044 [INFO - Metastore-Handler-Pool: Thread-57] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:00:24.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:24.044755 19559 client.h:373] Failed to connect to Hive Metastore (localhost:41839): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:24.260 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
21:00:24.260 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
21:00:24.261 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
21:00:24.284 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xdc1c6f62, L:/127.0.0.1:33490 - R:/127.18.218.253:41953] using SASL/PLAIN
21:00:24.285 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xc4ac5660, L:/127.0.0.1:50202 - R:/127.18.218.254:39485] using SASL/PLAIN
21:00:24.285 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x2b798e03, L:/127.0.0.1:36130 - R:/127.18.218.252:33659] using SASL/PLAIN
21:00:24.333 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
21:00:24.340 [WARN - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:2654) create_table_req got 
org.apache.hadoop.hive.metastore.api.MetaException: Kudu tables may not be created through Hive
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
21:00:24.340 [ERROR - Metastore-Handler-Pool: Thread-36] (RetryingHMSHandler.java:148) MetaException(message:Kudu tables may not be created through Hive)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onCreateTable(KuduMetastorePlugin.java:161)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$24.notify(MetaStoreListenerNotifier.java:121)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_core(HMSHandler.java:2515)
	at org.apache.hadoop.hive.metastore.HMSHandler.create_table_req(HMSHandler.java:2651)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.create_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20241)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$create_table_req.getResult(ThriftHiveMetastore.java:20220)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

21:00:24.378 [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=f9d741bc-ac81-40aa-917c-392e2441fd9d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.218.254:39485,127.18.218.253:41953,127.18.218.252:33659}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
21:00:24.382 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
21:00:24.385 [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/hive11701137865204190826/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=f9d741bc-ac81-40aa-917c-392e2441fd9d, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.218.254:39485,127.18.218.253:41953,127.18.218.252:33659}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
21:00:24.388 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive11701137865204190826/external-warehouse/table
21:00:24.413 [INFO - Metastore-Handler-Pool: Thread-60] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:00:24.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:24.414224 19589 client.h:373] Failed to connect to Hive Metastore (localhost:41839): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:24.484 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:00:24.566 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
21:00:24.576 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
21:00:24.727 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:24.953 [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=	
21:00:24.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:24.954254 19541 client.h:373] Failed to connect to Hive Metastore (localhost:41839): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:25.014 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:25.048 [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=	
21:00:25.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:25.054457 19559 client.h:373] Failed to connect to Hive Metastore (localhost:41839): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:25.064 [WARN - Metastore-Handler-Pool: Thread-36] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:25.121 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
21:00:25.288 [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=b0c1a759-a629-4503-9242-f51fea7856bb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.218.254:39485,127.18.218.253:41953,127.18.218.252:33659}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
21:00:25.293 [INFO - Metastore-Handler-Pool: Thread-36] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
21:00:25.296 [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/hive11701137865204190826/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=b0c1a759-a629-4503-9242-f51fea7856bb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.18.218.254:39485,127.18.218.253:41953,127.18.218.252:33659}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
21:00:25.298 [INFO - Metastore-Handler-Pool: Thread-36] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive11701137865204190826/external-warehouse/table
21:00:25.337 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:00:25.366 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:3711) Skipping translation for processor with null
21:00:25.367 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
21:00:25.423 [INFO - Metastore-Handler-Pool: Thread-64] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:00:25.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:25.423980 19589 client.h:373] Failed to connect to Hive Metastore (localhost:41839): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:25.435 [WARN - Metastore-Handler-Pool: Thread-36] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
21:00:25.457 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
21:00:25.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:25.457820 19307 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu pid 19318
21:00:25.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:25.459391 19379 generic_service.cc:196] Checking for leaks (request via RPC)
21:00:25.465 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
21:00:25.465 [INFO - Metastore-Handler-Pool: Thread-36] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@6b53e027, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@762c114d will be shutdown
21:00:25.465 [INFO - Metastore-Handler-Pool: Thread-36] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
21:00:25.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:25.576646 19307 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu with pid 19318
21:00:25.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:25.592758 19307 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu pid 19385
21:00:25.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:25.592764 19403 connection.cc:573] server connection from 127.0.0.1:33460 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
21:00:25.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:25.593991 19449 generic_service.cc:196] Checking for leaks (request via RPC)
21:00:25.595 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.18.218.254:39485(127.18.218.254:39485)] handling channelInactive
21:00:25.596 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.18.218.254:39485(127.18.218.254:39485)] cleaning up while in state READY due to: connection closed
21:00:25.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:25.694587 19307 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu with pid 19385
21:00:25.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:25.709923 19307 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu pid 19455
21:00:25.710 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.18.218.253:41953(127.18.218.253:41953)] handling channelInactive
21:00:25.710 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.18.218.253:41953(127.18.218.253:41953)] cleaning up while in state READY due to: connection closed
21:00:25.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:25.711004 19519 generic_service.cc:196] Checking for leaks (request via RPC)
21:00:25.813 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:25.813558 19307 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu with pid 19455
21:00:25.830 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.18.218.252:33659(127.18.218.252:33659)] handling channelInactive
21:00:25.830 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.18.218.252:33659(127.18.218.252:33659)] cleaning up while in state READY due to: connection closed
21:00:25.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:00:25Z chronyd exiting
.21:00:25.952 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
21:00:25.953 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
21:00:25.953 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
21:00:25.970 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive14814238745906042794
21:00:25.972 [INFO - Thread-40] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
21:00:25.972 [INFO - Thread-40] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
21:00:25.975 [INFO - Thread-40] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
21:00:25.976 [INFO - Thread-40] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
21:00:25.976 [INFO - Thread-40] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
21:00:25.980 [INFO - Thread-40] (HikariDataSource.java:350) objectstore - Shutdown initiated...
21:00:25.983 [INFO - Thread-40] (HikariDataSource.java:352) objectstore - Shutdown completed.
21:00:25.983 [INFO - Thread-40] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
21:00:25.984 [INFO - Thread-40] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
21:00:25.984 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
21:00:25.986 [INFO - Thread-40] (HikariDataSource.java:80) objectstore - Starting...
21:00:26.065 [INFO - Thread-40] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
21:00:26.065 [INFO - Thread-40] (HikariDataSource.java:82) objectstore - Start completed.
21:00:26.066 [INFO - Thread-40] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
21:00:26.067 [INFO - Thread-40] (HikariDataSource.java:80) objectstore-secondary - Starting...
21:00:26.069 [INFO - Thread-40] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
21:00:26.069 [INFO - Thread-40] (HikariDataSource.java:82) objectstore-secondary - Start completed.
21:00:26.091 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
21:00:26.092 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
21:00:26.092 [INFO - Thread-40] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
21:00:26.144 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:26.146 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:26.146 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:26.147 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:26.148 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:26.148 [WARN - Thread-40] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:26.441 [INFO - Thread-40] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
21:00:26.442 [INFO - Thread-40] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3e73930, with PersistenceManager: null will be shutdown
21:00:26.442 [INFO - Thread-40] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3e73930, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@34c97768 created in the thread with id: 65
21:00:26.444 [WARN - Thread-40] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
21:00:26.445 [INFO - Thread-40] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@3e73930
21:00:26.573 [INFO - Thread-40] (HMSHandler.java:595) Started creating a default database with name: default
21:00:26.596 [INFO - Thread-40] (HMSHandler.java:605) Successfully created a default database with name: default
21:00:26.630 [INFO - Thread-40] (HMSHandler.java:668) Added admin role in metastore
21:00:26.632 [INFO - Thread-40] (HMSHandler.java:677) Added public role in metastore
21:00:26.669 [INFO - Thread-40] (HMSHandler.java:717) No user is added in admin role, since config is empty
21:00:26.670 [INFO - Thread-40] (HMSHandler.java:404) HMS server filtering is disabled by configuration
21:00:26.670 [INFO - Thread-40] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
21:00:26.671 [INFO - Thread-40] (HiveMetaStore.java:697) Direct SQL optimization = true
21:00:26.671 [WARN - Thread-40] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
21:00:26.671 [INFO - Thread-40] (HiveMetaStore.java:632) Started the new metaserver on port [46093]...
21:00:26.671 [INFO - Thread-40] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
21:00:26.671 [INFO - Thread-40] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
21:00:26.671 [INFO - Thread-40] (HiveMetaStore.java:635) TCP keepalive = true
21:00:26.672 [INFO - Thread-40] (HiveMetaStore.java:636) Enable SSL = false
21:00:26.973 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
21:00:26.973 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
21:00:26.973 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
21:00:26.977 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
21:00:26.977 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:46093]
21:00:26.977 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:46093) in binary transport mode
21:00:26.978 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:46093) current connections: 1
21:00:26.979 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskFFU0Td/test-tmp
21:00:26.979 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
21:00:26.980 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskFFU0Td/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
21:00:26.982 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:46093"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

21:00:27.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.299836 19656 mini_oidc.cc:150] Starting JWKS server
21:00:27.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.301975 19656 webserver.cc:534] Webserver started at http://127.0.0.1:44791/ using document root <none> and password file <none>
21:00:27.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.302174 19656 mini_oidc.cc:186] Starting OIDC Discovery server
21:00:27.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.302642 19656 webserver.cc:534] Webserver started at http://127.0.0.1:36183/ using document root <none> and password file <none>
21:00:27.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:00:27Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
21:00:27.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:00:27Z Disabled control of system clock
21:00:27.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.327878 19656 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:27.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:27.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-0/wal
21:00:27.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-0/data
21:00:27.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:00:27.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:00:27.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:00:27.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:27.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:27.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:27.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-0/logs
21:00:27.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-0/data/info.pb
21:00:27.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:27.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:00:27.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:00:27.328 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:00:27.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:00:27.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:27.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:27.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:27.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:00:27.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:00:27.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:27.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:27.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.50.62:33119
21:00:27.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.50.62
21:00:27.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:27.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.50.20:45905
21:00:27.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:27.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:27.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:27.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:27.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.50.62:33119,127.19.50.61:40047,127.19.50.60:43237
21:00:27.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:27.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44791/jwks.json
21:00:27.329 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46093 with env {}
21:00:27.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:27.644016 19667 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:00:27.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:27.644304 19667 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:00:27.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:27.644374 19667 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:00:27.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:27.652298 19667 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:00:27.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:27.652388 19667 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:00:27.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:27.652441 19667 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:00:27.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:27.652478 19667 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:00:27.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:27.652526 19667 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:00:27.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:27.652557 19667 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44791/jwks.json
21:00:27.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.662412 19667 master_runner.cc:387] Master server non-default flags:
21:00:27.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:27.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.50.20:45905
21:00:27.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:27.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:27.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-0/data
21:00:27.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-0/wal
21:00:27.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46093
21:00:27.662 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.50.62:33119,127.19.50.61:40047,127.19.50.60:43237
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.50.62:33119
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44791/jwks.json
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-0/data/info.pb
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.50.62
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-0/logs
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on bdcb31816ec0
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16877
21:00:27.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
21:00:27.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.664305 19667 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:00:27.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.666543 19667 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:00:27.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:27.673740 19672 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:27.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:27.674114 19673 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:27.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:27.675555 19675 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:27.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.675956 19667 server_base.cc:1061] running on GCE node
21:00:27.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.676689 19667 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:00:27.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.678136 19667 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:00:27.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.679368 19667 hybrid_clock.cc:648] HybridClock initialized: now 1783544427679318 us; error 33 us; skew 500 ppm
21:00:27.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.679759 19667 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:00:27.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.681983 19667 webserver.cc:534] Webserver started at http://127.19.50.62:43805/ using document root <none> and password file <none>
21:00:27.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.682708 19667 fs_manager.cc:362] Metadata directory not provided
21:00:27.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.682811 19667 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:00:27.683 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.683184 19667 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:00:27.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.685482 19667 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-0/data/instance:
21:00:27.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4dbaab16d98146efbfdfa8a556289f66"
21:00:27.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:27 on dist-test-slave-zb3m"
21:00:27.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.686312 19667 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-0/wal/instance:
21:00:27.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4dbaab16d98146efbfdfa8a556289f66"
21:00:27.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:27 on dist-test-slave-zb3m"
21:00:27.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.691486 19667 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.001s
21:00:27.694 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.694813 19681 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:00:27.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.696091 19667 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
21:00:27.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.696254 19667 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-0/data,/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-0/wal
21:00:27.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4dbaab16d98146efbfdfa8a556289f66"
21:00:27.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:27 on dist-test-slave-zb3m"
21:00:27.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.696489 19667 fs_report.cc:389] FS layout report
21:00:27.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:00:27.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-0/wal
21:00:27.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-0/wal
21:00:27.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-0/data/data
21:00:27.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:00:27.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:00:27.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:00:27.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:00:27.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:00:27.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:00:27.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:00:27.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:00:27.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:00:27.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:00:27.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:00:27.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.715519 19667 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:00:27.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.716383 19667 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:00:27.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.716665 19667 kserver.cc:163] Server-wide thread pool size limit: 3276
21:00:27.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.736472 19667 rpc_server.cc:307] RPC server started. Bound to: 127.19.50.62:33119
21:00:27.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.736496 19732 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.19.50.62:33119 every 8 connection(s)
21:00:27.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.738067 19667 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-0/data/info.pb
21:00:27.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.742252 19733 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:00:27.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.743829 19656 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu as pid 19667
21:00:27.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.744123 19656 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-0/wal/instance
21:00:27.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.746351 19656 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:27.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:27.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-1/wal
21:00:27.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-1/data
21:00:27.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:00:27.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:00:27.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:00:27.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:27.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:27.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:27.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-1/logs
21:00:27.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-1/data/info.pb
21:00:27.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:27.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:00:27.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:00:27.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:00:27.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:00:27.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:27.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:27.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:27.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:00:27.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:00:27.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:27.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:27.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.50.61:40047
21:00:27.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.50.61
21:00:27.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:27.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.50.20:45905
21:00:27.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:27.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:27.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:27.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:27.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.50.62:33119,127.19.50.61:40047,127.19.50.60:43237
21:00:27.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:27.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44791/jwks.json
21:00:27.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46093 with env {}
21:00:27.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.747912 19733 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.50.62" port: 33119 } has no permanent_uuid. Determining permanent_uuid...
21:00:27.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.766589 19733 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.50.61" port: 40047 } has no permanent_uuid. Determining permanent_uuid...
21:00:27.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:27.767709 19685 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.19.50.61:40047: connect: Connection refused (error 111)
21:00:27.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:27.769281 19733 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.50.61:40047: Network error: Client connection negotiation failed: client connection to 127.19.50.61:40047: connect: Connection refused (error 111)
21:00:27.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.818626 19733 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.50.61" port: 40047 } attempt: 1
21:00:27.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:27.820755 19733 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.50.61:40047: Network error: Client connection negotiation failed: client connection to 127.19.50.61:40047: connect: Connection refused (error 111)
21:00:27.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.889034 19733 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.50.61" port: 40047 } attempt: 2
21:00:27.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:27.891340 19733 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.50.61:40047: Network error: Client connection negotiation failed: client connection to 127.19.50.61:40047: connect: Connection refused (error 111)
21:00:27.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:27.982651 19733 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.50.61" port: 40047 } attempt: 3
21:00:27.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:27.984784 19733 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.50.61:40047: Network error: Client connection negotiation failed: client connection to 127.19.50.61:40047: connect: Connection refused (error 111)
21:00:28.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.068524 19734 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:00:28.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.068897 19734 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:00:28.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.069054 19734 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:00:28.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.077656 19734 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:00:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.077769 19734 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:00:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.077845 19734 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:00:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.077899 19734 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:00:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.077981 19734 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:00:28.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.078032 19734 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44791/jwks.json
21:00:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.088351 19734 master_runner.cc:387] Master server non-default flags:
21:00:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.50.20:45905
21:00:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:28.088 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-1/data
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-1/wal
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46093
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.50.62:33119,127.19.50.61:40047,127.19.50.60:43237
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.50.61:40047
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44791/jwks.json
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-1/data/info.pb
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.50.61
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-1/logs
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on bdcb31816ec0
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16877
21:00:28.089 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
21:00:28.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.090045 19734 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:00:28.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.091769 19734 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:00:28.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.099854 19743 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:28.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.099850 19745 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:28.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.100693 19734 server_base.cc:1061] running on GCE node
21:00:28.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.099843 19742 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:28.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.101814 19734 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:00:28.103 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.103183 19734 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:00:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.104382 19734 hybrid_clock.cc:648] HybridClock initialized: now 1783544428104330 us; error 43 us; skew 500 ppm
21:00:28.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.104715 19734 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:00:28.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.107614 19734 webserver.cc:534] Webserver started at http://127.19.50.61:41377/ using document root <none> and password file <none>
21:00:28.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.108387 19734 fs_manager.cc:362] Metadata directory not provided
21:00:28.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.108497 19734 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:00:28.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.108937 19734 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:00:28.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.111475 19734 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-1/data/instance:
21:00:28.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2f04b132c5f74c439a0a4af8217d1c2e"
21:00:28.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:28 on dist-test-slave-zb3m"
21:00:28.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.112233 19734 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-1/wal/instance:
21:00:28.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2f04b132c5f74c439a0a4af8217d1c2e"
21:00:28.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:28 on dist-test-slave-zb3m"
21:00:28.117 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.117486 19734 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.003s
21:00:28.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.120934 19751 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:00:28.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.122336 19734 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
21:00:28.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.122510 19734 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-1/data,/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-1/wal
21:00:28.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2f04b132c5f74c439a0a4af8217d1c2e"
21:00:28.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:28 on dist-test-slave-zb3m"
21:00:28.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.122757 19734 fs_report.cc:389] FS layout report
21:00:28.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:00:28.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-1/wal
21:00:28.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-1/wal
21:00:28.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-1/data/data
21:00:28.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:00:28.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:00:28.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:00:28.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:00:28.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:00:28.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:00:28.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:00:28.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:00:28.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:00:28.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:00:28.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:00:28.128 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.128063 19733 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.50.61" port: 40047 } attempt: 4
21:00:28.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.130100 19733 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.50.61:40047: Network error: Client connection negotiation failed: client connection to 127.19.50.61:40047: connect: Connection refused (error 111)
21:00:28.148 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.148541 19734 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:00:28.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.149585 19734 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:00:28.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.149896 19734 kserver.cc:163] Server-wide thread pool size limit: 3276
21:00:28.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.170447 19734 rpc_server.cc:307] RPC server started. Bound to: 127.19.50.61:40047
21:00:28.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.170466 19802 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.19.50.61:40047 every 8 connection(s)
21:00:28.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.172043 19734 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-1/data/info.pb
21:00:28.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.173025 19656 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu as pid 19734
21:00:28.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.173164 19656 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-1/wal/instance
21:00:28.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.174068 19656 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:28.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:28.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-2/wal
21:00:28.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-2/data
21:00:28.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:00:28.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:00:28.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:00:28.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:28.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:28.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:28.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-2/logs
21:00:28.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-2/data/info.pb
21:00:28.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:28.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:00:28.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:00:28.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:00:28.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:00:28.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:28.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:28.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:28.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:00:28.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:00:28.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:28.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:28.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.50.60:43237
21:00:28.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.50.60
21:00:28.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:28.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.50.20:45905
21:00:28.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:28.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:28.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:28.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:28.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.50.62:33119,127.19.50.61:40047,127.19.50.60:43237
21:00:28.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:28.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44791/jwks.json
21:00:28.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46093 with env {}
21:00:28.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.177819 19803 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:00:28.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.186059 19803 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.50.62" port: 33119 } has no permanent_uuid. Determining permanent_uuid...
21:00:28.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.203963 19803 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.50.61" port: 40047 } has no permanent_uuid. Determining permanent_uuid...
21:00:28.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.213996 19803 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } has no permanent_uuid. Determining permanent_uuid...
21:00:28.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.215122 19755 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.19.50.60:43237: connect: Connection refused (error 111)
21:00:28.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.216743 19803 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.50.60:43237: Network error: Client connection negotiation failed: client connection to 127.19.50.60:43237: connect: Connection refused (error 111)
21:00:28.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.266137 19803 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } attempt: 1
21:00:28.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.268219 19803 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.50.60:43237: Network error: Client connection negotiation failed: client connection to 127.19.50.60:43237: connect: Connection refused (error 111)
21:00:28.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.336552 19803 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } attempt: 2
21:00:28.339 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.339139 19803 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.50.60:43237: Network error: Client connection negotiation failed: client connection to 127.19.50.60:43237: connect: Connection refused (error 111)
21:00:28.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.429337 19733 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.50.61" port: 40047 } attempt: 5
21:00:28.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.430403 19803 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } attempt: 3
21:00:28.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.432417 19803 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.50.60:43237: Network error: Client connection negotiation failed: client connection to 127.19.50.60:43237: connect: Connection refused (error 111)
21:00:28.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.436286 19733 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } has no permanent_uuid. Determining permanent_uuid...
21:00:28.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.438632 19733 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.50.60:43237: Network error: Client connection negotiation failed: client connection to 127.19.50.60:43237: connect: Connection refused (error 111)
21:00:28.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.489872 19733 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } attempt: 1
21:00:28.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.492252 19733 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.50.60:43237: Network error: Client connection negotiation failed: client connection to 127.19.50.60:43237: connect: Connection refused (error 111)
21:00:28.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.513480 19804 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:00:28.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.513775 19804 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:00:28.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.513852 19804 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:00:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.522007 19804 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:00:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.522109 19804 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:00:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.522162 19804 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:00:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.522200 19804 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:00:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.522249 19804 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:00:28.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.522281 19804 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:44791/jwks.json
21:00:28.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.532356 19804 master_runner.cc:387] Master server non-default flags:
21:00:28.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:28.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.50.20:45905
21:00:28.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-2/data
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-2/wal
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:46093
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.50.62:33119,127.19.50.61:40047,127.19.50.60:43237
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.50.60:43237
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:44791/jwks.json
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-2/data/info.pb
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.50.60
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-2/logs
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:00:28.533 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on bdcb31816ec0
21:00:28.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16877
21:00:28.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
21:00:28.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.533888 19804 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:00:28.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.535549 19804 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:00:28.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.543898 19815 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:28.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.543927 19813 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:28.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.543980 19812 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:28.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.546084 19804 server_base.cc:1061] running on GCE node
21:00:28.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.547008 19804 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:00:28.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.548813 19804 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:00:28.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.550053 19804 hybrid_clock.cc:648] HybridClock initialized: now 1783544428549999 us; error 81 us; skew 500 ppm
21:00:28.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.550380 19804 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:00:28.552 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.552533 19804 webserver.cc:534] Webserver started at http://127.19.50.60:44181/ using document root <none> and password file <none>
21:00:28.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.553323 19804 fs_manager.cc:362] Metadata directory not provided
21:00:28.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.553421 19804 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:00:28.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.553717 19804 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:00:28.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.556054 19804 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-2/data/instance:
21:00:28.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "85c73103f312457da150314f3034c2f6"
21:00:28.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:28 on dist-test-slave-zb3m"
21:00:28.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.556798 19804 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-2/wal/instance:
21:00:28.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "85c73103f312457da150314f3034c2f6"
21:00:28.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:28 on dist-test-slave-zb3m"
21:00:28.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.560494 19733 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } attempt: 2
21:00:28.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.562541 19804 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.001s
21:00:28.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.562613 19733 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.50.60:43237: Network error: Client connection negotiation failed: client connection to 127.19.50.60:43237: connect: Connection refused (error 111)
21:00:28.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.566102 19821 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:00:28.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.567449 19804 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
21:00:28.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.567633 19804 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-2/data,/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-2/wal
21:00:28.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "85c73103f312457da150314f3034c2f6"
21:00:28.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:28 on dist-test-slave-zb3m"
21:00:28.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.567878 19804 fs_report.cc:389] FS layout report
21:00:28.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:00:28.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-2/wal
21:00:28.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-2/wal
21:00:28.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-2/data/data
21:00:28.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:00:28.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:00:28.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:00:28.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:00:28.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:00:28.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:00:28.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:00:28.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:00:28.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:00:28.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:00:28.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:00:28.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.575644 19803 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } attempt: 4
21:00:28.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.577579 19803 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.50.60:43237: Network error: Client connection negotiation failed: client connection to 127.19.50.60:43237: connect: Connection refused (error 111)
21:00:28.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.587920 19804 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:00:28.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.589186 19804 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:00:28.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.589497 19804 kserver.cc:163] Server-wide thread pool size limit: 3276
21:00:28.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.612903 19804 rpc_server.cc:307] RPC server started. Bound to: 127.19.50.60:43237
21:00:28.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.612941 19872 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.19.50.60:43237 every 8 connection(s)
21:00:28.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.614499 19804 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-2/data/info.pb
21:00:28.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.620149 19873 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:00:28.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.621692 19656 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu as pid 19804
21:00:28.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.621868 19656 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster9625914705534030235/master-2/wal/instance
21:00:28.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.629830 19873 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.50.62" port: 33119 } has no permanent_uuid. Determining permanent_uuid...
21:00:28.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.652086 19873 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.50.61" port: 40047 } has no permanent_uuid. Determining permanent_uuid...
21:00:28.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.664521 19873 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } has no permanent_uuid. Determining permanent_uuid...
21:00:28.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.668823 19733 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } attempt: 3
21:00:28.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.680716 19873 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 85c73103f312457da150314f3034c2f6: Bootstrap starting.
21:00:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.684974 19733 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66: Bootstrap starting.
21:00:28.685 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.685673 19873 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 85c73103f312457da150314f3034c2f6: Neither blocks nor log segments found. Creating new log.
21:00:28.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.686805 19873 log.cc:826] T 00000000000000000000000000000000 P 85c73103f312457da150314f3034c2f6: Log is configured to *not* fsync() on all Append() calls
21:00:28.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.688551 19656 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
21:00:28.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.689889 19873 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 85c73103f312457da150314f3034c2f6: No bootstrap required, opened a new log
21:00:28.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.690294 19733 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66: Neither blocks nor log segments found. Creating new log.
21:00:28.690 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:00:28.691 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

21:00:28.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.691834 19733 log.cc:826] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66: Log is configured to *not* fsync() on all Append() calls
21:00:28.692 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.19.50.62"
      port: 33119
    }
    bound_http_address {
      host: "127.19.50.62"
      port: 43805
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.19.50.61"
      port: 40047
    }
    bound_http_address {
      host: "127.19.50.61"
      port: 41377
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.19.50.60"
      port: 43237
    }
    bound_http_address {
      host: "127.19.50.60"
      port: 44181
    }
  }
}

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

21:00:28.695 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:00:28.696 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=490661d3-5b23-4c88-971a-f848195d84fb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.19.50.61:40047,127.19.50.62:33119,127.19.50.60:43237}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
21:00:28.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.698909 19873 raft_consensus.cc:359] T 00000000000000000000000000000000 P 85c73103f312457da150314f3034c2f6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4dbaab16d98146efbfdfa8a556289f66" member_type: VOTER last_known_addr { host: "127.19.50.62" port: 33119 } } peers { permanent_uuid: "2f04b132c5f74c439a0a4af8217d1c2e" member_type: VOTER last_known_addr { host: "127.19.50.61" port: 40047 } } peers { permanent_uuid: "85c73103f312457da150314f3034c2f6" member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } }
21:00:28.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.700038 19873 raft_consensus.cc:385] T 00000000000000000000000000000000 P 85c73103f312457da150314f3034c2f6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:00:28.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.700210 19873 raft_consensus.cc:740] T 00000000000000000000000000000000 P 85c73103f312457da150314f3034c2f6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 85c73103f312457da150314f3034c2f6, State: Initialized, Role: FOLLOWER
21:00:28.701 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
21:00:28.701 [INFO - Metastore-Handler-Pool: Thread-86] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
21:00:28.702 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.701491 19873 consensus_queue.cc:260] T 00000000000000000000000000000000 P 85c73103f312457da150314f3034c2f6 [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: "4dbaab16d98146efbfdfa8a556289f66" member_type: VOTER last_known_addr { host: "127.19.50.62" port: 33119 } } peers { permanent_uuid: "2f04b132c5f74c439a0a4af8217d1c2e" member_type: VOTER last_known_addr { host: "127.19.50.61" port: 40047 } } peers { permanent_uuid: "85c73103f312457da150314f3034c2f6" member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } }
21:00:28.702 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@b2cd43, with PersistenceManager: null will be shutdown
21:00:28.702 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@b2cd43, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@e732a8c created in the thread with id: 86
21:00:28.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.704345 19733 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66: No bootstrap required, opened a new log
21:00:28.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.709079 19880 sys_catalog.cc:455] T 00000000000000000000000000000000 P 85c73103f312457da150314f3034c2f6 [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: "4dbaab16d98146efbfdfa8a556289f66" member_type: VOTER last_known_addr { host: "127.19.50.62" port: 33119 } } peers { permanent_uuid: "2f04b132c5f74c439a0a4af8217d1c2e" member_type: VOTER last_known_addr { host: "127.19.50.61" port: 40047 } } peers { permanent_uuid: "85c73103f312457da150314f3034c2f6" member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } } }
21:00:28.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.710053 19880 sys_catalog.cc:458] T 00000000000000000000000000000000 P 85c73103f312457da150314f3034c2f6 [sys.catalog]: This master's current role is: FOLLOWER
21:00:28.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.710247 19873 sys_catalog.cc:565] T 00000000000000000000000000000000 P 85c73103f312457da150314f3034c2f6 [sys.catalog]: configured and running, proceeding with master startup.
21:00:28.714 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@b2cd43
21:00:28.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.713754 19733 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4dbaab16d98146efbfdfa8a556289f66" member_type: VOTER last_known_addr { host: "127.19.50.62" port: 33119 } } peers { permanent_uuid: "2f04b132c5f74c439a0a4af8217d1c2e" member_type: VOTER last_known_addr { host: "127.19.50.61" port: 40047 } } peers { permanent_uuid: "85c73103f312457da150314f3034c2f6" member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } }
21:00:28.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.714385 19733 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:00:28.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.714659 19733 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4dbaab16d98146efbfdfa8a556289f66, State: Initialized, Role: FOLLOWER
21:00:28.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.722988 19733 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66 [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: "4dbaab16d98146efbfdfa8a556289f66" member_type: VOTER last_known_addr { host: "127.19.50.62" port: 33119 } } peers { permanent_uuid: "2f04b132c5f74c439a0a4af8217d1c2e" member_type: VOTER last_known_addr { host: "127.19.50.61" port: 40047 } } peers { permanent_uuid: "85c73103f312457da150314f3034c2f6" member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } }
21:00:28.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.724246 19884 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
21:00:28.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.724798 19884 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4dbaab16d98146efbfdfa8a556289f66" member_type: VOTER last_known_addr { host: "127.19.50.62" port: 33119 } } peers { permanent_uuid: "2f04b132c5f74c439a0a4af8217d1c2e" member_type: VOTER last_known_addr { host: "127.19.50.61" port: 40047 } } peers { permanent_uuid: "85c73103f312457da150314f3034c2f6" member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } }
21:00:28.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.747069 19884 leader_election.cc:290] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2f04b132c5f74c439a0a4af8217d1c2e (127.19.50.61:40047), 85c73103f312457da150314f3034c2f6 (127.19.50.60:43237)
21:00:28.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.747713 19884 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66 [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: "4dbaab16d98146efbfdfa8a556289f66" member_type: VOTER last_known_addr { host: "127.19.50.62" port: 33119 } } peers { permanent_uuid: "2f04b132c5f74c439a0a4af8217d1c2e" member_type: VOTER last_known_addr { host: "127.19.50.61" port: 40047 } } peers { permanent_uuid: "85c73103f312457da150314f3034c2f6" member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } } }
21:00:28.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.748026 19884 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66 [sys.catalog]: This master's current role is: FOLLOWER
21:00:28.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.749061 19848 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4dbaab16d98146efbfdfa8a556289f66" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "85c73103f312457da150314f3034c2f6" is_pre_election: true
21:00:28.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.749920 19848 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 85c73103f312457da150314f3034c2f6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4dbaab16d98146efbfdfa8a556289f66 in term 0.
21:00:28.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.751909 19685 leader_election.cc:304] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66 [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: 4dbaab16d98146efbfdfa8a556289f66, 85c73103f312457da150314f3034c2f6; no voters: 
21:00:28.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.752573 19887 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66 [term 0 FOLLOWER]: Leader pre-election won for term 1
21:00:28.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.752719 19887 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
21:00:28.752 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.752842 19887 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66 [term 0 FOLLOWER]: Advancing to term 1
21:00:28.758 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.757247 19887 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4dbaab16d98146efbfdfa8a556289f66" member_type: VOTER last_known_addr { host: "127.19.50.62" port: 33119 } } peers { permanent_uuid: "2f04b132c5f74c439a0a4af8217d1c2e" member_type: VOTER last_known_addr { host: "127.19.50.61" port: 40047 } } peers { permanent_uuid: "85c73103f312457da150314f3034c2f6" member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } }
21:00:28.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.763540 19848 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4dbaab16d98146efbfdfa8a556289f66" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "85c73103f312457da150314f3034c2f6"
21:00:28.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.763902 19848 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 85c73103f312457da150314f3034c2f6 [term 0 FOLLOWER]: Advancing to term 1
21:00:28.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.768954 19848 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 85c73103f312457da150314f3034c2f6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4dbaab16d98146efbfdfa8a556289f66 in term 1.
21:00:28.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.770397 19887 leader_election.cc:290] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66 [CANDIDATE]: Term 1 election: Requested vote from peers 2f04b132c5f74c439a0a4af8217d1c2e (127.19.50.61:40047), 85c73103f312457da150314f3034c2f6 (127.19.50.60:43237)
21:00:28.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.770476 19685 leader_election.cc:304] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66 [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: 4dbaab16d98146efbfdfa8a556289f66, 85c73103f312457da150314f3034c2f6; no voters: 
21:00:28.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.758397 19733 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66 [sys.catalog]: configured and running, proceeding with master startup.
21:00:28.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.771335 19887 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66 [term 1 FOLLOWER]: Leader election won for term 1
21:00:28.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.772006 19887 raft_consensus.cc:697] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66 [term 1 LEADER]: Becoming Leader. State: Replica: 4dbaab16d98146efbfdfa8a556289f66, State: Running, Role: LEADER
21:00:28.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.773491 19887 consensus_queue.cc:237] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66 [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: "4dbaab16d98146efbfdfa8a556289f66" member_type: VOTER last_known_addr { host: "127.19.50.62" port: 33119 } } peers { permanent_uuid: "2f04b132c5f74c439a0a4af8217d1c2e" member_type: VOTER last_known_addr { host: "127.19.50.61" port: 40047 } } peers { permanent_uuid: "85c73103f312457da150314f3034c2f6" member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } }
21:00:28.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.783818 19884 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4dbaab16d98146efbfdfa8a556289f66. Latest consensus state: current_term: 1 leader_uuid: "4dbaab16d98146efbfdfa8a556289f66" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4dbaab16d98146efbfdfa8a556289f66" member_type: VOTER last_known_addr { host: "127.19.50.62" port: 33119 } } peers { permanent_uuid: "2f04b132c5f74c439a0a4af8217d1c2e" member_type: VOTER last_known_addr { host: "127.19.50.61" port: 40047 } } peers { permanent_uuid: "85c73103f312457da150314f3034c2f6" member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } } }
21:00:28.785 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.784303 19884 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66 [sys.catalog]: This master's current role is: LEADER
21:00:28.798 [INFO - Metastore-Handler-Pool: Thread-88] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:00:28.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.799355 19896 client.h:373] Failed to connect to Hive Metastore (localhost:46093): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:28.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.800642 19897 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
21:00:28.810 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.809788 19902 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
21:00:28.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.812896 19804 master_runner.cc:187] Error getting master registration for 127.19.50.62:33119: OK, instance_id { permanent_uuid: "4dbaab16d98146efbfdfa8a556289f66" instance_seqno: 1783544427731356 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
21:00:28.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.819252 19804 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
21:00:28.829 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.829541 19897 catalog_manager.cc:1519] Initializing Kudu cluster ID...
21:00:28.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:28.842094 19827 tablet.cc:2406] T 00000000000000000000000000000000 P 85c73103f312457da150314f3034c2f6: Can't schedule compaction. Clean time has not been advanced past its initial value.
21:00:28.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.846238 19848 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 85c73103f312457da150314f3034c2f6 [term 1 FOLLOWER]: Refusing update from remote peer 4dbaab16d98146efbfdfa8a556289f66: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
21:00:28.848 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.847723 19887 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66 [LEADER]: Connected to new peer: Peer: permanent_uuid: "85c73103f312457da150314f3034c2f6" member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
21:00:28.877 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.876896 19803 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } attempt: 5
21:00:28.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.890754 19803 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2f04b132c5f74c439a0a4af8217d1c2e: Bootstrap starting.
21:00:28.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.899731 19803 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2f04b132c5f74c439a0a4af8217d1c2e: Neither blocks nor log segments found. Creating new log.
21:00:28.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.901340 19880 sys_catalog.cc:455] T 00000000000000000000000000000000 P 85c73103f312457da150314f3034c2f6 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4dbaab16d98146efbfdfa8a556289f66. Latest consensus state: current_term: 1 leader_uuid: "4dbaab16d98146efbfdfa8a556289f66" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4dbaab16d98146efbfdfa8a556289f66" member_type: VOTER last_known_addr { host: "127.19.50.62" port: 33119 } } peers { permanent_uuid: "2f04b132c5f74c439a0a4af8217d1c2e" member_type: VOTER last_known_addr { host: "127.19.50.61" port: 40047 } } peers { permanent_uuid: "85c73103f312457da150314f3034c2f6" member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } } }
21:00:28.902 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.901605 19880 sys_catalog.cc:458] T 00000000000000000000000000000000 P 85c73103f312457da150314f3034c2f6 [sys.catalog]: This master's current role is: FOLLOWER
21:00:28.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.906721 19803 log.cc:826] T 00000000000000000000000000000000 P 2f04b132c5f74c439a0a4af8217d1c2e: Log is configured to *not* fsync() on all Append() calls
21:00:28.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.910678 19884 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "4dbaab16d98146efbfdfa8a556289f66" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4dbaab16d98146efbfdfa8a556289f66" member_type: VOTER last_known_addr { host: "127.19.50.62" port: 33119 } } peers { permanent_uuid: "2f04b132c5f74c439a0a4af8217d1c2e" member_type: VOTER last_known_addr { host: "127.19.50.61" port: 40047 } } peers { permanent_uuid: "85c73103f312457da150314f3034c2f6" member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } } }
21:00:28.911 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.910962 19884 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66 [sys.catalog]: This master's current role is: LEADER
21:00:28.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.918190 19880 sys_catalog.cc:455] T 00000000000000000000000000000000 P 85c73103f312457da150314f3034c2f6 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "4dbaab16d98146efbfdfa8a556289f66" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4dbaab16d98146efbfdfa8a556289f66" member_type: VOTER last_known_addr { host: "127.19.50.62" port: 33119 } } peers { permanent_uuid: "2f04b132c5f74c439a0a4af8217d1c2e" member_type: VOTER last_known_addr { host: "127.19.50.61" port: 40047 } } peers { permanent_uuid: "85c73103f312457da150314f3034c2f6" member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } } }
21:00:28.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.918416 19880 sys_catalog.cc:458] T 00000000000000000000000000000000 P 85c73103f312457da150314f3034c2f6 [sys.catalog]: This master's current role is: FOLLOWER
21:00:28.922 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.922780 19803 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2f04b132c5f74c439a0a4af8217d1c2e: No bootstrap required, opened a new log
21:00:28.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.930461 19897 catalog_manager.cc:1382] Generated new cluster ID: 06d0e830131b4135acecf54913177089
21:00:28.933 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.930593 19897 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
21:00:28.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.956403 19803 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2f04b132c5f74c439a0a4af8217d1c2e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4dbaab16d98146efbfdfa8a556289f66" member_type: VOTER last_known_addr { host: "127.19.50.62" port: 33119 } } peers { permanent_uuid: "2f04b132c5f74c439a0a4af8217d1c2e" member_type: VOTER last_known_addr { host: "127.19.50.61" port: 40047 } } peers { permanent_uuid: "85c73103f312457da150314f3034c2f6" member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } }
21:00:28.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.958211 19803 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2f04b132c5f74c439a0a4af8217d1c2e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:00:28.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.958865 19803 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2f04b132c5f74c439a0a4af8217d1c2e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2f04b132c5f74c439a0a4af8217d1c2e, State: Initialized, Role: FOLLOWER
21:00:28.962 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.961952 19803 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2f04b132c5f74c439a0a4af8217d1c2e [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: "4dbaab16d98146efbfdfa8a556289f66" member_type: VOTER last_known_addr { host: "127.19.50.62" port: 33119 } } peers { permanent_uuid: "2f04b132c5f74c439a0a4af8217d1c2e" member_type: VOTER last_known_addr { host: "127.19.50.61" port: 40047 } } peers { permanent_uuid: "85c73103f312457da150314f3034c2f6" member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } }
21:00:28.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.978381 19778 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4dbaab16d98146efbfdfa8a556289f66" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2f04b132c5f74c439a0a4af8217d1c2e" is_pre_election: true
21:00:28.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.978791 19776 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2f04b132c5f74c439a0a4af8217d1c2e [term 0 FOLLOWER]: Advancing to term 1
21:00:28.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.979445 19777 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "4dbaab16d98146efbfdfa8a556289f66" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2f04b132c5f74c439a0a4af8217d1c2e"
21:00:28.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.982277 19776 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 2f04b132c5f74c439a0a4af8217d1c2e [term 1 FOLLOWER]: Refusing update from remote peer 4dbaab16d98146efbfdfa8a556289f66: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
21:00:28.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.983338 19887 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2f04b132c5f74c439a0a4af8217d1c2e" member_type: VOTER last_known_addr { host: "127.19.50.61" port: 40047 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
21:00:28.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:28.984511 19803 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2f04b132c5f74c439a0a4af8217d1c2e [sys.catalog]: configured and running, proceeding with master startup.
21:00:29.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:29.023007 19897 catalog_manager.cc:1405] Generated new certificate authority record
21:00:29.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:29.025125 19897 catalog_manager.cc:1539] Loading token signing keys...
21:00:29.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:29.034264 19917 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2f04b132c5f74c439a0a4af8217d1c2e [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "4dbaab16d98146efbfdfa8a556289f66" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4dbaab16d98146efbfdfa8a556289f66" member_type: VOTER last_known_addr { host: "127.19.50.62" port: 33119 } } peers { permanent_uuid: "2f04b132c5f74c439a0a4af8217d1c2e" member_type: VOTER last_known_addr { host: "127.19.50.61" port: 40047 } } peers { permanent_uuid: "85c73103f312457da150314f3034c2f6" member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } } }
21:00:29.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:29.034426 19884 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "4dbaab16d98146efbfdfa8a556289f66" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4dbaab16d98146efbfdfa8a556289f66" member_type: VOTER last_known_addr { host: "127.19.50.62" port: 33119 } } peers { permanent_uuid: "2f04b132c5f74c439a0a4af8217d1c2e" member_type: VOTER last_known_addr { host: "127.19.50.61" port: 40047 } } peers { permanent_uuid: "85c73103f312457da150314f3034c2f6" member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } } }
21:00:29.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:29.034596 19917 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2f04b132c5f74c439a0a4af8217d1c2e [sys.catalog]: This master's current role is: FOLLOWER
21:00:29.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:29.034639 19884 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66 [sys.catalog]: This master's current role is: LEADER
21:00:29.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:29.036516 19919 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2f04b132c5f74c439a0a4af8217d1c2e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4dbaab16d98146efbfdfa8a556289f66. Latest consensus state: current_term: 1 leader_uuid: "4dbaab16d98146efbfdfa8a556289f66" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4dbaab16d98146efbfdfa8a556289f66" member_type: VOTER last_known_addr { host: "127.19.50.62" port: 33119 } } peers { permanent_uuid: "2f04b132c5f74c439a0a4af8217d1c2e" member_type: VOTER last_known_addr { host: "127.19.50.61" port: 40047 } } peers { permanent_uuid: "85c73103f312457da150314f3034c2f6" member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } } }
21:00:29.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:29.036849 19919 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2f04b132c5f74c439a0a4af8217d1c2e [sys.catalog]: This master's current role is: FOLLOWER
21:00:29.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:29.037283 19927 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2f04b132c5f74c439a0a4af8217d1c2e [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "4dbaab16d98146efbfdfa8a556289f66" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4dbaab16d98146efbfdfa8a556289f66" member_type: VOTER last_known_addr { host: "127.19.50.62" port: 33119 } } peers { permanent_uuid: "2f04b132c5f74c439a0a4af8217d1c2e" member_type: VOTER last_known_addr { host: "127.19.50.61" port: 40047 } } peers { permanent_uuid: "85c73103f312457da150314f3034c2f6" member_type: VOTER last_known_addr { host: "127.19.50.60" port: 43237 } } }
21:00:29.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:29.037758 19927 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2f04b132c5f74c439a0a4af8217d1c2e [sys.catalog]: This master's current role is: FOLLOWER
21:00:29.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:29.053167 19897 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 4dbaab16d98146efbfdfa8a556289f66: Generated new TSK 0
21:00:29.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:29.054602 19897 catalog_manager.cc:1549] Initializing in-progress tserver states...
21:00:29.069 [INFO - Metastore-Handler-Pool: Thread-89] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:00:29.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:29.070472 19935 client.h:373] Failed to connect to Hive Metastore (localhost:46093): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:29.076 [INFO - Metastore-Handler-Pool: Thread-90] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:00:29.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:29.076830 19936 client.h:373] Failed to connect to Hive Metastore (localhost:46093): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:29.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:29.083209 19943 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
21:00:29.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:29.086720 19734 master_runner.cc:187] Error getting master registration for 127.19.50.62:33119: OK, instance_id { permanent_uuid: "4dbaab16d98146efbfdfa8a556289f66" instance_seqno: 1783544427731356 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
21:00:29.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:29.093150 19734 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
21:00:29.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:29.099236 19944 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
21:00:29.446 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:29.455 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:29.455 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:29.583 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
21:00:29.589 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive14814238745906042794/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=490661d3-5b23-4c88-971a-f848195d84fb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.19.50.61:40047,127.19.50.62:33119,127.19.50.60:43237}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
21:00:29.591 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive14814238745906042794/external-warehouse/table
21:00:29.691 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:00:29.736 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
21:00:29.738 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
21:00:29.805 [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=	
21:00:29.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:29.805802 19896 client.h:373] Failed to connect to Hive Metastore (localhost:46093): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:29.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:29.832558 19902 catalog_manager.cc:1294] Loaded cluster ID: 06d0e830131b4135acecf54913177089
21:00:29.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:29.833382 19902 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 85c73103f312457da150314f3034c2f6: loading cluster ID for follower catalog manager: success
21:00:29.846 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:29.846612 19902 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 85c73103f312457da150314f3034c2f6: acquiring CA information for follower catalog manager: success
21:00:29.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:29.850627 19902 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 85c73103f312457da150314f3034c2f6: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
21:00:29.878 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:30.081 [INFO - Metastore-Handler-Pool: Thread-94] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:00:30.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:30.081817 19935 client.h:373] Failed to connect to Hive Metastore (localhost:46093): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:30.083 [INFO - Metastore-Handler-Pool: Thread-95] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:00:30.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:30.084149 19936 client.h:373] Failed to connect to Hive Metastore (localhost:46093): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:30.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:30.107542 19943 catalog_manager.cc:1294] Loaded cluster ID: 06d0e830131b4135acecf54913177089
21:00:30.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:30.108016 19943 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 2f04b132c5f74c439a0a4af8217d1c2e: loading cluster ID for follower catalog manager: success
21:00:30.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:30.113103 19943 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 2f04b132c5f74c439a0a4af8217d1c2e: acquiring CA information for follower catalog manager: success
21:00:30.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:30.115960 19943 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 2f04b132c5f74c439a0a4af8217d1c2e: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
21:00:30.240 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:30.334 [WARN - Metastore-Handler-Pool: Thread-86] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:30.391 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
21:00:30.593 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
21:00:30.594 [DEBUG - Metastore-Handler-Pool: Thread-86] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
21:00:30.595 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.19.50.61:40047(127.19.50.61:40047)] connecting to peer
21:00:30.597 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.19.50.62:33119(127.19.50.62:33119)] connecting to peer
21:00:30.599 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.19.50.61:40047(127.19.50.61:40047)] Successfully connected to peer
21:00:30.601 [DEBUG - Metastore-Handler-Pool: Thread-86] (Connection.java:748) [peer master-127.19.50.60:43237(127.19.50.60:43237)] connecting to peer
21:00:30.603 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.19.50.62:33119(127.19.50.62:33119)] Successfully connected to peer
21:00:30.603 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.19.50.60:43237(127.19.50.60:43237)] Successfully connected to peer
21:00:30.618 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.19.50.61
21:00:30.626 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.19.50.60
21:00:30.653 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.19.50.62
21:00:30.665 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
21:00:30.672 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xa95a8d6a, L:/127.0.0.1:43764 - R:/127.19.50.61:40047] using SASL/PLAIN
21:00:30.690 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
21:00:30.702 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0xc4698d4f, L:/127.0.0.1:35760 - R:/127.19.50.60:43237] using SASL/PLAIN
21:00:30.710 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
21:00:30.743 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x60a047ca, L:/127.0.0.1:38894 - R:/127.19.50.62:33119] using SASL/PLAIN
21:00:30.756 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
21:00:30.765 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:212)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

21:00:30.766 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:00:30.798 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
21:00:30.799 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
21:00:30.808 [INFO - Metastore-Handler-Pool: Thread-100] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:00:30.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:30.811000 19896 client.h:373] Failed to connect to Hive Metastore (localhost:46093): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:30.845 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
21:00:30.862 [INFO - Metastore-Handler-Pool: Thread-86] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
21:00:30.864 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, kudu.table_id=490661d3-5b23-4c88-971a-f848195d84fb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.19.50.61:40047,127.19.50.62:33119,127.19.50.60:43237}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
21:00:30.867 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
21:00:30.869 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive14814238745906042794/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=490661d3-5b23-4c88-971a-f848195d84fb, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.19.50.61:40047,127.19.50.62:33119,127.19.50.60:43237}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
21:00:30.872 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive14814238745906042794/external-warehouse/table
21:00:30.919 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:00:30.932 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
21:00:30.933 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
21:00:30.954 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
21:00:30.971 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
21:00:30.974 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
21:00:30.976 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive14814238745906042794/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
21:00:30.978 [WARN - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:2452) Location: file:/tmp/hive14814238745906042794/external-warehouse/table specified for non-external table:table
21:00:30.979 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive14814238745906042794/external-warehouse/table
21:00:30.997 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:00:31.010 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
21:00:31.011 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
21:00:31.029 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
21:00:31.044 [ERROR - Metastore-Handler-Pool: Thread-86] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the non-Kudu HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onDropTable(KuduMetastorePlugin.java:189)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$23.notify(MetaStoreListenerNotifier.java:127)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3073)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

21:00:31.176 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:00:31.188 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
21:00:31.189 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
21:00:31.207 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
21:00:31.223 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{EXTERNAL=TRUE, external.table.purge=FALSE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
21:00:31.226 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
21:00:31.229 [INFO - Metastore-Handler-Pool: Thread-86] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive14814238745906042794/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{EXTERNAL=TRUE, external.table.purge=FALSE}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
21:00:31.231 [INFO - Metastore-Handler-Pool: Thread-86] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive14814238745906042794/external-warehouse/table
21:00:31.250 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:00:31.270 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:3711) Skipping translation for processor with null
21:00:31.271 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
21:00:31.314 [WARN - Metastore-Handler-Pool: Thread-86] (MetaStoreDirectSql.java:3256) Error removing table column stats. 
java.sql.SQLSyntaxErrorException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94)
	at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.executeNoResult(MetaStoreDirectSql.java:359)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.deleteTableColumnStatistics(MetaStoreDirectSql.java:3254)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10386)
	at org.apache.hadoop.hive.metastore.ObjectStore$33.getSqlResult(ObjectStore.java:10379)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:4423)
	at org.apache.hadoop.hive.metastore.ObjectStore.deleteTableColumnStatistics(ObjectStore.java:10393)
	at org.apache.hadoop.hive.metastore.RawStore.deleteTableColumnStatistics(RawStore.java:1440)
	at org.apache.hadoop.hive.metastore.ObjectStore.dropTable(ObjectStore.java:1527)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:97)
	at jdk.proxy2/jdk.proxy2.$Proxy23.dropTable(Unknown Source)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_core(HMSHandler.java:3066)
	at org.apache.hadoop.hive.metastore.HMSHandler.drop_table_req(HMSHandler.java:3364)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.drop_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20590)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$drop_table_req.getResult(ThriftHiveMetastore.java:20569)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'TAB_COL_STATS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 40 more
21:00:31.329 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
21:00:31.329 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
21:00:31.329 [INFO - Metastore-Handler-Pool: Thread-86] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@b2cd43, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@e732a8c will be shutdown
21:00:31.329 [INFO - Metastore-Handler-Pool: Thread-86] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
21:00:31.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:31.329646 19656 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu pid 19667
21:00:31.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:31.331292 19728 generic_service.cc:196] Checking for leaks (request via RPC)
21:00:31.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:31.459295 19656 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu with pid 19667
21:00:31.475 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.19.50.62:33119(127.19.50.62:33119)] handling channelInactive
21:00:31.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:31.475494 19656 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu pid 19734
21:00:31.475 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.19.50.62:33119(127.19.50.62:33119)] cleaning up while in state READY due to: connection closed
21:00:31.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:31.476637 19798 generic_service.cc:196] Checking for leaks (request via RPC)
21:00:31.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:31.578485 19656 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu with pid 19734
21:00:31.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:31.593664 19656 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu pid 19804
21:00:31.594 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.19.50.61:40047(127.19.50.61:40047)] handling channelInactive
21:00:31.594 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.19.50.61:40047(127.19.50.61:40047)] cleaning up while in state READY due to: connection closed
21:00:31.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:31.594826 19868 generic_service.cc:196] Checking for leaks (request via RPC)
21:00:31.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:31.694962 19656 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu with pid 19804
21:00:31.711 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.19.50.60:43237(127.19.50.60:43237)] handling channelInactive
21:00:31.711 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.19.50.60:43237(127.19.50.60:43237)] cleaning up while in state READY due to: connection closed
21:00:31.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:00:31Z chronyd exiting
.21:00:31.833 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
21:00:31.833 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
21:00:31.833 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
21:00:31.853 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive10297792545622225721
21:00:31.854 [INFO - Thread-71] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
21:00:31.854 [INFO - Thread-71] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
21:00:31.856 [INFO - Thread-71] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
21:00:31.856 [INFO - Thread-71] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
21:00:31.856 [INFO - Thread-71] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
21:00:31.857 [INFO - Thread-71] (HikariDataSource.java:350) objectstore - Shutdown initiated...
21:00:31.858 [INFO - Thread-71] (HikariDataSource.java:352) objectstore - Shutdown completed.
21:00:31.858 [INFO - Thread-71] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
21:00:31.859 [INFO - Thread-71] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
21:00:31.859 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
21:00:31.861 [INFO - Thread-71] (HikariDataSource.java:80) objectstore - Starting...
21:00:31.945 [INFO - Thread-71] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
21:00:31.946 [INFO - Thread-71] (HikariDataSource.java:82) objectstore - Start completed.
21:00:31.946 [INFO - Thread-71] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
21:00:31.949 [INFO - Thread-71] (HikariDataSource.java:80) objectstore-secondary - Starting...
21:00:31.952 [INFO - Thread-71] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
21:00:31.954 [INFO - Thread-71] (HikariDataSource.java:82) objectstore-secondary - Start completed.
21:00:31.973 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
21:00:31.974 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
21:00:31.974 [INFO - Thread-71] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
21:00:32.005 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:32.006 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:32.007 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:32.007 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:32.007 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:32.008 [WARN - Thread-71] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:32.185 [INFO - Thread-71] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
21:00:32.185 [INFO - Thread-71] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@68fbab9a, with PersistenceManager: null will be shutdown
21:00:32.185 [INFO - Thread-71] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@68fbab9a, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@48f24fe9 created in the thread with id: 107
21:00:32.187 [WARN - Thread-71] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
21:00:32.188 [INFO - Thread-71] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@68fbab9a
21:00:32.274 [INFO - Thread-71] (HMSHandler.java:595) Started creating a default database with name: default
21:00:32.292 [INFO - Thread-71] (HMSHandler.java:605) Successfully created a default database with name: default
21:00:32.314 [INFO - Thread-71] (HMSHandler.java:668) Added admin role in metastore
21:00:32.315 [INFO - Thread-71] (HMSHandler.java:677) Added public role in metastore
21:00:32.341 [INFO - Thread-71] (HMSHandler.java:717) No user is added in admin role, since config is empty
21:00:32.342 [INFO - Thread-71] (HMSHandler.java:404) HMS server filtering is disabled by configuration
21:00:32.342 [INFO - Thread-71] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
21:00:32.343 [INFO - Thread-71] (HiveMetaStore.java:697) Direct SQL optimization = true
21:00:32.343 [WARN - Thread-71] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
21:00:32.343 [INFO - Thread-71] (HiveMetaStore.java:632) Started the new metaserver on port [39955]...
21:00:32.343 [INFO - Thread-71] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
21:00:32.343 [INFO - Thread-71] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
21:00:32.343 [INFO - Thread-71] (HiveMetaStore.java:635) TCP keepalive = true
21:00:32.343 [INFO - Thread-71] (HiveMetaStore.java:636) Enable SSL = false
21:00:32.855 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
21:00:32.856 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
21:00:32.856 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
21:00:32.858 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
21:00:32.858 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:39955]
21:00:32.858 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:39955) in binary transport mode
21:00:32.858 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:39955) current connections: 1
21:00:32.861 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskFFU0Td/test-tmp
21:00:32.861 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
21:00:32.861 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskFFU0Td/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
21:00:32.863 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:39955"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

21:00:33.182 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:00:33.183 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

21:00:33.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.185668 20001 mini_oidc.cc:150] Starting JWKS server
21:00:33.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.187879 20001 webserver.cc:534] Webserver started at http://127.0.0.1:40995/ using document root <none> and password file <none>
21:00:33.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.188102 20001 mini_oidc.cc:186] Starting OIDC Discovery server
21:00:33.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.188575 20001 webserver.cc:534] Webserver started at http://127.0.0.1:37987/ using document root <none> and password file <none>
21:00:33.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:00:33Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
21:00:33.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:00:33Z Disabled control of system clock
21:00:33.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.214200 20001 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:33.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:33.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-0/wal
21:00:33.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-0/data
21:00:33.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:00:33.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:00:33.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:00:33.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:33.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:33.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:33.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-0/logs
21:00:33.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-0/data/info.pb
21:00:33.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:33.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:00:33.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:00:33.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:00:33.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:00:33.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:33.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:33.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:33.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:00:33.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:00:33.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:33.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:33.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.136.126:32901
21:00:33.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.136.126
21:00:33.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:33.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.136.84:44719
21:00:33.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:33.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:33.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:33.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:33.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.136.126:32901,127.19.136.125:33375,127.19.136.124:36573
21:00:33.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:33.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40995/jwks.json
21:00:33.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39955 with env {}
21:00:33.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:33.527097 20012 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:00:33.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:33.527470 20012 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:00:33.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:33.527549 20012 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:00:33.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:33.535849 20012 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:00:33.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:33.535959 20012 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:00:33.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:33.536015 20012 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:00:33.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:33.536053 20012 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:00:33.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:33.536103 20012 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:00:33.536 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:33.536134 20012 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40995/jwks.json
21:00:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.546963 20012 master_runner.cc:387] Master server non-default flags:
21:00:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.136.84:44719
21:00:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-0/data
21:00:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-0/wal
21:00:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39955
21:00:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.136.126:32901,127.19.136.125:33375,127.19.136.124:36573
21:00:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.136.126:32901
21:00:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:00:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40995/jwks.json
21:00:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-0/data/info.pb
21:00:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.136.126
21:00:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:00:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:00:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:00:33.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:33.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-0/logs
21:00:33.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:33.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:00:33.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:00:33.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:00:33.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:00:33.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:00:33.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:00:33.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on bdcb31816ec0
21:00:33.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16877
21:00:33.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
21:00:33.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.548606 20012 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:00:33.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.550443 20012 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:00:33.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:33.559036 20018 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:33.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:33.559010 20017 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:33.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:33.559755 20020 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:33.561 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.561102 20012 server_base.cc:1061] running on GCE node
21:00:33.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.561930 20012 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:00:33.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.563398 20012 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:00:33.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.564632 20012 hybrid_clock.cc:648] HybridClock initialized: now 1783544433564577 us; error 38 us; skew 500 ppm
21:00:33.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.565078 20012 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:00:33.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.567425 20012 webserver.cc:534] Webserver started at http://127.19.136.126:46495/ using document root <none> and password file <none>
21:00:33.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.568234 20012 fs_manager.cc:362] Metadata directory not provided
21:00:33.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.568367 20012 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:00:33.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.568787 20012 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:00:33.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.571234 20012 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-0/data/instance:
21:00:33.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ce21cbec0a9c4a6a809dfd2179bbccfa"
21:00:33.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:33 on dist-test-slave-zb3m"
21:00:33.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.572077 20012 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-0/wal/instance:
21:00:33.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ce21cbec0a9c4a6a809dfd2179bbccfa"
21:00:33.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:33 on dist-test-slave-zb3m"
21:00:33.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.578236 20012 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.008s	sys 0.000s
21:00:33.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.581897 20026 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:00:33.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.583244 20012 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
21:00:33.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.583447 20012 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-0/data,/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-0/wal
21:00:33.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ce21cbec0a9c4a6a809dfd2179bbccfa"
21:00:33.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:33 on dist-test-slave-zb3m"
21:00:33.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.583671 20012 fs_report.cc:389] FS layout report
21:00:33.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:00:33.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-0/wal
21:00:33.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-0/wal
21:00:33.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-0/data/data
21:00:33.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:00:33.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:00:33.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:00:33.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:00:33.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:00:33.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:00:33.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:00:33.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:00:33.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:00:33.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:00:33.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:00:33.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.600229 20012 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:00:33.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.601188 20012 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:00:33.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.601486 20012 kserver.cc:163] Server-wide thread pool size limit: 3276
21:00:33.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.620594 20012 rpc_server.cc:307] RPC server started. Bound to: 127.19.136.126:32901
21:00:33.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.620630 20077 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.19.136.126:32901 every 8 connection(s)
21:00:33.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.622126 20012 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-0/data/info.pb
21:00:33.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.626467 20078 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:00:33.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.630015 20001 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu as pid 20012
21:00:33.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.630331 20001 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-0/wal/instance
21:00:33.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.633205 20001 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:33.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:33.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-1/wal
21:00:33.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-1/data
21:00:33.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:00:33.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:00:33.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:00:33.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:33.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:33.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:33.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-1/logs
21:00:33.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-1/data/info.pb
21:00:33.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:33.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:00:33.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:00:33.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:00:33.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:00:33.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:33.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:33.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:33.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:00:33.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:00:33.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:33.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:33.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.136.125:33375
21:00:33.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.136.125
21:00:33.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:33.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.136.84:44719
21:00:33.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:33.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:33.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:33.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:33.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.136.126:32901,127.19.136.125:33375,127.19.136.124:36573
21:00:33.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:33.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40995/jwks.json
21:00:33.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39955 with env {}
21:00:33.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.633481 20078 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.136.126" port: 32901 } has no permanent_uuid. Determining permanent_uuid...
21:00:33.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.667743 20078 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.136.125" port: 33375 } has no permanent_uuid. Determining permanent_uuid...
21:00:33.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:33.668848 20029 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.19.136.125:33375: connect: Connection refused (error 111)
21:00:33.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:33.670397 20078 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.136.125:33375: Network error: Client connection negotiation failed: client connection to 127.19.136.125:33375: connect: Connection refused (error 111)
21:00:33.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.719748 20078 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.136.125" port: 33375 } attempt: 1
21:00:33.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:33.721933 20078 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.136.125:33375: Network error: Client connection negotiation failed: client connection to 127.19.136.125:33375: connect: Connection refused (error 111)
21:00:33.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.790221 20078 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.136.125" port: 33375 } attempt: 2
21:00:33.792 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:33.792210 20078 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.136.125:33375: Network error: Client connection negotiation failed: client connection to 127.19.136.125:33375: connect: Connection refused (error 111)
21:00:33.883 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.883499 20078 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.136.125" port: 33375 } attempt: 3
21:00:33.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:33.885610 20078 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.136.125:33375: Network error: Client connection negotiation failed: client connection to 127.19.136.125:33375: connect: Connection refused (error 111)
21:00:33.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:33.960788 20079 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:00:33.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:33.961158 20079 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:00:33.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:33.961243 20079 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:00:33.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:33.969527 20079 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:00:33.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:33.969630 20079 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:00:33.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:33.969681 20079 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:00:33.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:33.969719 20079 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:00:33.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:33.969769 20079 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:00:33.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:33.969800 20079 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40995/jwks.json
21:00:33.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.980376 20079 master_runner.cc:387] Master server non-default flags:
21:00:33.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:33.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.136.84:44719
21:00:33.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:33.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:33.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-1/data
21:00:33.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-1/wal
21:00:33.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39955
21:00:33.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.136.126:32901,127.19.136.125:33375,127.19.136.124:36573
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.136.125:33375
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40995/jwks.json
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-1/data/info.pb
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.136.125
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-1/logs
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on bdcb31816ec0
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16877
21:00:33.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
21:00:33.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.982038 20079 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:00:33.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.983937 20079 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:00:33.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:33.991786 20088 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:33.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:33.992249 20090 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:33.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:33.991786 20087 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:33.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.993085 20079 server_base.cc:1061] running on GCE node
21:00:33.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.993755 20079 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:00:33.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.995079 20079 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:00:33.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.996268 20079 hybrid_clock.cc:648] HybridClock initialized: now 1783544433996211 us; error 47 us; skew 500 ppm
21:00:33.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.996590 20079 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:00:33.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.998754 20079 webserver.cc:534] Webserver started at http://127.19.136.125:33003/ using document root <none> and password file <none>
21:00:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.999416 20079 fs_manager.cc:362] Metadata directory not provided
21:00:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.999504 20079 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:00:33.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:33.999790 20079 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:00:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.002040 20079 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-1/data/instance:
21:00:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b9a393f4d0f44363bfcf86134ce996aa"
21:00:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:33 on dist-test-slave-zb3m"
21:00:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.002754 20079 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-1/wal/instance:
21:00:34.002 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b9a393f4d0f44363bfcf86134ce996aa"
21:00:34.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:33 on dist-test-slave-zb3m"
21:00:34.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.007737 20079 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.003s
21:00:34.011 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.011021 20096 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:00:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.012503 20079 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
21:00:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.012650 20079 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-1/data,/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-1/wal
21:00:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b9a393f4d0f44363bfcf86134ce996aa"
21:00:34.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:33 on dist-test-slave-zb3m"
21:00:34.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.012823 20079 fs_report.cc:389] FS layout report
21:00:34.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:00:34.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-1/wal
21:00:34.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-1/wal
21:00:34.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-1/data/data
21:00:34.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:00:34.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:00:34.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:00:34.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:00:34.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:00:34.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:00:34.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:00:34.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:00:34.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:00:34.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:00:34.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:00:34.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.028872 20078 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.136.125" port: 33375 } attempt: 4
21:00:34.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:34.031008 20078 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.136.125:33375: Network error: Client connection negotiation failed: client connection to 127.19.136.125:33375: connect: Connection refused (error 111)
21:00:34.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.040709 20079 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:00:34.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.041622 20079 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:00:34.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.041846 20079 kserver.cc:163] Server-wide thread pool size limit: 3276
21:00:34.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.061160 20079 rpc_server.cc:307] RPC server started. Bound to: 127.19.136.125:33375
21:00:34.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.061182 20147 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.19.136.125:33375 every 8 connection(s)
21:00:34.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.062712 20079 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-1/data/info.pb
21:00:34.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.066817 20148 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:00:34.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.072211 20001 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu as pid 20079
21:00:34.072 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.072363 20001 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-1/wal/instance
21:00:34.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.072857 20148 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.136.126" port: 32901 } has no permanent_uuid. Determining permanent_uuid...
21:00:34.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.073423 20001 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:34.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:34.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-2/wal
21:00:34.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-2/data
21:00:34.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:00:34.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:00:34.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:00:34.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:34.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:34.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:34.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-2/logs
21:00:34.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-2/data/info.pb
21:00:34.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:34.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:00:34.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:00:34.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:00:34.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:00:34.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:34.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:34.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:34.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:00:34.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:00:34.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:34.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:34.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.136.124:36573
21:00:34.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.136.124
21:00:34.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:34.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.136.84:44719
21:00:34.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:34.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:34.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:34.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:34.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.136.126:32901,127.19.136.125:33375,127.19.136.124:36573
21:00:34.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:34.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40995/jwks.json
21:00:34.074 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39955 with env {}
21:00:34.087 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.086681 20148 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.136.125" port: 33375 } has no permanent_uuid. Determining permanent_uuid...
21:00:34.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.096547 20148 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } has no permanent_uuid. Determining permanent_uuid...
21:00:34.097 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:34.097659 20098 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.19.136.124:36573: connect: Connection refused (error 111)
21:00:34.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:34.099272 20148 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.136.124:36573: Network error: Client connection negotiation failed: client connection to 127.19.136.124:36573: connect: Connection refused (error 111)
21:00:34.149 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.148603 20148 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } attempt: 1
21:00:34.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:34.150811 20148 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.136.124:36573: Network error: Client connection negotiation failed: client connection to 127.19.136.124:36573: connect: Connection refused (error 111)
21:00:34.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.219154 20148 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } attempt: 2
21:00:34.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:34.222189 20148 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.136.124:36573: Network error: Client connection negotiation failed: client connection to 127.19.136.124:36573: connect: Connection refused (error 111)
21:00:34.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.313454 20148 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } attempt: 3
21:00:34.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:34.316380 20148 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.136.124:36573: Network error: Client connection negotiation failed: client connection to 127.19.136.124:36573: connect: Connection refused (error 111)
21:00:34.330 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.330328 20078 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.136.125" port: 33375 } attempt: 5
21:00:34.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.338240 20078 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } has no permanent_uuid. Determining permanent_uuid...
21:00:34.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:34.340698 20078 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.136.124:36573: Network error: Client connection negotiation failed: client connection to 127.19.136.124:36573: connect: Connection refused (error 111)
21:00:34.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.391958 20078 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } attempt: 1
21:00:34.394 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:34.393975 20078 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.136.124:36573: Network error: Client connection negotiation failed: client connection to 127.19.136.124:36573: connect: Connection refused (error 111)
21:00:34.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:34.415184 20150 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:00:34.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:34.415782 20150 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:00:34.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:34.415904 20150 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:00:34.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:34.425338 20150 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:00:34.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:34.425462 20150 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:00:34.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:34.425518 20150 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:00:34.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:34.425559 20150 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:00:34.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:34.425611 20150 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:00:34.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:34.425643 20150 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40995/jwks.json
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.435926 20150 master_runner.cc:387] Master server non-default flags:
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.136.84:44719
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-2/data
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-2/wal
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:39955
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.136.126:32901,127.19.136.125:33375,127.19.136.124:36573
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.136.124:36573
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40995/jwks.json
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-2/data/info.pb
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.136.124
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-2/logs
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:34.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:00:34.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:00:34.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:00:34.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:00:34.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:00:34.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:00:34.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on bdcb31816ec0
21:00:34.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16877
21:00:34.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
21:00:34.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.437889 20150 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:00:34.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.439625 20150 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:00:34.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:34.449954 20158 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:34.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:34.450628 20160 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:34.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:34.450649 20157 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:34.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.451236 20150 server_base.cc:1061] running on GCE node
21:00:34.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.452049 20150 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:00:34.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.453613 20150 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:00:34.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.455214 20150 hybrid_clock.cc:648] HybridClock initialized: now 1783544434455158 us; error 45 us; skew 500 ppm
21:00:34.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.455587 20150 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:00:34.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.458819 20150 webserver.cc:534] Webserver started at http://127.19.136.124:40425/ using document root <none> and password file <none>
21:00:34.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.459654 20148 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } attempt: 4
21:00:34.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.459843 20150 fs_manager.cc:362] Metadata directory not provided
21:00:34.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.459959 20150 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:00:34.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.460366 20150 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:00:34.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:34.462044 20148 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.136.124:36573: Network error: Client connection negotiation failed: client connection to 127.19.136.124:36573: connect: Connection refused (error 111)
21:00:34.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.462267 20078 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } attempt: 2
21:00:34.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:34.464159 20078 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.136.124:36573: Network error: Client connection negotiation failed: client connection to 127.19.136.124:36573: connect: Connection refused (error 111)
21:00:34.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.464097 20150 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-2/data/instance:
21:00:34.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d3f6cc6e5d6f4b449cf242b0921dba37"
21:00:34.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:34 on dist-test-slave-zb3m"
21:00:34.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.465059 20150 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-2/wal/instance:
21:00:34.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d3f6cc6e5d6f4b449cf242b0921dba37"
21:00:34.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:34 on dist-test-slave-zb3m"
21:00:34.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.471095 20150 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.003s
21:00:34.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.474553 20166 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:00:34.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.475962 20150 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
21:00:34.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.476114 20150 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-2/data,/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-2/wal
21:00:34.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d3f6cc6e5d6f4b449cf242b0921dba37"
21:00:34.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:34 on dist-test-slave-zb3m"
21:00:34.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.476302 20150 fs_report.cc:389] FS layout report
21:00:34.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:00:34.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-2/wal
21:00:34.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-2/wal
21:00:34.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-2/data/data
21:00:34.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:00:34.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:00:34.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:00:34.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:00:34.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:00:34.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:00:34.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:00:34.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:00:34.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:00:34.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:00:34.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:00:34.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.492964 20150 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:00:34.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.493831 20150 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:00:34.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.494056 20150 kserver.cc:163] Server-wide thread pool size limit: 3276
21:00:34.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.513053 20150 rpc_server.cc:307] RPC server started. Bound to: 127.19.136.124:36573
21:00:34.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.513084 20217 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.19.136.124:36573 every 8 connection(s)
21:00:34.514 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.514424 20150 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-2/data/info.pb
21:00:34.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.518585 20218 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:00:34.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.522742 20001 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu as pid 20150
21:00:34.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.522944 20001 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster1449793920324602919/master-2/wal/instance
21:00:34.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.525104 20218 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.136.126" port: 32901 } has no permanent_uuid. Determining permanent_uuid...
21:00:34.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.537503 20218 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.136.125" port: 33375 } has no permanent_uuid. Determining permanent_uuid...
21:00:34.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.545454 20218 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } has no permanent_uuid. Determining permanent_uuid...
21:00:34.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.558579 20218 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d3f6cc6e5d6f4b449cf242b0921dba37: Bootstrap starting.
21:00:34.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.562336 20218 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d3f6cc6e5d6f4b449cf242b0921dba37: Neither blocks nor log segments found. Creating new log.
21:00:34.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.563489 20218 log.cc:826] T 00000000000000000000000000000000 P d3f6cc6e5d6f4b449cf242b0921dba37: Log is configured to *not* fsync() on all Append() calls
21:00:34.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.564249 20001 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
21:00:34.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.566550 20218 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d3f6cc6e5d6f4b449cf242b0921dba37: No bootstrap required, opened a new log
21:00:34.566 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:00:34.567 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

21:00:34.568 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.19.136.126"
      port: 32901
    }
    bound_http_address {
      host: "127.19.136.126"
      port: 46495
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.19.136.125"
      port: 33375
    }
    bound_http_address {
      host: "127.19.136.125"
      port: 33003
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.19.136.124"
      port: 36573
    }
    bound_http_address {
      host: "127.19.136.124"
      port: 40425
    }
  }
}

21:00:34.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.570421 20078 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } attempt: 3
21:00:34.570 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

21:00:34.571 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:00:34.572 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
21:00:34.574 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
21:00:34.574 [INFO - Metastore-Handler-Pool: Thread-128] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
21:00:34.575 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@240ecedb, with PersistenceManager: null will be shutdown
21:00:34.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.574944 20218 raft_consensus.cc:359] T 00000000000000000000000000000000 P d3f6cc6e5d6f4b449cf242b0921dba37 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce21cbec0a9c4a6a809dfd2179bbccfa" member_type: VOTER last_known_addr { host: "127.19.136.126" port: 32901 } } peers { permanent_uuid: "b9a393f4d0f44363bfcf86134ce996aa" member_type: VOTER last_known_addr { host: "127.19.136.125" port: 33375 } } peers { permanent_uuid: "d3f6cc6e5d6f4b449cf242b0921dba37" member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } }
21:00:34.575 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@240ecedb, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6e8fd6f3 created in the thread with id: 128
21:00:34.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.575552 20218 raft_consensus.cc:385] T 00000000000000000000000000000000 P d3f6cc6e5d6f4b449cf242b0921dba37 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:00:34.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.575809 20218 raft_consensus.cc:740] T 00000000000000000000000000000000 P d3f6cc6e5d6f4b449cf242b0921dba37 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d3f6cc6e5d6f4b449cf242b0921dba37, State: Initialized, Role: FOLLOWER
21:00:34.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.576828 20218 consensus_queue.cc:260] T 00000000000000000000000000000000 P d3f6cc6e5d6f4b449cf242b0921dba37 [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: "ce21cbec0a9c4a6a809dfd2179bbccfa" member_type: VOTER last_known_addr { host: "127.19.136.126" port: 32901 } } peers { permanent_uuid: "b9a393f4d0f44363bfcf86134ce996aa" member_type: VOTER last_known_addr { host: "127.19.136.125" port: 33375 } } peers { permanent_uuid: "d3f6cc6e5d6f4b449cf242b0921dba37" member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } }
21:00:34.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.578627 20223 sys_catalog.cc:455] T 00000000000000000000000000000000 P d3f6cc6e5d6f4b449cf242b0921dba37 [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: "ce21cbec0a9c4a6a809dfd2179bbccfa" member_type: VOTER last_known_addr { host: "127.19.136.126" port: 32901 } } peers { permanent_uuid: "b9a393f4d0f44363bfcf86134ce996aa" member_type: VOTER last_known_addr { host: "127.19.136.125" port: 33375 } } peers { permanent_uuid: "d3f6cc6e5d6f4b449cf242b0921dba37" member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } } }
21:00:34.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.579125 20223 sys_catalog.cc:458] T 00000000000000000000000000000000 P d3f6cc6e5d6f4b449cf242b0921dba37 [sys.catalog]: This master's current role is: FOLLOWER
21:00:34.579 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@240ecedb
21:00:34.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.580410 20218 sys_catalog.cc:565] T 00000000000000000000000000000000 P d3f6cc6e5d6f4b449cf242b0921dba37 [sys.catalog]: configured and running, proceeding with master startup.
21:00:34.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.586735 20078 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa: Bootstrap starting.
21:00:34.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.591977 20078 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa: Neither blocks nor log segments found. Creating new log.
21:00:34.594 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.593983 20078 log.cc:826] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa: Log is configured to *not* fsync() on all Append() calls
21:00:34.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.597324 20078 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa: No bootstrap required, opened a new log
21:00:34.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.606235 20078 raft_consensus.cc:359] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce21cbec0a9c4a6a809dfd2179bbccfa" member_type: VOTER last_known_addr { host: "127.19.136.126" port: 32901 } } peers { permanent_uuid: "b9a393f4d0f44363bfcf86134ce996aa" member_type: VOTER last_known_addr { host: "127.19.136.125" port: 33375 } } peers { permanent_uuid: "d3f6cc6e5d6f4b449cf242b0921dba37" member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } }
21:00:34.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.606873 20078 raft_consensus.cc:385] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:00:34.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.607157 20078 raft_consensus.cc:740] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ce21cbec0a9c4a6a809dfd2179bbccfa, State: Initialized, Role: FOLLOWER
21:00:34.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.608165 20078 consensus_queue.cc:260] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa [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: "ce21cbec0a9c4a6a809dfd2179bbccfa" member_type: VOTER last_known_addr { host: "127.19.136.126" port: 32901 } } peers { permanent_uuid: "b9a393f4d0f44363bfcf86134ce996aa" member_type: VOTER last_known_addr { host: "127.19.136.125" port: 33375 } } peers { permanent_uuid: "d3f6cc6e5d6f4b449cf242b0921dba37" member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } }
21:00:34.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.615449 20235 sys_catalog.cc:455] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa [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: "ce21cbec0a9c4a6a809dfd2179bbccfa" member_type: VOTER last_known_addr { host: "127.19.136.126" port: 32901 } } peers { permanent_uuid: "b9a393f4d0f44363bfcf86134ce996aa" member_type: VOTER last_known_addr { host: "127.19.136.125" port: 33375 } } peers { permanent_uuid: "d3f6cc6e5d6f4b449cf242b0921dba37" member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } } }
21:00:34.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.618158 20235 sys_catalog.cc:458] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa [sys.catalog]: This master's current role is: FOLLOWER
21:00:34.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.617995 20078 sys_catalog.cc:565] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa [sys.catalog]: configured and running, proceeding with master startup.
21:00:34.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.639107 20235 raft_consensus.cc:493] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
21:00:34.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.639717 20235 raft_consensus.cc:515] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce21cbec0a9c4a6a809dfd2179bbccfa" member_type: VOTER last_known_addr { host: "127.19.136.126" port: 32901 } } peers { permanent_uuid: "b9a393f4d0f44363bfcf86134ce996aa" member_type: VOTER last_known_addr { host: "127.19.136.125" port: 33375 } } peers { permanent_uuid: "d3f6cc6e5d6f4b449cf242b0921dba37" member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } }
21:00:34.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.642596 20193 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "ce21cbec0a9c4a6a809dfd2179bbccfa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d3f6cc6e5d6f4b449cf242b0921dba37" is_pre_election: true
21:00:34.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.643189 20193 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d3f6cc6e5d6f4b449cf242b0921dba37 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ce21cbec0a9c4a6a809dfd2179bbccfa in term 0.
21:00:34.644 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.643869 20028 leader_election.cc:304] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa [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: ce21cbec0a9c4a6a809dfd2179bbccfa, d3f6cc6e5d6f4b449cf242b0921dba37; no voters: 
21:00:34.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.645442 20244 raft_consensus.cc:2804] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa [term 0 FOLLOWER]: Leader pre-election won for term 1
21:00:34.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.646167 20244 raft_consensus.cc:493] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
21:00:34.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.647805 20235 leader_election.cc:290] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b9a393f4d0f44363bfcf86134ce996aa (127.19.136.125:33375), d3f6cc6e5d6f4b449cf242b0921dba37 (127.19.136.124:36573)
21:00:34.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.648077 20244 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa [term 0 FOLLOWER]: Advancing to term 1
21:00:34.649 [INFO - Metastore-Handler-Pool: Thread-130] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:00:34.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:34.651875 20237 client.h:373] Failed to connect to Hive Metastore (localhost:39955): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:34.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.660893 20150 master_runner.cc:187] Error getting master registration for 127.19.136.126:32901: OK, instance_id { permanent_uuid: "ce21cbec0a9c4a6a809dfd2179bbccfa" instance_seqno: 1783544433615689 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
21:00:34.670 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.670078 20150 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
21:00:34.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.674340 20244 raft_consensus.cc:515] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce21cbec0a9c4a6a809dfd2179bbccfa" member_type: VOTER last_known_addr { host: "127.19.136.126" port: 32901 } } peers { permanent_uuid: "b9a393f4d0f44363bfcf86134ce996aa" member_type: VOTER last_known_addr { host: "127.19.136.125" port: 33375 } } peers { permanent_uuid: "d3f6cc6e5d6f4b449cf242b0921dba37" member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } }
21:00:34.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.680823 20244 leader_election.cc:290] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa [CANDIDATE]: Term 1 election: Requested vote from peers b9a393f4d0f44363bfcf86134ce996aa (127.19.136.125:33375), d3f6cc6e5d6f4b449cf242b0921dba37 (127.19.136.124:36573)
21:00:34.681 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.681675 20193 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "ce21cbec0a9c4a6a809dfd2179bbccfa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d3f6cc6e5d6f4b449cf242b0921dba37"
21:00:34.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.681915 20193 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d3f6cc6e5d6f4b449cf242b0921dba37 [term 0 FOLLOWER]: Advancing to term 1
21:00:34.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.685808 20193 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d3f6cc6e5d6f4b449cf242b0921dba37 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ce21cbec0a9c4a6a809dfd2179bbccfa in term 1.
21:00:34.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.686981 20028 leader_election.cc:304] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa [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: ce21cbec0a9c4a6a809dfd2179bbccfa, d3f6cc6e5d6f4b449cf242b0921dba37; no voters: 
21:00:34.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:34.689565 20245 catalog_manager.cc:1593] T 00000000000000000000000000000000 P d3f6cc6e5d6f4b449cf242b0921dba37: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
21:00:34.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:34.689982 20245 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
21:00:34.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.705133 20244 raft_consensus.cc:2804] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa [term 1 FOLLOWER]: Leader election won for term 1
21:00:34.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.705843 20244 raft_consensus.cc:697] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa [term 1 LEADER]: Becoming Leader. State: Replica: ce21cbec0a9c4a6a809dfd2179bbccfa, State: Running, Role: LEADER
21:00:34.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.706697 20244 consensus_queue.cc:237] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa [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: "ce21cbec0a9c4a6a809dfd2179bbccfa" member_type: VOTER last_known_addr { host: "127.19.136.126" port: 32901 } } peers { permanent_uuid: "b9a393f4d0f44363bfcf86134ce996aa" member_type: VOTER last_known_addr { host: "127.19.136.125" port: 33375 } } peers { permanent_uuid: "d3f6cc6e5d6f4b449cf242b0921dba37" member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } }
21:00:34.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.713933 20235 sys_catalog.cc:455] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa [sys.catalog]: SysCatalogTable state changed. Reason: New leader ce21cbec0a9c4a6a809dfd2179bbccfa. Latest consensus state: current_term: 1 leader_uuid: "ce21cbec0a9c4a6a809dfd2179bbccfa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce21cbec0a9c4a6a809dfd2179bbccfa" member_type: VOTER last_known_addr { host: "127.19.136.126" port: 32901 } } peers { permanent_uuid: "b9a393f4d0f44363bfcf86134ce996aa" member_type: VOTER last_known_addr { host: "127.19.136.125" port: 33375 } } peers { permanent_uuid: "d3f6cc6e5d6f4b449cf242b0921dba37" member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } } }
21:00:34.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.714192 20235 sys_catalog.cc:458] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa [sys.catalog]: This master's current role is: LEADER
21:00:34.722 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.722792 20252 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
21:00:34.736 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.736745 20252 catalog_manager.cc:1519] Initializing Kudu cluster ID...
21:00:34.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:34.747416 20172 tablet.cc:2406] T 00000000000000000000000000000000 P d3f6cc6e5d6f4b449cf242b0921dba37: Can't schedule compaction. Clean time has not been advanced past its initial value.
21:00:34.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.761021 20193 raft_consensus.cc:1275] T 00000000000000000000000000000000 P d3f6cc6e5d6f4b449cf242b0921dba37 [term 1 FOLLOWER]: Refusing update from remote peer ce21cbec0a9c4a6a809dfd2179bbccfa: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
21:00:34.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.761623 20148 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } attempt: 5
21:00:34.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.763422 20235 consensus_queue.cc:1048] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa [LEADER]: Connected to new peer: Peer: permanent_uuid: "d3f6cc6e5d6f4b449cf242b0921dba37" member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
21:00:34.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.776438 20148 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b9a393f4d0f44363bfcf86134ce996aa: Bootstrap starting.
21:00:34.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.791026 20148 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b9a393f4d0f44363bfcf86134ce996aa: Neither blocks nor log segments found. Creating new log.
21:00:34.801 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.800122 20148 log.cc:826] T 00000000000000000000000000000000 P b9a393f4d0f44363bfcf86134ce996aa: Log is configured to *not* fsync() on all Append() calls
21:00:34.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.817127 20255 mvcc.cc:204] Tried to move back new op lower bound from 7305398004761518080 to 7305398004564963328. Current Snapshot: MvccSnapshot[applied={T|T < 7305398004761518080}]
21:00:34.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.817950 20223 sys_catalog.cc:455] T 00000000000000000000000000000000 P d3f6cc6e5d6f4b449cf242b0921dba37 [sys.catalog]: SysCatalogTable state changed. Reason: New leader ce21cbec0a9c4a6a809dfd2179bbccfa. Latest consensus state: current_term: 1 leader_uuid: "ce21cbec0a9c4a6a809dfd2179bbccfa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce21cbec0a9c4a6a809dfd2179bbccfa" member_type: VOTER last_known_addr { host: "127.19.136.126" port: 32901 } } peers { permanent_uuid: "b9a393f4d0f44363bfcf86134ce996aa" member_type: VOTER last_known_addr { host: "127.19.136.125" port: 33375 } } peers { permanent_uuid: "d3f6cc6e5d6f4b449cf242b0921dba37" member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } } }
21:00:34.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.818228 20223 sys_catalog.cc:458] T 00000000000000000000000000000000 P d3f6cc6e5d6f4b449cf242b0921dba37 [sys.catalog]: This master's current role is: FOLLOWER
21:00:34.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.819830 20148 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b9a393f4d0f44363bfcf86134ce996aa: No bootstrap required, opened a new log
21:00:34.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.841737 20148 raft_consensus.cc:359] T 00000000000000000000000000000000 P b9a393f4d0f44363bfcf86134ce996aa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce21cbec0a9c4a6a809dfd2179bbccfa" member_type: VOTER last_known_addr { host: "127.19.136.126" port: 32901 } } peers { permanent_uuid: "b9a393f4d0f44363bfcf86134ce996aa" member_type: VOTER last_known_addr { host: "127.19.136.125" port: 33375 } } peers { permanent_uuid: "d3f6cc6e5d6f4b449cf242b0921dba37" member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } }
21:00:34.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.843520 20244 sys_catalog.cc:455] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "ce21cbec0a9c4a6a809dfd2179bbccfa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce21cbec0a9c4a6a809dfd2179bbccfa" member_type: VOTER last_known_addr { host: "127.19.136.126" port: 32901 } } peers { permanent_uuid: "b9a393f4d0f44363bfcf86134ce996aa" member_type: VOTER last_known_addr { host: "127.19.136.125" port: 33375 } } peers { permanent_uuid: "d3f6cc6e5d6f4b449cf242b0921dba37" member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } } }
21:00:34.843 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.843772 20244 sys_catalog.cc:458] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa [sys.catalog]: This master's current role is: LEADER
21:00:34.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.844012 20252 catalog_manager.cc:1382] Generated new cluster ID: 241880f1b4b14d5b8384e240e6c5c392
21:00:34.844 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.844102 20252 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
21:00:34.850 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.850669 20148 raft_consensus.cc:385] T 00000000000000000000000000000000 P b9a393f4d0f44363bfcf86134ce996aa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:00:34.851 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.851294 20148 raft_consensus.cc:740] T 00000000000000000000000000000000 P b9a393f4d0f44363bfcf86134ce996aa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b9a393f4d0f44363bfcf86134ce996aa, State: Initialized, Role: FOLLOWER
21:00:34.852 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.852546 20148 consensus_queue.cc:260] T 00000000000000000000000000000000 P b9a393f4d0f44363bfcf86134ce996aa [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: "ce21cbec0a9c4a6a809dfd2179bbccfa" member_type: VOTER last_known_addr { host: "127.19.136.126" port: 32901 } } peers { permanent_uuid: "b9a393f4d0f44363bfcf86134ce996aa" member_type: VOTER last_known_addr { host: "127.19.136.125" port: 33375 } } peers { permanent_uuid: "d3f6cc6e5d6f4b449cf242b0921dba37" member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } }
21:00:34.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.856098 20223 sys_catalog.cc:455] T 00000000000000000000000000000000 P d3f6cc6e5d6f4b449cf242b0921dba37 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "ce21cbec0a9c4a6a809dfd2179bbccfa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce21cbec0a9c4a6a809dfd2179bbccfa" member_type: VOTER last_known_addr { host: "127.19.136.126" port: 32901 } } peers { permanent_uuid: "b9a393f4d0f44363bfcf86134ce996aa" member_type: VOTER last_known_addr { host: "127.19.136.125" port: 33375 } } peers { permanent_uuid: "d3f6cc6e5d6f4b449cf242b0921dba37" member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } } }
21:00:34.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.856314 20223 sys_catalog.cc:458] T 00000000000000000000000000000000 P d3f6cc6e5d6f4b449cf242b0921dba37 [sys.catalog]: This master's current role is: FOLLOWER
21:00:34.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.867720 20264 sys_catalog.cc:455] T 00000000000000000000000000000000 P b9a393f4d0f44363bfcf86134ce996aa [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: "ce21cbec0a9c4a6a809dfd2179bbccfa" member_type: VOTER last_known_addr { host: "127.19.136.126" port: 32901 } } peers { permanent_uuid: "b9a393f4d0f44363bfcf86134ce996aa" member_type: VOTER last_known_addr { host: "127.19.136.125" port: 33375 } } peers { permanent_uuid: "d3f6cc6e5d6f4b449cf242b0921dba37" member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } } }
21:00:34.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.869998 20264 sys_catalog.cc:458] T 00000000000000000000000000000000 P b9a393f4d0f44363bfcf86134ce996aa [sys.catalog]: This master's current role is: FOLLOWER
21:00:34.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.870908 20148 sys_catalog.cc:565] T 00000000000000000000000000000000 P b9a393f4d0f44363bfcf86134ce996aa [sys.catalog]: configured and running, proceeding with master startup.
21:00:34.879 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.870949 20122 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "ce21cbec0a9c4a6a809dfd2179bbccfa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b9a393f4d0f44363bfcf86134ce996aa"
21:00:34.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.871590 20121 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b9a393f4d0f44363bfcf86134ce996aa [term 0 FOLLOWER]: Advancing to term 1
21:00:34.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.877897 20121 raft_consensus.cc:1275] T 00000000000000000000000000000000 P b9a393f4d0f44363bfcf86134ce996aa [term 1 FOLLOWER]: Refusing update from remote peer ce21cbec0a9c4a6a809dfd2179bbccfa: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
21:00:34.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.878041 20252 catalog_manager.cc:1405] Generated new certificate authority record
21:00:34.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.871726 20123 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "ce21cbec0a9c4a6a809dfd2179bbccfa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b9a393f4d0f44363bfcf86134ce996aa" is_pre_election: true
21:00:34.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.878803 20123 raft_consensus.cc:2468] T 00000000000000000000000000000000 P b9a393f4d0f44363bfcf86134ce996aa [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate ce21cbec0a9c4a6a809dfd2179bbccfa in term 1.
21:00:34.880 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.879702 20252 catalog_manager.cc:1539] Loading token signing keys...
21:00:34.885 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.880714 20235 consensus_queue.cc:1048] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa [LEADER]: Connected to new peer: Peer: permanent_uuid: "b9a393f4d0f44363bfcf86134ce996aa" member_type: VOTER last_known_addr { host: "127.19.136.125" port: 33375 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
21:00:34.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.906744 20252 catalog_manager.cc:6069] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa: Generated new TSK 0
21:00:34.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.908461 20252 catalog_manager.cc:1549] Initializing in-progress tserver states...
21:00:34.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.927205 20273 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
21:00:34.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.932180 20012 master_runner.cc:187] Error getting master registration for 127.19.136.125:33375: OK, instance_id { permanent_uuid: "b9a393f4d0f44363bfcf86134ce996aa" instance_seqno: 1783544434055899 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
21:00:34.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.939597 20012 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
21:00:34.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.962337 20264 sys_catalog.cc:455] T 00000000000000000000000000000000 P b9a393f4d0f44363bfcf86134ce996aa [sys.catalog]: SysCatalogTable state changed. Reason: New leader ce21cbec0a9c4a6a809dfd2179bbccfa. Latest consensus state: current_term: 1 leader_uuid: "ce21cbec0a9c4a6a809dfd2179bbccfa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce21cbec0a9c4a6a809dfd2179bbccfa" member_type: VOTER last_known_addr { host: "127.19.136.126" port: 32901 } } peers { permanent_uuid: "b9a393f4d0f44363bfcf86134ce996aa" member_type: VOTER last_known_addr { host: "127.19.136.125" port: 33375 } } peers { permanent_uuid: "d3f6cc6e5d6f4b449cf242b0921dba37" member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } } }
21:00:34.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.962628 20264 sys_catalog.cc:458] T 00000000000000000000000000000000 P b9a393f4d0f44363bfcf86134ce996aa [sys.catalog]: This master's current role is: FOLLOWER
21:00:34.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.962944 20275 sys_catalog.cc:455] T 00000000000000000000000000000000 P b9a393f4d0f44363bfcf86134ce996aa [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "ce21cbec0a9c4a6a809dfd2179bbccfa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce21cbec0a9c4a6a809dfd2179bbccfa" member_type: VOTER last_known_addr { host: "127.19.136.126" port: 32901 } } peers { permanent_uuid: "b9a393f4d0f44363bfcf86134ce996aa" member_type: VOTER last_known_addr { host: "127.19.136.125" port: 33375 } } peers { permanent_uuid: "d3f6cc6e5d6f4b449cf242b0921dba37" member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } } }
21:00:34.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.963194 20275 sys_catalog.cc:458] T 00000000000000000000000000000000 P b9a393f4d0f44363bfcf86134ce996aa [sys.catalog]: This master's current role is: FOLLOWER
21:00:34.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.964485 20244 sys_catalog.cc:455] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "ce21cbec0a9c4a6a809dfd2179bbccfa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ce21cbec0a9c4a6a809dfd2179bbccfa" member_type: VOTER last_known_addr { host: "127.19.136.126" port: 32901 } } peers { permanent_uuid: "b9a393f4d0f44363bfcf86134ce996aa" member_type: VOTER last_known_addr { host: "127.19.136.125" port: 33375 } } peers { permanent_uuid: "d3f6cc6e5d6f4b449cf242b0921dba37" member_type: VOTER last_known_addr { host: "127.19.136.124" port: 36573 } } }
21:00:34.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:34.964697 20244 sys_catalog.cc:458] T 00000000000000000000000000000000 P ce21cbec0a9c4a6a809dfd2179bbccfa [sys.catalog]: This master's current role is: LEADER
21:00:35.033 [INFO - Metastore-Handler-Pool: Thread-132] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:00:35.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:35.034288 20285 client.h:373] Failed to connect to Hive Metastore (localhost:39955): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:35.035 [INFO - Metastore-Handler-Pool: Thread-131] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:00:35.036 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:35.035821 20269 client.h:373] Failed to connect to Hive Metastore (localhost:39955): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:35.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:35.038517 20289 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
21:00:35.247 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:35.254 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:35.254 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:35.428 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
21:00:35.441 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:709) Transformer returning table:Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:file:/tmp/hive10297792545622225721/external-warehouse/legacy_table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
21:00:35.442 [INFO - Metastore-Handler-Pool: Thread-128] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive10297792545622225721/external-warehouse/legacy_table
21:00:35.533 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
21:00:35.561 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
21:00:35.567 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=legacy_table	
21:00:35.578 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
21:00:35.647 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
21:00:35.647 [INFO - Metastore-Handler-Pool: Thread-128] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
21:00:35.654 [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=	
21:00:35.655 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:35.655067 20237 client.h:373] Failed to connect to Hive Metastore (localhost:39955): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:35.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:35.692129 20245 catalog_manager.cc:1294] Loaded cluster ID: 241880f1b4b14d5b8384e240e6c5c392
21:00:35.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:35.692229 20245 catalog_manager.cc:1587] T 00000000000000000000000000000000 P d3f6cc6e5d6f4b449cf242b0921dba37: loading cluster ID for follower catalog manager: success
21:00:35.696 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:35.696017 20245 catalog_manager.cc:1609] T 00000000000000000000000000000000 P d3f6cc6e5d6f4b449cf242b0921dba37: acquiring CA information for follower catalog manager: success
21:00:35.698 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:35.698648 20245 catalog_manager.cc:1637] T 00000000000000000000000000000000 P d3f6cc6e5d6f4b449cf242b0921dba37: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
21:00:35.732 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=new_table	
21:00:35.756 [INFO - Metastore-Handler-Pool: Thread-128] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table new_table
21:00:35.791 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.new_table	
21:00:35.800 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:3711) Skipping translation for processor with null
21:00:35.801 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: new_table	
21:00:35.891 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:36.000 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:36.032 [WARN - Metastore-Handler-Pool: Thread-128] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:36.037 [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=	
21:00:36.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:36.037856 20285 client.h:373] Failed to connect to Hive Metastore (localhost:39955): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:36.038 [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=	
21:00:36.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:36.038648 20269 client.h:373] Failed to connect to Hive Metastore (localhost:39955): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:36.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:36.070638 20289 catalog_manager.cc:1294] Loaded cluster ID: 241880f1b4b14d5b8384e240e6c5c392
21:00:36.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:36.071062 20289 catalog_manager.cc:1587] T 00000000000000000000000000000000 P b9a393f4d0f44363bfcf86134ce996aa: loading cluster ID for follower catalog manager: success
21:00:36.075 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:36.075521 20289 catalog_manager.cc:1609] T 00000000000000000000000000000000 P b9a393f4d0f44363bfcf86134ce996aa: acquiring CA information for follower catalog manager: success
21:00:36.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:36.083089 20289 catalog_manager.cc:1637] T 00000000000000000000000000000000 P b9a393f4d0f44363bfcf86134ce996aa: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
21:00:36.161 [INFO - Metastore-Handler-Pool: Thread-128] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
21:00:36.162 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
21:00:36.162 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
21:00:36.162 [INFO - Metastore-Handler-Pool: Thread-128] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@240ecedb, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@6e8fd6f3 will be shutdown
21:00:36.162 [INFO - Metastore-Handler-Pool: Thread-128] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
21:00:36.163 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:36.162891 20001 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu pid 20012
21:00:36.164 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:36.164331 20073 generic_service.cc:196] Checking for leaks (request via RPC)
21:00:36.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:36.307350 20001 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu with pid 20012
21:00:36.323 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:36.323019 20168 connection.cc:573] server connection from 127.0.0.1:50148 recv error: Network error: recv error from unknown peer: Transport endpoint is not connected (error 107)
21:00:36.324 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:36.323902 20001 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu pid 20079
21:00:36.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:36.325109 20143 generic_service.cc:196] Checking for leaks (request via RPC)
21:00:36.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:36.427170 20001 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu with pid 20079
21:00:36.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:36.440783 20001 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu pid 20150
21:00:36.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:36.442018 20213 generic_service.cc:196] Checking for leaks (request via RPC)
21:00:36.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:36.549078 20001 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu with pid 20150
21:00:36.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:00:36Z chronyd exiting
.21:00:36.686 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
21:00:36.686 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
21:00:36.687 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
21:00:36.703 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive4565248232575109270
21:00:36.704 [INFO - Thread-95] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
21:00:36.704 [INFO - Thread-95] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
21:00:36.706 [INFO - Thread-95] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
21:00:36.706 [INFO - Thread-95] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
21:00:36.706 [INFO - Thread-95] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
21:00:36.706 [INFO - Thread-95] (HikariDataSource.java:350) objectstore - Shutdown initiated...
21:00:36.708 [INFO - Thread-95] (HikariDataSource.java:352) objectstore - Shutdown completed.
21:00:36.708 [INFO - Thread-95] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
21:00:36.709 [INFO - Thread-95] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
21:00:36.709 [INFO - Thread-95] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
21:00:36.710 [INFO - Thread-95] (HikariDataSource.java:80) objectstore - Starting...
21:00:36.782 [INFO - Thread-95] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
21:00:36.782 [INFO - Thread-95] (HikariDataSource.java:82) objectstore - Start completed.
21:00:36.783 [INFO - Thread-95] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
21:00:36.785 [INFO - Thread-95] (HikariDataSource.java:80) objectstore-secondary - Starting...
21:00:36.786 [INFO - Thread-95] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
21:00:36.787 [INFO - Thread-95] (HikariDataSource.java:82) objectstore-secondary - Start completed.
21:00:36.826 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
21:00:36.827 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
21:00:36.828 [INFO - Thread-95] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
21:00:36.851 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:36.852 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:36.852 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:36.853 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:36.853 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:36.853 [WARN - Thread-95] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:37.033 [INFO - Thread-95] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
21:00:37.033 [INFO - Thread-95] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@383dbb1e, with PersistenceManager: null will be shutdown
21:00:37.034 [INFO - Thread-95] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@383dbb1e, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@72454c73 created in the thread with id: 138
21:00:37.035 [WARN - Thread-95] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
21:00:37.037 [INFO - Thread-95] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@383dbb1e
21:00:37.144 [INFO - Thread-95] (HMSHandler.java:595) Started creating a default database with name: default
21:00:37.160 [INFO - Thread-95] (HMSHandler.java:605) Successfully created a default database with name: default
21:00:37.183 [INFO - Thread-95] (HMSHandler.java:668) Added admin role in metastore
21:00:37.185 [INFO - Thread-95] (HMSHandler.java:677) Added public role in metastore
21:00:37.215 [INFO - Thread-95] (HMSHandler.java:717) No user is added in admin role, since config is empty
21:00:37.215 [INFO - Thread-95] (HMSHandler.java:404) HMS server filtering is disabled by configuration
21:00:37.216 [INFO - Thread-95] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
21:00:37.216 [INFO - Thread-95] (HiveMetaStore.java:697) Direct SQL optimization = true
21:00:37.217 [WARN - Thread-95] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
21:00:37.217 [INFO - Thread-95] (HiveMetaStore.java:632) Started the new metaserver on port [41815]...
21:00:37.217 [INFO - Thread-95] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
21:00:37.217 [INFO - Thread-95] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
21:00:37.217 [INFO - Thread-95] (HiveMetaStore.java:635) TCP keepalive = true
21:00:37.217 [INFO - Thread-95] (HiveMetaStore.java:636) Enable SSL = false
21:00:37.706 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
21:00:37.706 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
21:00:37.706 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
21:00:37.708 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
21:00:37.708 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:41815]
21:00:37.708 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:41815) in binary transport mode
21:00:37.709 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:41815) current connections: 1
21:00:37.710 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskFFU0Td/test-tmp
21:00:37.710 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
21:00:37.710 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskFFU0Td/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
21:00:37.713 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:41815"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

21:00:38.027 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:00:38.028 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

21:00:38.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.030867 20326 mini_oidc.cc:150] Starting JWKS server
21:00:38.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.033466 20326 webserver.cc:534] Webserver started at http://127.0.0.1:45419/ using document root <none> and password file <none>
21:00:38.033 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.033704 20326 mini_oidc.cc:186] Starting OIDC Discovery server
21:00:38.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.034338 20326 webserver.cc:534] Webserver started at http://127.0.0.1:39207/ using document root <none> and password file <none>
21:00:38.050 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:00:38Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
21:00:38.051 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:00:38Z Disabled control of system clock
21:00:38.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.060902 20326 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:38.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:38.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-0/wal
21:00:38.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-0/data
21:00:38.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:00:38.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:00:38.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:00:38.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:38.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:38.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:38.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-0/logs
21:00:38.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-0/data/info.pb
21:00:38.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:38.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:00:38.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:00:38.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:00:38.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:00:38.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:38.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:38.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:38.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:00:38.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:00:38.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:38.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:38.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.217.190:44151
21:00:38.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.217.190
21:00:38.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:38.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.217.148:43673
21:00:38.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:38.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:38.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:38.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:38.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.217.190:44151,127.19.217.189:35327,127.19.217.188:39221
21:00:38.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:38.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45419/jwks.json
21:00:38.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41815 with env {}
21:00:38.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.390012 20337 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:00:38.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.390298 20337 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:00:38.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.390372 20337 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:00:38.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.399046 20337 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:00:38.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.399132 20337 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:00:38.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.399183 20337 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:00:38.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.399220 20337 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:00:38.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.399269 20337 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:00:38.399 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.399300 20337 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45419/jwks.json
21:00:38.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.410183 20337 master_runner.cc:387] Master server non-default flags:
21:00:38.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:38.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.217.148:43673
21:00:38.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:38.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:38.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-0/data
21:00:38.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-0/wal
21:00:38.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41815
21:00:38.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:38.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.217.190:44151,127.19.217.189:35327,127.19.217.188:39221
21:00:38.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:38.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:38.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:38.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.217.190:44151
21:00:38.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:38.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:00:38.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:38.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45419/jwks.json
21:00:38.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:38.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:38.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-0/data/info.pb
21:00:38.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.217.190
21:00:38.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:38.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:00:38.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:38.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:00:38.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:00:38.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:38.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-0/logs
21:00:38.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:38.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:00:38.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:00:38.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:00:38.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:00:38.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:00:38.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:00:38.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on bdcb31816ec0
21:00:38.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16877
21:00:38.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
21:00:38.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.411705 20337 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:00:38.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.413406 20337 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:00:38.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.421129 20343 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:38.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.421155 20342 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:38.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.421392 20345 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:38.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.422082 20337 server_base.cc:1061] running on GCE node
21:00:38.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.422803 20337 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:00:38.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.424242 20337 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:00:38.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.425442 20337 hybrid_clock.cc:648] HybridClock initialized: now 1783544438425399 us; error 32 us; skew 500 ppm
21:00:38.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.425798 20337 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:00:38.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.428149 20337 webserver.cc:534] Webserver started at http://127.19.217.190:44509/ using document root <none> and password file <none>
21:00:38.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.429066 20337 fs_manager.cc:362] Metadata directory not provided
21:00:38.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.429162 20337 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:00:38.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.429533 20337 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:00:38.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.431797 20337 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-0/data/instance:
21:00:38.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c97f418885ac45eb8427916c6ba7a3f1"
21:00:38.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:38 on dist-test-slave-zb3m"
21:00:38.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.432518 20337 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-0/wal/instance:
21:00:38.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c97f418885ac45eb8427916c6ba7a3f1"
21:00:38.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:38 on dist-test-slave-zb3m"
21:00:38.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.438265 20337 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.005s
21:00:38.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.441840 20351 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:00:38.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.443276 20337 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.004s
21:00:38.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.443457 20337 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-0/data,/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-0/wal
21:00:38.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "c97f418885ac45eb8427916c6ba7a3f1"
21:00:38.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:38 on dist-test-slave-zb3m"
21:00:38.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.443712 20337 fs_report.cc:389] FS layout report
21:00:38.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:00:38.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-0/wal
21:00:38.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-0/wal
21:00:38.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-0/data/data
21:00:38.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:00:38.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:00:38.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:00:38.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:00:38.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:00:38.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:00:38.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:00:38.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:00:38.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:00:38.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:00:38.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:00:38.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.475456 20337 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:00:38.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.476409 20337 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:00:38.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.476701 20337 kserver.cc:163] Server-wide thread pool size limit: 3276
21:00:38.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.495548 20337 rpc_server.cc:307] RPC server started. Bound to: 127.19.217.190:44151
21:00:38.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.495569 20402 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.19.217.190:44151 every 8 connection(s)
21:00:38.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.497190 20337 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-0/data/info.pb
21:00:38.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.501469 20403 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:00:38.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.501757 20326 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu as pid 20337
21:00:38.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.502187 20326 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-0/wal/instance
21:00:38.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.504534 20326 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:38.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:38.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-1/wal
21:00:38.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-1/data
21:00:38.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:00:38.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:00:38.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:00:38.504 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:38.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:38.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:38.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-1/logs
21:00:38.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-1/data/info.pb
21:00:38.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:38.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:00:38.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:00:38.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:00:38.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:00:38.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:38.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:38.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:38.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:00:38.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:00:38.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:38.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:38.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.217.189:35327
21:00:38.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.217.189
21:00:38.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:38.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.217.148:43673
21:00:38.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:38.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:38.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:38.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:38.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.217.190:44151,127.19.217.189:35327,127.19.217.188:39221
21:00:38.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:38.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45419/jwks.json
21:00:38.505 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41815 with env {}
21:00:38.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.507870 20403 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.217.190" port: 44151 } has no permanent_uuid. Determining permanent_uuid...
21:00:38.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.525032 20403 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.217.189" port: 35327 } has no permanent_uuid. Determining permanent_uuid...
21:00:38.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.526409 20355 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.19.217.189:35327: connect: Connection refused (error 111)
21:00:38.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.528046 20403 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.217.189:35327: Network error: Client connection negotiation failed: client connection to 127.19.217.189:35327: connect: Connection refused (error 111)
21:00:38.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.577368 20403 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.217.189" port: 35327 } attempt: 1
21:00:38.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.579660 20403 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.217.189:35327: Network error: Client connection negotiation failed: client connection to 127.19.217.189:35327: connect: Connection refused (error 111)
21:00:38.648 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.648000 20403 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.217.189" port: 35327 } attempt: 2
21:00:38.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.650538 20403 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.217.189:35327: Network error: Client connection negotiation failed: client connection to 127.19.217.189:35327: connect: Connection refused (error 111)
21:00:38.742 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.741804 20403 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.217.189" port: 35327 } attempt: 3
21:00:38.744 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.743839 20403 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.217.189:35327: Network error: Client connection negotiation failed: client connection to 127.19.217.189:35327: connect: Connection refused (error 111)
21:00:38.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.832855 20404 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:00:38.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.833231 20404 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:00:38.833 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.833349 20404 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:00:38.841 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.841691 20404 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:00:38.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.841804 20404 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:00:38.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.841881 20404 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:00:38.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.841936 20404 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:00:38.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.842005 20404 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:00:38.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.842051 20404 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45419/jwks.json
21:00:38.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.853070 20404 master_runner.cc:387] Master server non-default flags:
21:00:38.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:38.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.217.148:43673
21:00:38.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:38.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:38.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-1/data
21:00:38.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-1/wal
21:00:38.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41815
21:00:38.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:38.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.217.190:44151,127.19.217.189:35327,127.19.217.188:39221
21:00:38.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:38.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:38.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:38.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.217.189:35327
21:00:38.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:38.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:00:38.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:38.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45419/jwks.json
21:00:38.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:38.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:38.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-1/data/info.pb
21:00:38.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.217.189
21:00:38.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:38.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:00:38.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:38.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:00:38.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:00:38.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:38.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-1/logs
21:00:38.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:38.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:00:38.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:00:38.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:00:38.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:00:38.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:00:38.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:00:38.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on bdcb31816ec0
21:00:38.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16877
21:00:38.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
21:00:38.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.855142 20404 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:00:38.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.857036 20404 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:00:38.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.866540 20415 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:38.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.866551 20412 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:38.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.866528 20413 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:38.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.867694 20404 server_base.cc:1061] running on GCE node
21:00:38.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.868556 20404 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:00:38.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.870061 20404 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:00:38.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.871272 20404 hybrid_clock.cc:648] HybridClock initialized: now 1783544438871227 us; error 34 us; skew 500 ppm
21:00:38.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.871654 20404 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:00:38.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.873986 20404 webserver.cc:534] Webserver started at http://127.19.217.189:33713/ using document root <none> and password file <none>
21:00:38.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.874761 20404 fs_manager.cc:362] Metadata directory not provided
21:00:38.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.874868 20404 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:00:38.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.875252 20404 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:00:38.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.877707 20404 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-1/data/instance:
21:00:38.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "167fe997cbaa40cea9226a975e171040"
21:00:38.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:38 on dist-test-slave-zb3m"
21:00:38.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.878538 20404 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-1/wal/instance:
21:00:38.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "167fe997cbaa40cea9226a975e171040"
21:00:38.878 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:38 on dist-test-slave-zb3m"
21:00:38.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.883937 20404 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.003s
21:00:38.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.887074 20403 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.217.189" port: 35327 } attempt: 4
21:00:38.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.887674 20421 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:00:38.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.888972 20403 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.217.189:35327: Network error: Client connection negotiation failed: client connection to 127.19.217.189:35327: connect: Connection refused (error 111)
21:00:38.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.889133 20404 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.002s
21:00:38.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.889271 20404 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-1/data,/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-1/wal
21:00:38.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "167fe997cbaa40cea9226a975e171040"
21:00:38.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:38 on dist-test-slave-zb3m"
21:00:38.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.889451 20404 fs_report.cc:389] FS layout report
21:00:38.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:00:38.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-1/wal
21:00:38.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-1/wal
21:00:38.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-1/data/data
21:00:38.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:00:38.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:00:38.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:00:38.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:00:38.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:00:38.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:00:38.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:00:38.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:00:38.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:00:38.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:00:38.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:00:38.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.918483 20404 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:00:38.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.919328 20404 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:00:38.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.919551 20404 kserver.cc:163] Server-wide thread pool size limit: 3276
21:00:38.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.941819 20404 rpc_server.cc:307] RPC server started. Bound to: 127.19.217.189:35327
21:00:38.942 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.941851 20472 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.19.217.189:35327 every 8 connection(s)
21:00:38.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.943251 20404 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-1/data/info.pb
21:00:38.947 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.947367 20473 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:00:38.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.951994 20326 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu as pid 20404
21:00:38.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.952157 20326 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-1/wal/instance
21:00:38.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.953233 20326 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:38.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:38.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-2/wal
21:00:38.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-2/data
21:00:38.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:00:38.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:00:38.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:00:38.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:38.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:38.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:38.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-2/logs
21:00:38.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-2/data/info.pb
21:00:38.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:38.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:00:38.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:00:38.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:00:38.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:00:38.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:38.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:38.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:38.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:00:38.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:00:38.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:38.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:38.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.217.188:39221
21:00:38.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.217.188
21:00:38.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:38.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.217.148:43673
21:00:38.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:38.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:38.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:38.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:38.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.217.190:44151,127.19.217.189:35327,127.19.217.188:39221
21:00:38.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:38.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45419/jwks.json
21:00:38.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41815 with env {}
21:00:38.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.953272 20473 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.217.190" port: 44151 } has no permanent_uuid. Determining permanent_uuid...
21:00:38.976 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.975899 20473 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.217.189" port: 35327 } has no permanent_uuid. Determining permanent_uuid...
21:00:38.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:38.984900 20473 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } has no permanent_uuid. Determining permanent_uuid...
21:00:38.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.986104 20425 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.19.217.188:39221: connect: Connection refused (error 111)
21:00:38.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:38.987820 20473 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.217.188:39221: Network error: Client connection negotiation failed: client connection to 127.19.217.188:39221: connect: Connection refused (error 111)
21:00:39.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.037115 20473 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } attempt: 1
21:00:39.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:39.039222 20473 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.217.188:39221: Network error: Client connection negotiation failed: client connection to 127.19.217.188:39221: connect: Connection refused (error 111)
21:00:39.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.107475 20473 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } attempt: 2
21:00:39.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:39.109763 20473 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.217.188:39221: Network error: Client connection negotiation failed: client connection to 127.19.217.188:39221: connect: Connection refused (error 111)
21:00:39.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.188270 20403 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.217.189" port: 35327 } attempt: 5
21:00:39.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.194685 20403 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } has no permanent_uuid. Determining permanent_uuid...
21:00:39.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:39.196547 20403 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.217.188:39221: Network error: Client connection negotiation failed: client connection to 127.19.217.188:39221: connect: Connection refused (error 111)
21:00:39.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.201013 20473 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } attempt: 3
21:00:39.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:39.202718 20473 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.217.188:39221: Network error: Client connection negotiation failed: client connection to 127.19.217.188:39221: connect: Connection refused (error 111)
21:00:39.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.247732 20403 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } attempt: 1
21:00:39.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:39.249583 20403 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.217.188:39221: Network error: Client connection negotiation failed: client connection to 127.19.217.188:39221: connect: Connection refused (error 111)
21:00:39.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:39.282970 20474 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:00:39.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:39.283283 20474 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:00:39.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:39.283358 20474 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:00:39.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:39.291563 20474 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:00:39.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:39.291661 20474 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:00:39.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:39.291721 20474 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:00:39.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:39.291770 20474 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:00:39.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:39.291821 20474 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:00:39.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:39.291853 20474 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:45419/jwks.json
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.301975 20474 master_runner.cc:387] Master server non-default flags:
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.19.217.148:43673
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-2/data
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-2/wal
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:41815
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.19.217.190:44151,127.19.217.189:35327,127.19.217.188:39221
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.19.217.188:39221
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:45419/jwks.json
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-2/data/info.pb
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.19.217.188
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-2/logs
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:00:39.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:00:39.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:00:39.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:00:39.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on bdcb31816ec0
21:00:39.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16877
21:00:39.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
21:00:39.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.303462 20474 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:00:39.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.305135 20474 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:00:39.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:39.312881 20483 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:39.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:39.312814 20482 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:39.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:39.313135 20485 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:39.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.314169 20474 server_base.cc:1061] running on GCE node
21:00:39.315 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.314918 20474 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:00:39.316 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.316368 20474 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:00:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.317698 20474 hybrid_clock.cc:648] HybridClock initialized: now 1783544439317647 us; error 31 us; skew 500 ppm
21:00:39.317 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.317797 20403 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } attempt: 2
21:00:39.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.318176 20474 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:00:39.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:39.320096 20403 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.217.188:39221: Network error: Client connection negotiation failed: client connection to 127.19.217.188:39221: connect: Connection refused (error 111)
21:00:39.321 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.321292 20474 webserver.cc:534] Webserver started at http://127.19.217.188:36945/ using document root <none> and password file <none>
21:00:39.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.322043 20474 fs_manager.cc:362] Metadata directory not provided
21:00:39.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.322150 20474 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:00:39.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.322520 20474 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:00:39.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.324923 20474 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-2/data/instance:
21:00:39.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1d1613f80d4147eca7130bacd9a6e42d"
21:00:39.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:39 on dist-test-slave-zb3m"
21:00:39.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.325770 20474 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-2/wal/instance:
21:00:39.325 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1d1613f80d4147eca7130bacd9a6e42d"
21:00:39.326 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:39 on dist-test-slave-zb3m"
21:00:39.331 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.331030 20474 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
21:00:39.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.334563 20491 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:00:39.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.335831 20474 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
21:00:39.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.336004 20474 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-2/data,/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-2/wal
21:00:39.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "1d1613f80d4147eca7130bacd9a6e42d"
21:00:39.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:39 on dist-test-slave-zb3m"
21:00:39.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.336223 20474 fs_report.cc:389] FS layout report
21:00:39.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:00:39.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-2/wal
21:00:39.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-2/wal
21:00:39.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-2/data/data
21:00:39.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:00:39.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:00:39.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:00:39.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:00:39.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:00:39.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:00:39.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:00:39.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:00:39.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:00:39.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:00:39.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:00:39.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.345939 20473 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } attempt: 4
21:00:39.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:39.347968 20473 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.19.217.188:39221: Network error: Client connection negotiation failed: client connection to 127.19.217.188:39221: connect: Connection refused (error 111)
21:00:39.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.351336 20474 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:00:39.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.352133 20474 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:00:39.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.352351 20474 kserver.cc:163] Server-wide thread pool size limit: 3276
21:00:39.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.371356 20474 rpc_server.cc:307] RPC server started. Bound to: 127.19.217.188:39221
21:00:39.371 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.371376 20542 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.19.217.188:39221 every 8 connection(s)
21:00:39.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.372910 20474 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-2/data/info.pb
21:00:39.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.377023 20543 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:00:39.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.379935 20326 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu as pid 20474
21:00:39.380 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.380117 20326 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster11045410104306468774/master-2/wal/instance
21:00:39.384 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.383664 20543 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.217.190" port: 44151 } has no permanent_uuid. Determining permanent_uuid...
21:00:39.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.395751 20543 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.217.189" port: 35327 } has no permanent_uuid. Determining permanent_uuid...
21:00:39.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.402415 20543 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } has no permanent_uuid. Determining permanent_uuid...
21:00:39.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.413172 20543 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1d1613f80d4147eca7130bacd9a6e42d: Bootstrap starting.
21:00:39.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.416805 20543 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1d1613f80d4147eca7130bacd9a6e42d: Neither blocks nor log segments found. Creating new log.
21:00:39.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.417058 20326 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
21:00:39.418 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.418139 20543 log.cc:826] T 00000000000000000000000000000000 P 1d1613f80d4147eca7130bacd9a6e42d: Log is configured to *not* fsync() on all Append() calls
21:00:39.419 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:00:39.419 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

21:00:39.421 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.421057 20543 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1d1613f80d4147eca7130bacd9a6e42d: No bootstrap required, opened a new log
21:00:39.420 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.19.217.190"
      port: 44151
    }
    bound_http_address {
      host: "127.19.217.190"
      port: 44509
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.19.217.189"
      port: 35327
    }
    bound_http_address {
      host: "127.19.217.189"
      port: 33713
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.19.217.188"
      port: 39221
    }
    bound_http_address {
      host: "127.19.217.188"
      port: 36945
    }
  }
}

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

21:00:39.422 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:00:39.423 [INFO - Metastore-Handler-Pool: Thread-159] (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=bbe47a51-5ce6-4dfc-8546-7ecb73059431, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.19.217.188:39221,127.19.217.190:44151,127.19.217.189:35327}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
21:00:39.425 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
21:00:39.425 [INFO - Metastore-Handler-Pool: Thread-159] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
21:00:39.426 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@69785d9d, with PersistenceManager: null will be shutdown
21:00:39.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.426308 20403 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } attempt: 3
21:00:39.426 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@69785d9d, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5aa1b739 created in the thread with id: 159
21:00:39.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.428350 20543 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1d1613f80d4147eca7130bacd9a6e42d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c97f418885ac45eb8427916c6ba7a3f1" member_type: VOTER last_known_addr { host: "127.19.217.190" port: 44151 } } peers { permanent_uuid: "167fe997cbaa40cea9226a975e171040" member_type: VOTER last_known_addr { host: "127.19.217.189" port: 35327 } } peers { permanent_uuid: "1d1613f80d4147eca7130bacd9a6e42d" member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } }
21:00:39.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.428740 20543 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1d1613f80d4147eca7130bacd9a6e42d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:00:39.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.428884 20543 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1d1613f80d4147eca7130bacd9a6e42d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1d1613f80d4147eca7130bacd9a6e42d, State: Initialized, Role: FOLLOWER
21:00:39.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.429697 20543 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1d1613f80d4147eca7130bacd9a6e42d [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: "c97f418885ac45eb8427916c6ba7a3f1" member_type: VOTER last_known_addr { host: "127.19.217.190" port: 44151 } } peers { permanent_uuid: "167fe997cbaa40cea9226a975e171040" member_type: VOTER last_known_addr { host: "127.19.217.189" port: 35327 } } peers { permanent_uuid: "1d1613f80d4147eca7130bacd9a6e42d" member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } }
21:00:39.431 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@69785d9d
21:00:39.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.436898 20548 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1d1613f80d4147eca7130bacd9a6e42d [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: "c97f418885ac45eb8427916c6ba7a3f1" member_type: VOTER last_known_addr { host: "127.19.217.190" port: 44151 } } peers { permanent_uuid: "167fe997cbaa40cea9226a975e171040" member_type: VOTER last_known_addr { host: "127.19.217.189" port: 35327 } } peers { permanent_uuid: "1d1613f80d4147eca7130bacd9a6e42d" member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } } }
21:00:39.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.437243 20548 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1d1613f80d4147eca7130bacd9a6e42d [sys.catalog]: This master's current role is: FOLLOWER
21:00:39.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.438800 20403 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1: Bootstrap starting.
21:00:39.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.439142 20543 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1d1613f80d4147eca7130bacd9a6e42d [sys.catalog]: configured and running, proceeding with master startup.
21:00:39.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.443375 20403 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1: Neither blocks nor log segments found. Creating new log.
21:00:39.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.445057 20403 log.cc:826] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1: Log is configured to *not* fsync() on all Append() calls
21:00:39.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.454802 20403 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1: No bootstrap required, opened a new log
21:00:39.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.463148 20403 raft_consensus.cc:359] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c97f418885ac45eb8427916c6ba7a3f1" member_type: VOTER last_known_addr { host: "127.19.217.190" port: 44151 } } peers { permanent_uuid: "167fe997cbaa40cea9226a975e171040" member_type: VOTER last_known_addr { host: "127.19.217.189" port: 35327 } } peers { permanent_uuid: "1d1613f80d4147eca7130bacd9a6e42d" member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } }
21:00:39.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.463924 20403 raft_consensus.cc:385] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:00:39.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.464243 20403 raft_consensus.cc:740] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c97f418885ac45eb8427916c6ba7a3f1, State: Initialized, Role: FOLLOWER
21:00:39.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.465322 20403 consensus_queue.cc:260] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1 [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: "c97f418885ac45eb8427916c6ba7a3f1" member_type: VOTER last_known_addr { host: "127.19.217.190" port: 44151 } } peers { permanent_uuid: "167fe997cbaa40cea9226a975e171040" member_type: VOTER last_known_addr { host: "127.19.217.189" port: 35327 } } peers { permanent_uuid: "1d1613f80d4147eca7130bacd9a6e42d" member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } }
21:00:39.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.476455 20552 sys_catalog.cc:455] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1 [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: "c97f418885ac45eb8427916c6ba7a3f1" member_type: VOTER last_known_addr { host: "127.19.217.190" port: 44151 } } peers { permanent_uuid: "167fe997cbaa40cea9226a975e171040" member_type: VOTER last_known_addr { host: "127.19.217.189" port: 35327 } } peers { permanent_uuid: "1d1613f80d4147eca7130bacd9a6e42d" member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } } }
21:00:39.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.477960 20552 sys_catalog.cc:458] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1 [sys.catalog]: This master's current role is: FOLLOWER
21:00:39.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.478055 20403 sys_catalog.cc:565] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1 [sys.catalog]: configured and running, proceeding with master startup.
21:00:39.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:39.479437 20357 tablet.cc:2406] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1: Can't schedule compaction. Clean time has not been advanced past its initial value.
21:00:39.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.532222 20552 raft_consensus.cc:493] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
21:00:39.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.532539 20552 raft_consensus.cc:515] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c97f418885ac45eb8427916c6ba7a3f1" member_type: VOTER last_known_addr { host: "127.19.217.190" port: 44151 } } peers { permanent_uuid: "167fe997cbaa40cea9226a975e171040" member_type: VOTER last_known_addr { host: "127.19.217.189" port: 35327 } } peers { permanent_uuid: "1d1613f80d4147eca7130bacd9a6e42d" member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } }
21:00:39.538 [INFO - Metastore-Handler-Pool: Thread-161] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:00:39.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.537837 20518 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c97f418885ac45eb8427916c6ba7a3f1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1d1613f80d4147eca7130bacd9a6e42d" is_pre_election: true
21:00:39.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.538475 20518 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1d1613f80d4147eca7130bacd9a6e42d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c97f418885ac45eb8427916c6ba7a3f1 in term 0.
21:00:39.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.539492 20355 leader_election.cc:304] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1 [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: 1d1613f80d4147eca7130bacd9a6e42d, c97f418885ac45eb8427916c6ba7a3f1; no voters: 
21:00:39.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:39.539534 20565 client.h:373] Failed to connect to Hive Metastore (localhost:41815): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:39.540 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.540266 20552 leader_election.cc:290] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 167fe997cbaa40cea9226a975e171040 (127.19.217.189:35327), 1d1613f80d4147eca7130bacd9a6e42d (127.19.217.188:39221)
21:00:39.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.540743 20552 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1 [term 0 FOLLOWER]: Leader pre-election won for term 1
21:00:39.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.541126 20552 raft_consensus.cc:493] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
21:00:39.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.541481 20552 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1 [term 0 FOLLOWER]: Advancing to term 1
21:00:39.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.554487 20552 raft_consensus.cc:515] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c97f418885ac45eb8427916c6ba7a3f1" member_type: VOTER last_known_addr { host: "127.19.217.190" port: 44151 } } peers { permanent_uuid: "167fe997cbaa40cea9226a975e171040" member_type: VOTER last_known_addr { host: "127.19.217.189" port: 35327 } } peers { permanent_uuid: "1d1613f80d4147eca7130bacd9a6e42d" member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } }
21:00:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.556792 20474 master_runner.cc:187] Error getting master registration for 127.19.217.190:44151: OK, instance_id { permanent_uuid: "c97f418885ac45eb8427916c6ba7a3f1" instance_seqno: 1783544438490513 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
21:00:39.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.564618 20474 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
21:00:39.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:39.567655 20573 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 1d1613f80d4147eca7130bacd9a6e42d: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
21:00:39.568 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:39.567967 20573 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
21:00:39.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.570182 20552 leader_election.cc:290] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1 [CANDIDATE]: Term 1 election: Requested vote from peers 167fe997cbaa40cea9226a975e171040 (127.19.217.189:35327), 1d1613f80d4147eca7130bacd9a6e42d (127.19.217.188:39221)
21:00:39.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.574113 20518 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c97f418885ac45eb8427916c6ba7a3f1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1d1613f80d4147eca7130bacd9a6e42d"
21:00:39.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.574386 20518 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1d1613f80d4147eca7130bacd9a6e42d [term 0 FOLLOWER]: Advancing to term 1
21:00:39.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.578850 20518 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1d1613f80d4147eca7130bacd9a6e42d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c97f418885ac45eb8427916c6ba7a3f1 in term 1.
21:00:39.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.579795 20355 leader_election.cc:304] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1 [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: 1d1613f80d4147eca7130bacd9a6e42d, c97f418885ac45eb8427916c6ba7a3f1; no voters: 
21:00:39.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.580372 20572 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1 [term 1 FOLLOWER]: Leader election won for term 1
21:00:39.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.580737 20572 raft_consensus.cc:697] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1 [term 1 LEADER]: Becoming Leader. State: Replica: c97f418885ac45eb8427916c6ba7a3f1, State: Running, Role: LEADER
21:00:39.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.581688 20572 consensus_queue.cc:237] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1 [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: "c97f418885ac45eb8427916c6ba7a3f1" member_type: VOTER last_known_addr { host: "127.19.217.190" port: 44151 } } peers { permanent_uuid: "167fe997cbaa40cea9226a975e171040" member_type: VOTER last_known_addr { host: "127.19.217.189" port: 35327 } } peers { permanent_uuid: "1d1613f80d4147eca7130bacd9a6e42d" member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } }
21:00:39.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.596397 20552 sys_catalog.cc:455] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c97f418885ac45eb8427916c6ba7a3f1. Latest consensus state: current_term: 1 leader_uuid: "c97f418885ac45eb8427916c6ba7a3f1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c97f418885ac45eb8427916c6ba7a3f1" member_type: VOTER last_known_addr { host: "127.19.217.190" port: 44151 } } peers { permanent_uuid: "167fe997cbaa40cea9226a975e171040" member_type: VOTER last_known_addr { host: "127.19.217.189" port: 35327 } } peers { permanent_uuid: "1d1613f80d4147eca7130bacd9a6e42d" member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } } }
21:00:39.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.597267 20552 sys_catalog.cc:458] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1 [sys.catalog]: This master's current role is: LEADER
21:00:39.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:39.604343 20497 tablet.cc:2406] T 00000000000000000000000000000000 P 1d1613f80d4147eca7130bacd9a6e42d: Can't schedule compaction. Clean time has not been advanced past its initial value.
21:00:39.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.610035 20577 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
21:00:39.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.636025 20577 catalog_manager.cc:1519] Initializing Kudu cluster ID...
21:00:39.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.647172 20473 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } attempt: 5
21:00:39.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.663199 20473 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 167fe997cbaa40cea9226a975e171040: Bootstrap starting.
21:00:39.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.668601 20518 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 1d1613f80d4147eca7130bacd9a6e42d [term 1 FOLLOWER]: Refusing update from remote peer c97f418885ac45eb8427916c6ba7a3f1: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
21:00:39.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.670168 20572 consensus_queue.cc:1048] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1d1613f80d4147eca7130bacd9a6e42d" member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
21:00:39.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.687271 20473 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 167fe997cbaa40cea9226a975e171040: Neither blocks nor log segments found. Creating new log.
21:00:39.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.696834 20473 log.cc:826] T 00000000000000000000000000000000 P 167fe997cbaa40cea9226a975e171040: Log is configured to *not* fsync() on all Append() calls
21:00:39.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.718021 20548 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1d1613f80d4147eca7130bacd9a6e42d [sys.catalog]: SysCatalogTable state changed. Reason: New leader c97f418885ac45eb8427916c6ba7a3f1. Latest consensus state: current_term: 1 leader_uuid: "c97f418885ac45eb8427916c6ba7a3f1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c97f418885ac45eb8427916c6ba7a3f1" member_type: VOTER last_known_addr { host: "127.19.217.190" port: 44151 } } peers { permanent_uuid: "167fe997cbaa40cea9226a975e171040" member_type: VOTER last_known_addr { host: "127.19.217.189" port: 35327 } } peers { permanent_uuid: "1d1613f80d4147eca7130bacd9a6e42d" member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } } }
21:00:39.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.718309 20548 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1d1613f80d4147eca7130bacd9a6e42d [sys.catalog]: This master's current role is: FOLLOWER
21:00:39.727 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.726752 20473 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 167fe997cbaa40cea9226a975e171040: No bootstrap required, opened a new log
21:00:39.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.749219 20552 sys_catalog.cc:455] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c97f418885ac45eb8427916c6ba7a3f1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c97f418885ac45eb8427916c6ba7a3f1" member_type: VOTER last_known_addr { host: "127.19.217.190" port: 44151 } } peers { permanent_uuid: "167fe997cbaa40cea9226a975e171040" member_type: VOTER last_known_addr { host: "127.19.217.189" port: 35327 } } peers { permanent_uuid: "1d1613f80d4147eca7130bacd9a6e42d" member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } } }
21:00:39.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.749500 20552 sys_catalog.cc:458] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1 [sys.catalog]: This master's current role is: LEADER
21:00:39.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.750375 20548 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1d1613f80d4147eca7130bacd9a6e42d [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c97f418885ac45eb8427916c6ba7a3f1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c97f418885ac45eb8427916c6ba7a3f1" member_type: VOTER last_known_addr { host: "127.19.217.190" port: 44151 } } peers { permanent_uuid: "167fe997cbaa40cea9226a975e171040" member_type: VOTER last_known_addr { host: "127.19.217.189" port: 35327 } } peers { permanent_uuid: "1d1613f80d4147eca7130bacd9a6e42d" member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } } }
21:00:39.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.750593 20548 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1d1613f80d4147eca7130bacd9a6e42d [sys.catalog]: This master's current role is: FOLLOWER
21:00:39.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.765954 20473 raft_consensus.cc:359] T 00000000000000000000000000000000 P 167fe997cbaa40cea9226a975e171040 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c97f418885ac45eb8427916c6ba7a3f1" member_type: VOTER last_known_addr { host: "127.19.217.190" port: 44151 } } peers { permanent_uuid: "167fe997cbaa40cea9226a975e171040" member_type: VOTER last_known_addr { host: "127.19.217.189" port: 35327 } } peers { permanent_uuid: "1d1613f80d4147eca7130bacd9a6e42d" member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } }
21:00:39.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.767608 20577 catalog_manager.cc:1382] Generated new cluster ID: d28110c016144c14b0403f542c02d71a
21:00:39.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.767721 20577 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
21:00:39.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.773139 20473 raft_consensus.cc:385] T 00000000000000000000000000000000 P 167fe997cbaa40cea9226a975e171040 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:00:39.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.773551 20473 raft_consensus.cc:740] T 00000000000000000000000000000000 P 167fe997cbaa40cea9226a975e171040 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 167fe997cbaa40cea9226a975e171040, State: Initialized, Role: FOLLOWER
21:00:39.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.774655 20473 consensus_queue.cc:260] T 00000000000000000000000000000000 P 167fe997cbaa40cea9226a975e171040 [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: "c97f418885ac45eb8427916c6ba7a3f1" member_type: VOTER last_known_addr { host: "127.19.217.190" port: 44151 } } peers { permanent_uuid: "167fe997cbaa40cea9226a975e171040" member_type: VOTER last_known_addr { host: "127.19.217.189" port: 35327 } } peers { permanent_uuid: "1d1613f80d4147eca7130bacd9a6e42d" member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } }
21:00:39.791 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.791252 20587 sys_catalog.cc:455] T 00000000000000000000000000000000 P 167fe997cbaa40cea9226a975e171040 [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: "c97f418885ac45eb8427916c6ba7a3f1" member_type: VOTER last_known_addr { host: "127.19.217.190" port: 44151 } } peers { permanent_uuid: "167fe997cbaa40cea9226a975e171040" member_type: VOTER last_known_addr { host: "127.19.217.189" port: 35327 } } peers { permanent_uuid: "1d1613f80d4147eca7130bacd9a6e42d" member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } } }
21:00:39.794 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.793982 20587 sys_catalog.cc:458] T 00000000000000000000000000000000 P 167fe997cbaa40cea9226a975e171040 [sys.catalog]: This master's current role is: FOLLOWER
21:00:39.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.794302 20446 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 167fe997cbaa40cea9226a975e171040 [term 0 FOLLOWER]: Advancing to term 1
21:00:39.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.794275 20448 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c97f418885ac45eb8427916c6ba7a3f1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "167fe997cbaa40cea9226a975e171040" is_pre_election: true
21:00:39.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.793886 20473 sys_catalog.cc:565] T 00000000000000000000000000000000 P 167fe997cbaa40cea9226a975e171040 [sys.catalog]: configured and running, proceeding with master startup.
21:00:39.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.793892 20447 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "c97f418885ac45eb8427916c6ba7a3f1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "167fe997cbaa40cea9226a975e171040"
21:00:39.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.798094 20446 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 167fe997cbaa40cea9226a975e171040 [term 1 FOLLOWER]: Refusing update from remote peer c97f418885ac45eb8427916c6ba7a3f1: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
21:00:39.799 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.798877 20572 consensus_queue.cc:1048] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "167fe997cbaa40cea9226a975e171040" member_type: VOTER last_known_addr { host: "127.19.217.189" port: 35327 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
21:00:39.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.830940 20587 sys_catalog.cc:455] T 00000000000000000000000000000000 P 167fe997cbaa40cea9226a975e171040 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c97f418885ac45eb8427916c6ba7a3f1. Latest consensus state: current_term: 1 leader_uuid: "c97f418885ac45eb8427916c6ba7a3f1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c97f418885ac45eb8427916c6ba7a3f1" member_type: VOTER last_known_addr { host: "127.19.217.190" port: 44151 } } peers { permanent_uuid: "167fe997cbaa40cea9226a975e171040" member_type: VOTER last_known_addr { host: "127.19.217.189" port: 35327 } } peers { permanent_uuid: "1d1613f80d4147eca7130bacd9a6e42d" member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } } }
21:00:39.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.831207 20587 sys_catalog.cc:458] T 00000000000000000000000000000000 P 167fe997cbaa40cea9226a975e171040 [sys.catalog]: This master's current role is: FOLLOWER
21:00:39.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.831481 20592 sys_catalog.cc:455] T 00000000000000000000000000000000 P 167fe997cbaa40cea9226a975e171040 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "c97f418885ac45eb8427916c6ba7a3f1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c97f418885ac45eb8427916c6ba7a3f1" member_type: VOTER last_known_addr { host: "127.19.217.190" port: 44151 } } peers { permanent_uuid: "167fe997cbaa40cea9226a975e171040" member_type: VOTER last_known_addr { host: "127.19.217.189" port: 35327 } } peers { permanent_uuid: "1d1613f80d4147eca7130bacd9a6e42d" member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } } }
21:00:39.832 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.831769 20592 sys_catalog.cc:458] T 00000000000000000000000000000000 P 167fe997cbaa40cea9226a975e171040 [sys.catalog]: This master's current role is: FOLLOWER
21:00:39.877 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:39.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.883198 20572 sys_catalog.cc:455] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "c97f418885ac45eb8427916c6ba7a3f1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c97f418885ac45eb8427916c6ba7a3f1" member_type: VOTER last_known_addr { host: "127.19.217.190" port: 44151 } } peers { permanent_uuid: "167fe997cbaa40cea9226a975e171040" member_type: VOTER last_known_addr { host: "127.19.217.189" port: 35327 } } peers { permanent_uuid: "1d1613f80d4147eca7130bacd9a6e42d" member_type: VOTER last_known_addr { host: "127.19.217.188" port: 39221 } } }
21:00:39.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.883505 20572 sys_catalog.cc:458] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1 [sys.catalog]: This master's current role is: LEADER
21:00:39.894 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:39.894 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:39.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.895296 20577 catalog_manager.cc:1405] Generated new certificate authority record
21:00:39.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.897586 20577 catalog_manager.cc:1539] Loading token signing keys...
21:00:39.920 [INFO - Metastore-Handler-Pool: Thread-162] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:00:39.921 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:39.920960 20603 client.h:373] Failed to connect to Hive Metastore (localhost:41815): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:39.934 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.934451 20607 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
21:00:39.943 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.937217 20404 master_runner.cc:187] Error getting master registration for 127.19.217.190:44151: OK, instance_id { permanent_uuid: "c97f418885ac45eb8427916c6ba7a3f1" instance_seqno: 1783544438490513 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
21:00:39.944 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.943905 20404 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
21:00:39.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.956138 20577 catalog_manager.cc:6069] T 00000000000000000000000000000000 P c97f418885ac45eb8427916c6ba7a3f1: Generated new TSK 0
21:00:39.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:39.957422 20577 catalog_manager.cc:1549] Initializing in-progress tserver states...
21:00:39.992 [INFO - Metastore-Handler-Pool: Thread-163] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:00:39.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:39.993306 20608 client.h:373] Failed to connect to Hive Metastore (localhost:41815): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:40.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:40.006259 20613 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
21:00:40.103 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
21:00:40.108 [INFO - Metastore-Handler-Pool: Thread-159] (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/hive4565248232575109270/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=bbe47a51-5ce6-4dfc-8546-7ecb73059431, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.19.217.188:39221,127.19.217.190:44151,127.19.217.189:35327}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
21:00:40.117 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4565248232575109270/external-warehouse/table
21:00:40.264 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:00:40.322 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
21:00:40.342 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:legacy_table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
21:00:40.352 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table legacy_table
21:00:40.372 [INFO - Metastore-Handler-Pool: Thread-159] (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/hive4565248232575109270/external-warehouse/legacy_table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{external.table.purge=TRUE, EXTERNAL=TRUE, storage_handler=com.cloudera.kudu.hive.KuduStorageHandler}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
21:00:40.374 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4565248232575109270/external-warehouse/legacy_table
21:00:40.445 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.legacy_table	
21:00:40.489 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
21:00:40.496 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:00:40.559 [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=	
21:00:40.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:40.560050 20565 client.h:373] Failed to connect to Hive Metastore (localhost:41815): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:40.566 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:00:40.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:40.570412 20573 catalog_manager.cc:1294] Loaded cluster ID: d28110c016144c14b0403f542c02d71a
21:00:40.573 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:40.570518 20573 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 1d1613f80d4147eca7130bacd9a6e42d: loading cluster ID for follower catalog manager: success
21:00:40.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:40.574458 20573 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 1d1613f80d4147eca7130bacd9a6e42d: acquiring CA information for follower catalog manager: success
21:00:40.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:40.576941 20573 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 1d1613f80d4147eca7130bacd9a6e42d: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
21:00:40.643 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
21:00:40.643 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:00:40.659 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:00:40.676 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:00:40.685 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
21:00:40.685 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:00:40.692 [DEBUG - Metastore-Handler-Pool: Thread-159] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
21:00:40.693 [DEBUG - Metastore-Handler-Pool: Thread-159] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
21:00:40.695 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.19.217.188:39221(127.19.217.188:39221)] connecting to peer
21:00:40.696 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.19.217.190:44151(127.19.217.190:44151)] connecting to peer
21:00:40.697 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.19.217.188:39221(127.19.217.188:39221)] Successfully connected to peer
21:00:40.710 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.19.217.188
21:00:40.711 [DEBUG - Metastore-Handler-Pool: Thread-159] (Connection.java:748) [peer master-127.19.217.189:35327(127.19.217.189:35327)] connecting to peer
21:00:40.720 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.19.217.190:44151(127.19.217.190:44151)] Successfully connected to peer
21:00:40.726 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.19.217.189:35327(127.19.217.189:35327)] Successfully connected to peer
21:00:40.741 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.19.217.189
21:00:40.745 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
21:00:40.750 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.19.217.190
21:00:40.760 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xbe542ce9, L:/127.0.0.1:57726 - R:/127.19.217.188:39221] using SASL/PLAIN
21:00:40.764 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
21:00:40.772 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0x17d1b202, L:/127.0.0.1:56774 - R:/127.19.217.189:35327] using SASL/PLAIN
21:00:40.783 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
21:00:40.788 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x7879850f, L:/127.0.0.1:45564 - R:/127.19.217.190:44151] using SASL/PLAIN
21:00:40.793 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
21:00:40.793 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
21:00:40.795 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:Kudu table ID does not match the existing HMS entry)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:297)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

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

21:00:40.910 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:00:40.919 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:00:40.923 [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=	
21:00:40.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:40.924043 20603 client.h:373] Failed to connect to Hive Metastore (localhost:41815): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:40.931 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
21:00:40.931 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:00:40.937 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:00:40.940 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:40.940483 20607 catalog_manager.cc:1294] Loaded cluster ID: d28110c016144c14b0403f542c02d71a
21:00:40.941 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:40.941005 20607 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 167fe997cbaa40cea9226a975e171040: loading cluster ID for follower catalog manager: success
21:00:40.945 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:40.945042 20607 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 167fe997cbaa40cea9226a975e171040: acquiring CA information for follower catalog manager: success
21:00:40.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:40.947784 20607 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 167fe997cbaa40cea9226a975e171040: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
21:00:40.962 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:00:40.971 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
21:00:40.971 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:00:40.985 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:00:40.996 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:00:41.006 [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=	
21:00:41.006 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
21:00:41.006 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:00:41.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:41.006668 20608 client.h:373] Failed to connect to Hive Metastore (localhost:41815): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:41.010 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
21:00:41.011 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:Kudu table type may not be altered)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:258)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

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

21:00:41.235 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:00:41.287 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:00:41.316 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
21:00:41.316 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:00:41.335 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:00:41.354 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:00:41.370 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
21:00:41.370 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:00:41.380 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:00:41.396 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:00:41.413 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
21:00:41.413 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:00:41.421 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:00:41.433 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
21:00:41.435 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
21:00:41.562 [INFO - Metastore-Handler-Pool: Thread-174] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:00:41.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:41.562760 20565 client.h:373] Failed to connect to Hive Metastore (localhost:41815): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:41.577 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:41.711 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:41.752 [WARN - Metastore-Handler-Pool: Thread-159] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:41.857 [WARN - Metastore-Handler-Pool: Thread-159] (FileUtils.java:88) The path to moveToTrash does not exist: file:/tmp/hive4565248232575109270/warehouse/default/table
21:00:41.858 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 create_table_req: Table(tableName:table, dbName:default, owner:null, createTime:0, lastAccessTime:0, retention:0, sd:StorageDescriptor(cols:[FieldSchema(name:a, type:bigint, comment:)], location:null, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
21:00:41.860 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
21:00:41.862 [INFO - Metastore-Handler-Pool: Thread-159] (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/hive4565248232575109270/external-warehouse/table, inputFormat:null, outputFormat:null, compressed:false, numBuckets:0, serdeInfo:SerDeInfo(name:null, serializationLib:null, parameters:null), bucketCols:null, sortCols:null, parameters:null), partitionKeys:[], parameters:{}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
21:00:41.862 [WARN - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:2452) Location: file:/tmp/hive4565248232575109270/external-warehouse/table specified for non-external table:table
21:00:41.863 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
21:00:41.864 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:00:41.880 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:00:41.895 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
21:00:41.897 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:00:41.905 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:00:41.917 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
21:00:41.917 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:00:41.920 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
21:00:41.921 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain a table ID property (kudu.table_id))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:411)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

21:00:41.922 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:00:41.929 [INFO - Metastore-Handler-Pool: Thread-175] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:00:41.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:41.929776 20603 client.h:373] Failed to connect to Hive Metastore (localhost:41815): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:41.931 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:00:41.940 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
21:00:41.940 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:00:41.944 [ERROR - Metastore-Handler-Pool: Thread-159] (HiveAlterHandler.java:503) Failed to alter table hive.default.table
21:00:41.945 [ERROR - Metastore-Handler-Pool: Thread-159] (RetryingHMSHandler.java:148) MetaException(message:non-Kudu table entry must not contain the Kudu storage handler (storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler))
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.checkNoKuduProperties(KuduMetastorePlugin.java:405)
	at org.apache.kudu.hive.metastore.KuduMetastorePlugin.onAlterTable(KuduMetastorePlugin.java:231)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier$18.notify(MetaStoreListenerNotifier.java:159)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:352)
	at org.apache.hadoop.hive.metastore.MetaStoreListenerNotifier.notifyEvent(MetaStoreListenerNotifier.java:414)
	at org.apache.hadoop.hive.metastore.HiveAlterHandler.alterTable(HiveAlterHandler.java:468)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_core(HMSHandler.java:6338)
	at org.apache.hadoop.hive.metastore.HMSHandler.alter_table_req(HMSHandler.java:6257)
	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at jdk.proxy2/jdk.proxy2.$Proxy25.alter_table_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21138)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$alter_table_req.getResult(ThriftHiveMetastore.java:21117)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:111)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:439)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1953)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:119)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

21:00:41.951 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:00:41.960 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:00:41.968 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
21:00:41.968 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:00:41.973 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.legacy_table newtbl=legacy_table	
21:00:41.981 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table legacy_table
21:00:41.989 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for legacy_table
21:00:41.989 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table legacy_table to 0
21:00:41.996 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:00:42.004 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
21:00:42.005 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
21:00:42.009 [INFO - Metastore-Handler-Pool: Thread-176] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:00:42.010 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:42.010310 20608 client.h:373] Failed to connect to Hive Metastore (localhost:41815): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:42.056 [INFO - Metastore-Handler-Pool: Thread-159] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
21:00:42.058 [INFO - Metastore-Handler-Pool: Thread-159] (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=bbe47a51-5ce6-4dfc-8546-7ecb73059431, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.19.217.188:39221,127.19.217.190:44151,127.19.217.189:35327}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
21:00:42.060 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
21:00:42.062 [INFO - Metastore-Handler-Pool: Thread-159] (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/hive4565248232575109270/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=bbe47a51-5ce6-4dfc-8546-7ecb73059431, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.19.217.188:39221,127.19.217.190:44151,127.19.217.189:35327}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
21:00:42.063 [INFO - Metastore-Handler-Pool: Thread-159] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive4565248232575109270/external-warehouse/table
21:00:42.082 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:00:42.089 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
21:00:42.091 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:00:42.099 [INFO - Metastore-Handler-Pool: Thread-159] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:00:42.111 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:473) Updating table stats for table
21:00:42.111 [INFO - Metastore-Handler-Pool: Thread-159] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:00:42.116 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:00:42.123 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:3711) Skipping translation for processor with null
21:00:42.124 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
21:00:42.155 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
21:00:42.155 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
21:00:42.155 [INFO - Metastore-Handler-Pool: Thread-159] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@69785d9d, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@5aa1b739 will be shutdown
21:00:42.156 [INFO - Metastore-Handler-Pool: Thread-159] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
21:00:42.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:42.156454 20326 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu pid 20337
21:00:42.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:42.158232 20398 generic_service.cc:196] Checking for leaks (request via RPC)
21:00:42.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:42.265522 20326 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu with pid 20337
21:00:42.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:42.282250 20326 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu pid 20404
21:00:42.282 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.19.217.190:44151(127.19.217.190:44151)] handling channelInactive
21:00:42.282 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.19.217.190:44151(127.19.217.190:44151)] cleaning up while in state READY due to: connection closed
21:00:42.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:42.283278 20468 generic_service.cc:196] Checking for leaks (request via RPC)
21:00:42.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:42.387015 20326 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu with pid 20404
21:00:42.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:42.402375 20326 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu pid 20474
21:00:42.402 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.19.217.189:35327(127.19.217.189:35327)] handling channelInactive
21:00:42.403 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.19.217.189:35327(127.19.217.189:35327)] cleaning up while in state READY due to: connection closed
21:00:42.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:42.403667 20538 generic_service.cc:196] Checking for leaks (request via RPC)
21:00:42.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:42.508587 20326 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu with pid 20474
21:00:42.524 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.19.217.188:39221(127.19.217.188:39221)] handling channelInactive
21:00:42.524 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.19.217.188:39221(127.19.217.188:39221)] cleaning up while in state READY due to: connection closed
21:00:42.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:00:42Z chronyd exiting
.21:00:42.647 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
21:00:42.647 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
21:00:42.648 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
21:00:42.672 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive10990626121242526695
21:00:42.673 [INFO - Thread-124] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
21:00:42.673 [INFO - Thread-124] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
21:00:42.675 [INFO - Thread-124] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
21:00:42.675 [INFO - Thread-124] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
21:00:42.675 [INFO - Thread-124] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
21:00:42.676 [INFO - Thread-124] (HikariDataSource.java:350) objectstore - Shutdown initiated...
21:00:42.677 [INFO - Thread-124] (HikariDataSource.java:352) objectstore - Shutdown completed.
21:00:42.677 [INFO - Thread-124] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
21:00:42.678 [INFO - Thread-124] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
21:00:42.678 [INFO - Thread-124] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
21:00:42.679 [INFO - Thread-124] (HikariDataSource.java:80) objectstore - Starting...
21:00:42.739 [INFO - Thread-124] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
21:00:42.740 [INFO - Thread-124] (HikariDataSource.java:82) objectstore - Start completed.
21:00:42.740 [INFO - Thread-124] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
21:00:42.742 [INFO - Thread-124] (HikariDataSource.java:80) objectstore-secondary - Starting...
21:00:42.743 [INFO - Thread-124] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
21:00:42.744 [INFO - Thread-124] (HikariDataSource.java:82) objectstore-secondary - Start completed.
21:00:42.757 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
21:00:42.758 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
21:00:42.758 [INFO - Thread-124] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
21:00:42.784 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:42.785 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:42.785 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:42.786 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:42.786 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:42.786 [WARN - Thread-124] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:42.976 [INFO - Thread-124] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
21:00:42.976 [INFO - Thread-124] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1f09bab9, with PersistenceManager: null will be shutdown
21:00:42.977 [INFO - Thread-124] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1f09bab9, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@7ac6981e created in the thread with id: 178
21:00:42.978 [WARN - Thread-124] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
21:00:42.979 [INFO - Thread-124] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@1f09bab9
21:00:43.088 [INFO - Thread-124] (HMSHandler.java:595) Started creating a default database with name: default
21:00:43.106 [INFO - Thread-124] (HMSHandler.java:605) Successfully created a default database with name: default
21:00:43.131 [INFO - Thread-124] (HMSHandler.java:668) Added admin role in metastore
21:00:43.132 [INFO - Thread-124] (HMSHandler.java:677) Added public role in metastore
21:00:43.165 [INFO - Thread-124] (HMSHandler.java:717) No user is added in admin role, since config is empty
21:00:43.165 [INFO - Thread-124] (HMSHandler.java:404) HMS server filtering is disabled by configuration
21:00:43.166 [INFO - Thread-124] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
21:00:43.166 [INFO - Thread-124] (HiveMetaStore.java:697) Direct SQL optimization = true
21:00:43.166 [WARN - Thread-124] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
21:00:43.167 [INFO - Thread-124] (HiveMetaStore.java:632) Started the new metaserver on port [33195]...
21:00:43.167 [INFO - Thread-124] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
21:00:43.167 [INFO - Thread-124] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
21:00:43.167 [INFO - Thread-124] (HiveMetaStore.java:635) TCP keepalive = true
21:00:43.167 [INFO - Thread-124] (HiveMetaStore.java:636) Enable SSL = false
21:00:43.675 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
21:00:43.675 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
21:00:43.675 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
21:00:43.678 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
21:00:43.678 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:33195]
21:00:43.678 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:33195) in binary transport mode
21:00:43.679 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:33195) current connections: 1
21:00:43.680 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskFFU0Td/test-tmp
21:00:43.681 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
21:00:43.681 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskFFU0Td/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
21:00:43.683 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001"
  extra_master_flags: "--hive_metastore_uris=thrift://localhost:33195"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

21:00:44.033 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:00:44.034 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

21:00:44.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.036612 20663 mini_oidc.cc:150] Starting JWKS server
21:00:44.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.039350 20663 webserver.cc:534] Webserver started at http://127.0.0.1:38129/ using document root <none> and password file <none>
21:00:44.039 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.039803 20663 mini_oidc.cc:186] Starting OIDC Discovery server
21:00:44.040 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.040472 20663 webserver.cc:534] Webserver started at http://127.0.0.1:38183/ using document root <none> and password file <none>
21:00:44.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:00:44Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
21:00:44.058 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:00:44Z Disabled control of system clock
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.067725 20663 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-0/wal
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-0/data
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-0/logs
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-0/data/info.pb
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.45.254:42365
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.45.254
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.45.212:35041
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.45.254:42365,127.20.45.253:37991,127.20.45.252:43385
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38129/jwks.json
21:00:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33195 with env {}
21:00:44.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.405081 20674 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:00:44.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.405391 20674 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:00:44.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.405467 20674 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:00:44.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.413511 20674 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:00:44.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.413597 20674 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:00:44.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.413650 20674 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:00:44.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.413694 20674 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:00:44.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.413745 20674 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:00:44.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.413777 20674 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38129/jwks.json
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.423811 20674 master_runner.cc:387] Master server non-default flags:
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.45.212:35041
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-0/data
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-0/wal
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33195
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.45.254:42365,127.20.45.253:37991,127.20.45.252:43385
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.45.254:42365
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38129/jwks.json
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-0/data/info.pb
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.45.254
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-0/logs
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:00:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on bdcb31816ec0
21:00:44.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16877
21:00:44.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
21:00:44.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.425362 20674 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:00:44.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.427059 20674 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:00:44.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.434773 20680 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:44.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.434800 20679 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:44.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.435163 20682 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:44.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.436029 20674 server_base.cc:1061] running on GCE node
21:00:44.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.436745 20674 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:00:44.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.438112 20674 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:00:44.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.439323 20674 hybrid_clock.cc:648] HybridClock initialized: now 1783544444439259 us; error 51 us; skew 500 ppm
21:00:44.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.439693 20674 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:00:44.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.441967 20674 webserver.cc:534] Webserver started at http://127.20.45.254:34695/ using document root <none> and password file <none>
21:00:44.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.442731 20674 fs_manager.cc:362] Metadata directory not provided
21:00:44.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.442837 20674 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:00:44.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.443222 20674 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:00:44.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.445600 20674 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-0/data/instance:
21:00:44.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6060479d20344edcb99ee50256895133"
21:00:44.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:44 on dist-test-slave-zb3m"
21:00:44.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.446417 20674 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-0/wal/instance:
21:00:44.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6060479d20344edcb99ee50256895133"
21:00:44.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:44 on dist-test-slave-zb3m"
21:00:44.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.451539 20674 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.001s	sys 0.004s
21:00:44.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.455976 20688 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:00:44.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.457715 20674 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.001s	sys 0.002s
21:00:44.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.457903 20674 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-0/data,/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-0/wal
21:00:44.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6060479d20344edcb99ee50256895133"
21:00:44.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:44 on dist-test-slave-zb3m"
21:00:44.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.458137 20674 fs_report.cc:389] FS layout report
21:00:44.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:00:44.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-0/wal
21:00:44.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-0/wal
21:00:44.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-0/data/data
21:00:44.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:00:44.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:00:44.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:00:44.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:00:44.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:00:44.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:00:44.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:00:44.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:00:44.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:00:44.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:00:44.458 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:00:44.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.482342 20674 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:00:44.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.483296 20674 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:00:44.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.483587 20674 kserver.cc:163] Server-wide thread pool size limit: 3276
21:00:44.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.506835 20674 rpc_server.cc:307] RPC server started. Bound to: 127.20.45.254:42365
21:00:44.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.506886 20739 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.20.45.254:42365 every 8 connection(s)
21:00:44.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.508395 20674 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-0/data/info.pb
21:00:44.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.512683 20740 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:00:44.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.515558 20663 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu as pid 20674
21:00:44.516 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.515897 20663 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-0/wal/instance
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.518797 20663 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-1/wal
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-1/data
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-1/logs
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-1/data/info.pb
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.45.253:37991
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.45.253
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.45.212:35041
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.45.254:42365,127.20.45.253:37991,127.20.45.252:43385
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38129/jwks.json
21:00:44.519 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33195 with env {}
21:00:44.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.519893 20740 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.45.254" port: 42365 } has no permanent_uuid. Determining permanent_uuid...
21:00:44.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.542740 20740 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.45.253" port: 37991 } has no permanent_uuid. Determining permanent_uuid...
21:00:44.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.544121 20689 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.20.45.253:37991: connect: Connection refused (error 111)
21:00:44.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.546790 20740 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.45.253:37991: Network error: Client connection negotiation failed: client connection to 127.20.45.253:37991: connect: Connection refused (error 111)
21:00:44.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.596403 20740 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.45.253" port: 37991 } attempt: 1
21:00:44.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.598619 20740 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.45.253:37991: Network error: Client connection negotiation failed: client connection to 127.20.45.253:37991: connect: Connection refused (error 111)
21:00:44.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.666855 20740 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.45.253" port: 37991 } attempt: 2
21:00:44.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.669045 20740 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.45.253:37991: Network error: Client connection negotiation failed: client connection to 127.20.45.253:37991: connect: Connection refused (error 111)
21:00:44.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.760310 20740 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.45.253" port: 37991 } attempt: 3
21:00:44.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.763010 20740 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.45.253:37991: Network error: Client connection negotiation failed: client connection to 127.20.45.253:37991: connect: Connection refused (error 111)
21:00:44.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.866300 20741 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:00:44.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.866611 20741 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:00:44.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.866686 20741 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:00:44.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.874905 20741 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:00:44.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.875008 20741 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:00:44.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.875065 20741 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:00:44.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.875103 20741 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:00:44.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.875152 20741 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:00:44.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.875183 20741 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38129/jwks.json
21:00:44.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.886322 20741 master_runner.cc:387] Master server non-default flags:
21:00:44.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:44.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.45.212:35041
21:00:44.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:44.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:44.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-1/data
21:00:44.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-1/wal
21:00:44.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33195
21:00:44.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:44.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.45.254:42365,127.20.45.253:37991,127.20.45.252:43385
21:00:44.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:44.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:44.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:44.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.45.253:37991
21:00:44.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:44.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:00:44.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:44.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38129/jwks.json
21:00:44.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:44.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:44.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-1/data/info.pb
21:00:44.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.45.253
21:00:44.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:44.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:00:44.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:44.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:00:44.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:00:44.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:44.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-1/logs
21:00:44.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:44.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:00:44.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:00:44.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:00:44.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:00:44.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:00:44.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:00:44.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on bdcb31816ec0
21:00:44.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16877
21:00:44.888 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
21:00:44.889 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.889334 20741 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:00:44.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.891726 20741 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:00:44.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.904714 20749 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:44.905 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.904784 20750 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:44.906 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.906237 20740 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.45.253" port: 37991 } attempt: 4
21:00:44.907 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.907681 20752 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:44.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.908370 20741 server_base.cc:1061] running on GCE node
21:00:44.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:44.909162 20740 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.45.253:37991: Network error: Client connection negotiation failed: client connection to 127.20.45.253:37991: connect: Connection refused (error 111)
21:00:44.909 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.909368 20741 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:00:44.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.910749 20741 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:00:44.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.912073 20741 hybrid_clock.cc:648] HybridClock initialized: now 1783544444912000 us; error 43 us; skew 500 ppm
21:00:44.912 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.912623 20741 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:00:44.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.914882 20741 webserver.cc:534] Webserver started at http://127.20.45.253:33567/ using document root <none> and password file <none>
21:00:44.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.915536 20741 fs_manager.cc:362] Metadata directory not provided
21:00:44.915 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.915625 20741 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:00:44.916 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.915963 20741 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:00:44.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.918286 20741 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-1/data/instance:
21:00:44.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "09845306a799442d855d958e4cf3c6ef"
21:00:44.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:44 on dist-test-slave-zb3m"
21:00:44.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.919034 20741 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-1/wal/instance:
21:00:44.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "09845306a799442d855d958e4cf3c6ef"
21:00:44.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:44 on dist-test-slave-zb3m"
21:00:44.924 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.924126 20741 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
21:00:44.927 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.927503 20758 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:00:44.928 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.928828 20741 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.002s
21:00:44.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.928965 20741 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-1/data,/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-1/wal
21:00:44.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "09845306a799442d855d958e4cf3c6ef"
21:00:44.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:44 on dist-test-slave-zb3m"
21:00:44.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.929184 20741 fs_report.cc:389] FS layout report
21:00:44.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:00:44.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-1/wal
21:00:44.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-1/wal
21:00:44.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-1/data/data
21:00:44.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:00:44.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:00:44.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:00:44.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:00:44.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:00:44.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:00:44.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:00:44.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:00:44.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:00:44.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:00:44.929 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:00:44.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.951822 20741 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:00:44.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.952651 20741 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:00:44.953 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.952879 20741 kserver.cc:163] Server-wide thread pool size limit: 3276
21:00:44.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.972275 20741 rpc_server.cc:307] RPC server started. Bound to: 127.20.45.253:37991
21:00:44.972 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.972306 20809 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.20.45.253:37991 every 8 connection(s)
21:00:44.973 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.973739 20741 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-1/data/info.pb
21:00:44.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.977388 20663 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu as pid 20741
21:00:44.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.977552 20663 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-1/wal/instance
21:00:44.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.977712 20810 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:00:44.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.978562 20663 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:44.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:44.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-2/wal
21:00:44.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-2/data
21:00:44.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:00:44.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:00:44.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:00:44.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:44.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-2/logs
21:00:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-2/data/info.pb
21:00:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:00:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:00:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:00:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:00:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:00:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:00:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.45.252:43385
21:00:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.45.252
21:00:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.45.212:35041
21:00:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.45.254:42365,127.20.45.253:37991,127.20.45.252:43385
21:00:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38129/jwks.json
21:00:44.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33195 with env {}
21:00:44.988 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:44.987201 20810 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.45.254" port: 42365 } has no permanent_uuid. Determining permanent_uuid...
21:00:45.003 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.003181 20810 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.45.253" port: 37991 } has no permanent_uuid. Determining permanent_uuid...
21:00:45.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.012413 20810 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.45.252" port: 43385 } has no permanent_uuid. Determining permanent_uuid...
21:00:45.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:45.013586 20759 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.20.45.252:43385: connect: Connection refused (error 111)
21:00:45.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:45.015184 20810 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.45.252:43385: Network error: Client connection negotiation failed: client connection to 127.20.45.252:43385: connect: Connection refused (error 111)
21:00:45.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.064481 20810 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.45.252" port: 43385 } attempt: 1
21:00:45.066 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:45.066689 20810 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.45.252:43385: Network error: Client connection negotiation failed: client connection to 127.20.45.252:43385: connect: Connection refused (error 111)
21:00:45.135 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.134927 20810 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.45.252" port: 43385 } attempt: 2
21:00:45.137 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:45.137058 20810 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.45.252:43385: Network error: Client connection negotiation failed: client connection to 127.20.45.252:43385: connect: Connection refused (error 111)
21:00:45.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.208447 20740 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.45.253" port: 37991 } attempt: 5
21:00:45.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.214589 20740 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.45.252" port: 43385 } has no permanent_uuid. Determining permanent_uuid...
21:00:45.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:45.216305 20740 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.45.252:43385: Network error: Client connection negotiation failed: client connection to 127.20.45.252:43385: connect: Connection refused (error 111)
21:00:45.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.228281 20810 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.45.252" port: 43385 } attempt: 3
21:00:45.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:45.230351 20810 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.45.252:43385: Network error: Client connection negotiation failed: client connection to 127.20.45.252:43385: connect: Connection refused (error 111)
21:00:45.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.267526 20740 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.45.252" port: 43385 } attempt: 1
21:00:45.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:45.269837 20740 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.45.252:43385: Network error: Client connection negotiation failed: client connection to 127.20.45.252:43385: connect: Connection refused (error 111)
21:00:45.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:45.313488 20811 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:00:45.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:45.313845 20811 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:00:45.314 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:45.313921 20811 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:00:45.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:45.322147 20811 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:00:45.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:45.322240 20811 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:00:45.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:45.322294 20811 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:00:45.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:45.322332 20811 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:00:45.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:45.322379 20811 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:00:45.322 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:45.322412 20811 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:38129/jwks.json
21:00:45.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.332485 20811 master_runner.cc:387] Master server non-default flags:
21:00:45.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:45.332 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.45.212:35041
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-2/data
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-2/wal
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --hive_metastore_uris=thrift://localhost:33195
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.45.254:42365,127.20.45.253:37991,127.20.45.252:43385
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.45.252:43385
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:38129/jwks.json
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-2/data/info.pb
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.45.252
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-2/logs
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on bdcb31816ec0
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16877
21:00:45.333 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
21:00:45.334 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.334153 20811 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:00:45.336 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.335868 20811 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:00:45.338 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.338058 20740 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.45.252" port: 43385 } attempt: 2
21:00:45.340 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:45.340183 20740 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.45.252:43385: Network error: Client connection negotiation failed: client connection to 127.20.45.252:43385: connect: Connection refused (error 111)
21:00:45.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:45.343869 20820 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:45.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:45.344034 20819 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:45.344 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:45.344585 20822 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:45.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.345530 20811 server_base.cc:1061] running on GCE node
21:00:45.346 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.346318 20811 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:00:45.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.347719 20811 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:00:45.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.349011 20811 hybrid_clock.cc:648] HybridClock initialized: now 1783544445348928 us; error 36 us; skew 500 ppm
21:00:45.349 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.349423 20811 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:00:45.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.352283 20811 webserver.cc:534] Webserver started at http://127.20.45.252:34907/ using document root <none> and password file <none>
21:00:45.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.353116 20811 fs_manager.cc:362] Metadata directory not provided
21:00:45.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.353228 20811 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:00:45.353 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.353605 20811 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:00:45.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.356153 20811 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-2/data/instance:
21:00:45.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6191eab01a954781bd9dc813e71b6bfb"
21:00:45.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:45 on dist-test-slave-zb3m"
21:00:45.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.357029 20811 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-2/wal/instance:
21:00:45.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6191eab01a954781bd9dc813e71b6bfb"
21:00:45.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:45 on dist-test-slave-zb3m"
21:00:45.362 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.362423 20811 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.000s	sys 0.004s
21:00:45.365 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.365796 20828 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:00:45.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.367089 20811 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.004s
21:00:45.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.367250 20811 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-2/data,/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-2/wal
21:00:45.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "6191eab01a954781bd9dc813e71b6bfb"
21:00:45.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:45 on dist-test-slave-zb3m"
21:00:45.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.367475 20811 fs_report.cc:389] FS layout report
21:00:45.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:00:45.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-2/wal
21:00:45.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-2/wal
21:00:45.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-2/data/data
21:00:45.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:00:45.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:00:45.367 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:00:45.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:00:45.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:00:45.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:00:45.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:00:45.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:00:45.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:00:45.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:00:45.368 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:00:45.373 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.373580 20810 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.45.252" port: 43385 } attempt: 4
21:00:45.375 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:45.375473 20810 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.45.252:43385: Network error: Client connection negotiation failed: client connection to 127.20.45.252:43385: connect: Connection refused (error 111)
21:00:45.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.400087 20811 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:00:45.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.400926 20811 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:00:45.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.401175 20811 kserver.cc:163] Server-wide thread pool size limit: 3276
21:00:45.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.422595 20811 rpc_server.cc:307] RPC server started. Bound to: 127.20.45.252:43385
21:00:45.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.422614 20879 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.20.45.252:43385 every 8 connection(s)
21:00:45.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.424021 20811 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-2/data/info.pb
21:00:45.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.427552 20663 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu as pid 20811
21:00:45.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.427721 20663 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster3018437862975793001/master-2/wal/instance
21:00:45.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.428360 20880 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:00:45.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.435040 20880 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.45.254" port: 42365 } has no permanent_uuid. Determining permanent_uuid...
21:00:45.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.445456 20880 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.45.253" port: 37991 } has no permanent_uuid. Determining permanent_uuid...
21:00:45.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.446372 20740 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.45.252" port: 43385 } attempt: 3
21:00:45.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.453999 20880 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.45.252" port: 43385 } has no permanent_uuid. Determining permanent_uuid...
21:00:45.459 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.459285 20740 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6060479d20344edcb99ee50256895133: Bootstrap starting.
21:00:45.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.464035 20740 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6060479d20344edcb99ee50256895133: Neither blocks nor log segments found. Creating new log.
21:00:45.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.464486 20880 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6191eab01a954781bd9dc813e71b6bfb: Bootstrap starting.
21:00:45.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.465436 20740 log.cc:826] T 00000000000000000000000000000000 P 6060479d20344edcb99ee50256895133: Log is configured to *not* fsync() on all Append() calls
21:00:45.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.468148 20740 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6060479d20344edcb99ee50256895133: No bootstrap required, opened a new log
21:00:45.468 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.468142 20880 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 6191eab01a954781bd9dc813e71b6bfb: Neither blocks nor log segments found. Creating new log.
21:00:45.469 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.469343 20880 log.cc:826] T 00000000000000000000000000000000 P 6191eab01a954781bd9dc813e71b6bfb: Log is configured to *not* fsync() on all Append() calls
21:00:45.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.470289 20663 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
21:00:45.472 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:00:45.472 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

21:00:45.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.473614 20880 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 6191eab01a954781bd9dc813e71b6bfb: No bootstrap required, opened a new log
21:00:45.473 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.20.45.254"
      port: 42365
    }
    bound_http_address {
      host: "127.20.45.254"
      port: 34695
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.20.45.253"
      port: 37991
    }
    bound_http_address {
      host: "127.20.45.253"
      port: 33567
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.20.45.252"
      port: 43385
    }
    bound_http_address {
      host: "127.20.45.252"
      port: 34907
    }
  }
}

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

21:00:45.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.474308 20740 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6060479d20344edcb99ee50256895133 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6060479d20344edcb99ee50256895133" member_type: VOTER last_known_addr { host: "127.20.45.254" port: 42365 } } peers { permanent_uuid: "09845306a799442d855d958e4cf3c6ef" member_type: VOTER last_known_addr { host: "127.20.45.253" port: 37991 } } peers { permanent_uuid: "6191eab01a954781bd9dc813e71b6bfb" member_type: VOTER last_known_addr { host: "127.20.45.252" port: 43385 } }
21:00:45.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.474653 20740 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6060479d20344edcb99ee50256895133 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:00:45.474 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:00:45.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.474773 20740 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6060479d20344edcb99ee50256895133 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6060479d20344edcb99ee50256895133, State: Initialized, Role: FOLLOWER
21:00:45.475 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
21:00:45.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.475443 20740 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6060479d20344edcb99ee50256895133 [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: "6060479d20344edcb99ee50256895133" member_type: VOTER last_known_addr { host: "127.20.45.254" port: 42365 } } peers { permanent_uuid: "09845306a799442d855d958e4cf3c6ef" member_type: VOTER last_known_addr { host: "127.20.45.253" port: 37991 } } peers { permanent_uuid: "6191eab01a954781bd9dc813e71b6bfb" member_type: VOTER last_known_addr { host: "127.20.45.252" port: 43385 } }
21:00:45.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.475848 20663 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu pid 20674
21:00:45.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.476792 20886 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6060479d20344edcb99ee50256895133 [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: "6060479d20344edcb99ee50256895133" member_type: VOTER last_known_addr { host: "127.20.45.254" port: 42365 } } peers { permanent_uuid: "09845306a799442d855d958e4cf3c6ef" member_type: VOTER last_known_addr { host: "127.20.45.253" port: 37991 } } peers { permanent_uuid: "6191eab01a954781bd9dc813e71b6bfb" member_type: VOTER last_known_addr { host: "127.20.45.252" port: 43385 } } }
21:00:45.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.477180 20735 generic_service.cc:196] Checking for leaks (request via RPC)
21:00:45.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.478839 20886 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6060479d20344edcb99ee50256895133 [sys.catalog]: This master's current role is: FOLLOWER
21:00:45.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.480648 20880 raft_consensus.cc:359] T 00000000000000000000000000000000 P 6191eab01a954781bd9dc813e71b6bfb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6060479d20344edcb99ee50256895133" member_type: VOTER last_known_addr { host: "127.20.45.254" port: 42365 } } peers { permanent_uuid: "09845306a799442d855d958e4cf3c6ef" member_type: VOTER last_known_addr { host: "127.20.45.253" port: 37991 } } peers { permanent_uuid: "6191eab01a954781bd9dc813e71b6bfb" member_type: VOTER last_known_addr { host: "127.20.45.252" port: 43385 } }
21:00:45.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.480921 20880 raft_consensus.cc:385] T 00000000000000000000000000000000 P 6191eab01a954781bd9dc813e71b6bfb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:00:45.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.481055 20880 raft_consensus.cc:740] T 00000000000000000000000000000000 P 6191eab01a954781bd9dc813e71b6bfb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6191eab01a954781bd9dc813e71b6bfb, State: Initialized, Role: FOLLOWER
21:00:45.482 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.481712 20880 consensus_queue.cc:260] T 00000000000000000000000000000000 P 6191eab01a954781bd9dc813e71b6bfb [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: "6060479d20344edcb99ee50256895133" member_type: VOTER last_known_addr { host: "127.20.45.254" port: 42365 } } peers { permanent_uuid: "09845306a799442d855d958e4cf3c6ef" member_type: VOTER last_known_addr { host: "127.20.45.253" port: 37991 } } peers { permanent_uuid: "6191eab01a954781bd9dc813e71b6bfb" member_type: VOTER last_known_addr { host: "127.20.45.252" port: 43385 } }
21:00:45.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.482728 20888 sys_catalog.cc:455] T 00000000000000000000000000000000 P 6191eab01a954781bd9dc813e71b6bfb [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: "6060479d20344edcb99ee50256895133" member_type: VOTER last_known_addr { host: "127.20.45.254" port: 42365 } } peers { permanent_uuid: "09845306a799442d855d958e4cf3c6ef" member_type: VOTER last_known_addr { host: "127.20.45.253" port: 37991 } } peers { permanent_uuid: "6191eab01a954781bd9dc813e71b6bfb" member_type: VOTER last_known_addr { host: "127.20.45.252" port: 43385 } } }
21:00:45.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.483009 20888 sys_catalog.cc:458] T 00000000000000000000000000000000 P 6191eab01a954781bd9dc813e71b6bfb [sys.catalog]: This master's current role is: FOLLOWER
21:00:45.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.483651 20880 sys_catalog.cc:565] T 00000000000000000000000000000000 P 6191eab01a954781bd9dc813e71b6bfb [sys.catalog]: configured and running, proceeding with master startup.
21:00:45.491 [INFO - Metastore-Handler-Pool: Thread-201] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_config_value: name=hive.metastore.transactional.event.listeners defaultValue=	
21:00:45.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:45.492585 20899 client.h:373] Failed to connect to Hive Metastore (localhost:33195): Illegal state: Hive Metastore configuration is missing required transactional event listener (hive.metastore.transactional.event.listeners): org.apache.hive.hcatalog.listener.DbNotificationListener
21:00:45.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:45.499675 20902 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 6191eab01a954781bd9dc813e71b6bfb: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
21:00:45.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:45.500031 20902 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
21:00:45.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:45.557230 20694 tablet.cc:2406] T 00000000000000000000000000000000 P 6060479d20344edcb99ee50256895133: Can't schedule compaction. Clean time has not been advanced past its initial value.
21:00:45.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.557291 20663 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu with pid 20674
21:00:45.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.576308 20663 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu pid 20741
21:00:45.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.577607 20805 generic_service.cc:196] Checking for leaks (request via RPC)
21:00:45.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.576074 20811 master_runner.cc:187] Error getting master registration for 127.20.45.254:42365: Network error: recv got EOF from 127.20.45.254:42365 (error 108), 
21:00:45.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.582199 20811 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
21:00:45.653 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:45.653281 20834 tablet.cc:2406] T 00000000000000000000000000000000 P 6191eab01a954781bd9dc813e71b6bfb: Can't schedule compaction. Clean time has not been advanced past its initial value.
21:00:45.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.686266 20810 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.45.252" port: 43385 } attempt: 5
21:00:45.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.687129 20663 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu with pid 20741
21:00:45.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:45.699749 20881 negotiation.cc:336] Failed RPC negotiation. Trace:
21:00:45.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 21:00:45.687195 (+     0us) reactor.cc:730] Submitting negotiation task for server connection from 127.0.0.1:40876 (local address 127.20.45.252:43385)
21:00:45.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 21:00:45.687366 (+   171us) server_negotiation.cc:207] Beginning negotiation
21:00:45.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 21:00:45.687371 (+     5us) server_negotiation.cc:400] Waiting for connection header
21:00:45.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 21:00:45.687389 (+    18us) server_negotiation.cc:408] Connection header received
21:00:45.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 0708 21:00:45.698815 (+ 11426us) negotiation.cc:326] Negotiation complete: Network error: Server connection negotiation failed: server connection from 127.0.0.1:40876: BlockingRecv error: recv got EOF from 127.0.0.1:40876 (error 108)
21:00:45.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Metrics: {"server-negotiator.queue_time_us":79}
21:00:45.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.700484 20663 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu pid 20811
21:00:45.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.701745 20875 generic_service.cc:196] Checking for leaks (request via RPC)
21:00:45.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.801959 20888 raft_consensus.cc:493] T 00000000000000000000000000000000 P 6191eab01a954781bd9dc813e71b6bfb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
21:00:45.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.802282 20888 raft_consensus.cc:515] T 00000000000000000000000000000000 P 6191eab01a954781bd9dc813e71b6bfb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6060479d20344edcb99ee50256895133" member_type: VOTER last_known_addr { host: "127.20.45.254" port: 42365 } } peers { permanent_uuid: "09845306a799442d855d958e4cf3c6ef" member_type: VOTER last_known_addr { host: "127.20.45.253" port: 37991 } } peers { permanent_uuid: "6191eab01a954781bd9dc813e71b6bfb" member_type: VOTER last_known_addr { host: "127.20.45.252" port: 43385 } }
21:00:45.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:45.802590 20663 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu with pid 20811
21:00:45.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:00:45Z chronyd exiting
.21:00:45.939 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
21:00:45.939 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
21:00:45.939 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
21:00:45.958 [INFO - main] (TestKuduMetastorePlugin.java:85) Using temporary test state directory:/tmp/hive11380318166989616496
21:00:45.959 [INFO - Thread-141] (AuthFactory.java:97) Using authentication NOSASL with kerberos authentication disabled
21:00:45.959 [INFO - Thread-141] (HMSHandlerProxyFactory.java:38) Creating HMSHandler proxy by class: org.apache.hadoop.hive.metastore.RetryingHMSHandler
21:00:45.962 [INFO - Thread-141] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
21:00:45.962 [INFO - Thread-141] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
21:00:45.962 [INFO - Thread-141] (PersistenceManagerProvider.java:175) Updating the pmf due to property change
21:00:45.962 [INFO - Thread-141] (HikariDataSource.java:350) objectstore - Shutdown initiated...
21:00:45.964 [INFO - Thread-141] (HikariDataSource.java:352) objectstore - Shutdown completed.
21:00:45.964 [INFO - Thread-141] (HikariDataSource.java:350) objectstore-secondary - Shutdown initiated...
21:00:45.982 [INFO - Thread-141] (HikariDataSource.java:352) objectstore-secondary - Shutdown completed.
21:00:45.982 [INFO - Thread-141] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 10, name: objectstore
21:00:45.984 [INFO - Thread-141] (HikariDataSource.java:80) objectstore - Starting...
21:00:46.048 [INFO - Thread-141] (PoolBase.java:541) objectstore - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
21:00:46.049 [INFO - Thread-141] (HikariDataSource.java:82) objectstore - Start completed.
21:00:46.049 [INFO - Thread-141] (HikariCPDataSourceProvider.java:47) Creating Hikari connection pool for the MetaStore, maxPoolSize: 2, name: objectstore-secondary
21:00:46.051 [INFO - Thread-141] (HikariDataSource.java:80) objectstore-secondary - Starting...
21:00:46.053 [INFO - Thread-141] (PoolBase.java:541) objectstore-secondary - Driver does not support get/set network timeout for connections. (Feature not implemented: No details.)
21:00:46.054 [INFO - Thread-141] (HikariDataSource.java:82) objectstore-secondary - Start completed.
21:00:46.064 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.storeManagerType unknown - will be ignored
21:00:46.064 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.transactionIsolation unknown - will be ignored
21:00:46.064 [INFO - Thread-141] (Log4J2Logger.java:71) Property datanucleus.cache.level2 unknown - will be ignored
21:00:46.082 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:46.083 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:46.084 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:46.084 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:46.084 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:46.084 [WARN - Thread-141] (Log4J2Logger.java:83) Metadata has jdbc-type of 'string' yet this is not valid. Ignored
21:00:46.229 [INFO - Thread-141] (PersistenceManagerProvider.java:347) Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
21:00:46.230 [INFO - Thread-141] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4bb42958, with PersistenceManager: null will be shutdown
21:00:46.230 [INFO - Thread-141] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4bb42958, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@25c43dc5 created in the thread with id: 202
21:00:46.231 [WARN - Thread-141] (MetaStoreDirectSql.java:334) Self-test query [select "DB_ID" from "DBS" WHERE "DB_ID"=1] failed; direct SQL is disabled
javax.jdo.JDODataStoreException: Error executing SQL query "select "DB_ID" from "DBS" WHERE "DB_ID"=1".
	at org.datanucleus.api.jdo.JDOAdapter.getJDOExceptionForNucleusException(JDOAdapter.java:608)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:456)
	at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:263)
	at org.apache.hadoop.hive.metastore.QueryWrapper.execute(QueryWrapper.java:64)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.runTestQuery(MetaStoreDirectSql.java:329)
	at org.apache.hadoop.hive.metastore.MetaStoreDirectSql.<init>(MetaStoreDirectSql.java:232)
	at org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:439)
	at org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:386)
	at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:77)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:159)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:126)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.<init>(RawStoreProxy.java:59)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.getProxy(RawStoreProxy.java:67)
	at org.apache.hadoop.hive.metastore.HMSHandler.newRawStoreForConf(HMSHandler.java:565)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMSForConf(HMSHandler.java:543)
	at org.apache.hadoop.hive.metastore.HMSHandler.getMS(HMSHandler.java:537)
	at org.apache.hadoop.hive.metastore.HMSHandler.createDefaultDB(HMSHandler.java:621)
	at org.apache.hadoop.hive.metastore.HMSHandler.init(HMSHandler.java:329)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:91)
	at org.apache.hadoop.hive.metastore.AbstractHMSHandlerProxy.invoke(AbstractHMSHandlerProxy.java:82)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:58)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.apache.hadoop.hive.metastore.utils.JavaUtils.newInstance(JavaUtils.java:87)
	at org.apache.hadoop.hive.metastore.HMSHandlerProxyFactory.getProxy(HMSHandlerProxyFactory.java:43)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startBinaryMetastore(HiveMetaStore.java:533)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:693)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.sql.SQLSyntaxErrorException: Table/View 'DBS' does not exist.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:351)
	at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
	at org.datanucleus.store.rdbms.SQLController.getStatementForQuery(SQLController.java:355)
	at org.datanucleus.store.rdbms.query.RDBMSQueryUtils.getPreparedStatementForQuery(RDBMSQueryUtils.java:224)
	at org.datanucleus.store.rdbms.query.SQLQuery.performExecute(SQLQuery.java:657)
	at org.datanucleus.store.query.Query.executeQuery(Query.java:2004)
	at org.datanucleus.store.rdbms.query.SQLQuery.executeWithArray(SQLQuery.java:826)
	at org.datanucleus.store.query.Query.execute(Query.java:1875)
	at org.datanucleus.api.jdo.JDOQuery.executeInternal(JDOQuery.java:439)
	... 35 more
Caused by: org.apache.derby.iapi.error.StandardException: Table/View 'DBS' does not exist.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 49 more
21:00:46.232 [INFO - Thread-141] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@4bb42958
21:00:46.304 [INFO - Thread-141] (HMSHandler.java:595) Started creating a default database with name: default
21:00:46.316 [INFO - Thread-141] (HMSHandler.java:605) Successfully created a default database with name: default
21:00:46.334 [INFO - Thread-141] (HMSHandler.java:668) Added admin role in metastore
21:00:46.335 [INFO - Thread-141] (HMSHandler.java:677) Added public role in metastore
21:00:46.359 [INFO - Thread-141] (HMSHandler.java:717) No user is added in admin role, since config is empty
21:00:46.360 [INFO - Thread-141] (HMSHandler.java:404) HMS server filtering is disabled by configuration
21:00:46.360 [INFO - Thread-141] (HiveMetaStore.java:543) Starting DB backed MetaStore Server with SetUGI enabled
21:00:46.360 [INFO - Thread-141] (HiveMetaStore.java:697) Direct SQL optimization = true
21:00:46.361 [WARN - Thread-141] (HiveMetaStore.java:748) Unable to start the Catalog server, missing jar?
java.lang.ClassNotFoundException: org.apache.iceberg.rest.HMSCatalogFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:377)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.createCatalogServlet(HiveMetaStore.java:744)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:726)
	at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:346)
	at org.apache.hadoop.hive.metastore.utils.MetaStoreServerUtils$3.run(MetaStoreServerUtils.java:896)
	at java.base/java.lang.Thread.run(Thread.java:840)
21:00:46.361 [INFO - Thread-141] (HiveMetaStore.java:632) Started the new metaserver on port [34707]...
21:00:46.361 [INFO - Thread-141] (HiveMetaStore.java:633) Options.minWorkerThreads = 200
21:00:46.361 [INFO - Thread-141] (HiveMetaStore.java:634) Options.maxWorkerThreads = 1000
21:00:46.361 [INFO - Thread-141] (HiveMetaStore.java:635) TCP keepalive = true
21:00:46.361 [INFO - Thread-141] (HiveMetaStore.java:636) Enable SSL = false
21:00:46.960 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hive-site.xml
21:00:46.961 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: hivemetastore-site.xml
21:00:46.961 [INFO - main] (MetastoreConf.java:2295) Unable to find config file: metastore-site.xml
21:00:46.962 [INFO - main] (HiveMetaStoreClient.java:292) HMS client filtering is enabled.
21:00:46.962 [INFO - main] (HiveMetaStoreClient.java:326) Resolved metastore uris: [thrift://localhost:34707]
21:00:46.963 [INFO - main] (HiveMetaStoreClient.java:806) Trying to connect to metastore with URI (thrift://localhost:34707) in binary transport mode
21:00:46.963 [INFO - main] (HiveMetaStoreClient.java:840) Opened a connection to metastore, URI (thrift://localhost:34707) current connections: 1
21:00:46.964 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskFFU0Td/test-tmp
21:00:46.965 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/asan/bin
21:00:46.965 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskFFU0Td/java/build/dist-test/../../../build/asan/bin/kudu, test, mini_cluster, --serialization=pb]
21:00:46.967 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 0
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

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

21:00:47.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.291671 20931 mini_oidc.cc:150] Starting JWKS server
21:00:47.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.293841 20931 webserver.cc:534] Webserver started at http://127.0.0.1:40967/ using document root <none> and password file <none>
21:00:47.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.294056 20931 mini_oidc.cc:186] Starting OIDC Discovery server
21:00:47.294 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.294525 20931 webserver.cc:534] Webserver started at http://127.0.0.1:40179/ using document root <none> and password file <none>
21:00:47.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:00:47Z chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -NTS -SECHASH -IPV6 +DEBUG)
21:00:47.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:00:47Z Disabled control of system clock
21:00:47.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.319562 20931 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:47.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:47.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-0/wal
21:00:47.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-0/data
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-0/logs
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-0/data/info.pb
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.112.254:42935
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.112.254
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.112.212:33729
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.112.254:42935,127.20.112.253:33133,127.20.112.252:39193
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:47.320 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40967/jwks.json with env {}
21:00:47.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:47.638001 20942 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:00:47.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:47.638322 20942 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:00:47.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:47.638401 20942 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:00:47.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:47.646485 20942 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:00:47.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:47.646584 20942 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:00:47.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:47.646646 20942 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:00:47.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:47.646708 20942 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:00:47.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:47.646778 20942 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:00:47.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:47.646822 20942 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40967/jwks.json
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.656840 20942 master_runner.cc:387] Master server non-default flags:
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.112.212:33729
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-0/data
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-0/wal
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.112.254:42935,127.20.112.253:33133,127.20.112.252:39193
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.112.254:42935
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40967/jwks.json
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-0/data/info.pb
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.112.254
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-0/logs
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on bdcb31816ec0
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16877
21:00:47.657 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
21:00:47.658 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.658433 20942 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:00:47.660 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.660140 20942 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:00:47.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:47.667884 20947 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:47.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:47.668244 20950 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:47.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:47.667922 20948 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:47.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.669061 20942 server_base.cc:1061] running on GCE node
21:00:47.669 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.669718 20942 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:00:47.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.671048 20942 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:00:47.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.672253 20942 hybrid_clock.cc:648] HybridClock initialized: now 1783544447672189 us; error 55 us; skew 500 ppm
21:00:47.672 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.672576 20942 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:00:47.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.674775 20942 webserver.cc:534] Webserver started at http://127.20.112.254:40197/ using document root <none> and password file <none>
21:00:47.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.675447 20942 fs_manager.cc:362] Metadata directory not provided
21:00:47.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.675539 20942 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:00:47.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.675819 20942 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:00:47.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.679160 20942 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-0/data/instance:
21:00:47.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "53abff1b65ca4ae8a0c1e49f41d08b56"
21:00:47.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:47 on dist-test-slave-zb3m"
21:00:47.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.680075 20942 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-0/wal/instance:
21:00:47.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "53abff1b65ca4ae8a0c1e49f41d08b56"
21:00:47.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:47 on dist-test-slave-zb3m"
21:00:47.686 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.686429 20942 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.008s	sys 0.000s
21:00:47.690 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.690608 20956 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:00:47.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.692059 20942 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
21:00:47.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.692205 20942 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-0/data,/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-0/wal
21:00:47.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "53abff1b65ca4ae8a0c1e49f41d08b56"
21:00:47.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:47 on dist-test-slave-zb3m"
21:00:47.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.692392 20942 fs_report.cc:389] FS layout report
21:00:47.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:00:47.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-0/wal
21:00:47.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-0/wal
21:00:47.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-0/data/data
21:00:47.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:00:47.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:00:47.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:00:47.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:00:47.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:00:47.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:00:47.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:00:47.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:00:47.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:00:47.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:00:47.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:00:47.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.713042 20942 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:00:47.713 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.713838 20942 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:00:47.714 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.714051 20942 kserver.cc:163] Server-wide thread pool size limit: 3276
21:00:47.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.733314 20942 rpc_server.cc:307] RPC server started. Bound to: 127.20.112.254:42935
21:00:47.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.733322 21007 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.20.112.254:42935 every 8 connection(s)
21:00:47.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.735404 20942 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-0/data/info.pb
21:00:47.739 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.739569 21008 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:00:47.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.745267 20931 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu as pid 20942
21:00:47.745 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.745568 20931 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-0/wal/instance
21:00:47.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.745469 21008 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.112.254" port: 42935 } has no permanent_uuid. Determining permanent_uuid...
21:00:47.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.748373 20931 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:47.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:47.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-1/wal
21:00:47.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-1/data
21:00:47.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:00:47.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:00:47.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:00:47.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:47.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:47.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:47.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-1/logs
21:00:47.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-1/data/info.pb
21:00:47.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:47.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:00:47.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:00:47.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:00:47.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:00:47.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:47.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:47.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:47.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:00:47.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:00:47.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:47.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:47.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.112.253:33133
21:00:47.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.112.253
21:00:47.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:47.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.112.212:33729
21:00:47.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:47.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:47.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:47.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:47.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.112.254:42935,127.20.112.253:33133,127.20.112.252:39193
21:00:47.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:47.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40967/jwks.json with env {}
21:00:47.762 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.761909 21008 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.112.253" port: 33133 } has no permanent_uuid. Determining permanent_uuid...
21:00:47.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:47.763073 20958 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.20.112.253:33133: connect: Connection refused (error 111)
21:00:47.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:47.764664 21008 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.112.253:33133: Network error: Client connection negotiation failed: client connection to 127.20.112.253:33133: connect: Connection refused (error 111)
21:00:47.814 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.813971 21008 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.112.253" port: 33133 } attempt: 1
21:00:47.816 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:47.816181 21008 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.112.253:33133: Network error: Client connection negotiation failed: client connection to 127.20.112.253:33133: connect: Connection refused (error 111)
21:00:47.884 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.884426 21008 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.112.253" port: 33133 } attempt: 2
21:00:47.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:47.886423 21008 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.112.253:33133: Network error: Client connection negotiation failed: client connection to 127.20.112.253:33133: connect: Connection refused (error 111)
21:00:47.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:47.977658 21008 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.112.253" port: 33133 } attempt: 3
21:00:47.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:47.979712 21008 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.112.253:33133: Network error: Client connection negotiation failed: client connection to 127.20.112.253:33133: connect: Connection refused (error 111)
21:00:48.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.070190 21012 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:00:48.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.070509 21012 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:00:48.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.070592 21012 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:00:48.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.081301 21012 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:00:48.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.081425 21012 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:00:48.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.081506 21012 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:00:48.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.081558 21012 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:00:48.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.081627 21012 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:00:48.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.081671 21012 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40967/jwks.json
21:00:48.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.092718 21012 master_runner.cc:387] Master server non-default flags:
21:00:48.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:48.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.112.212:33729
21:00:48.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:48.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:48.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-1/data
21:00:48.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-1/wal
21:00:48.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:48.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.112.254:42935,127.20.112.253:33133,127.20.112.252:39193
21:00:48.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:48.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:48.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:48.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.112.253:33133
21:00:48.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:48.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:00:48.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:48.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40967/jwks.json
21:00:48.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:48.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:48.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-1/data/info.pb
21:00:48.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.112.253
21:00:48.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:48.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:00:48.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:48.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:00:48.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:00:48.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:48.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-1/logs
21:00:48.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:48.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:00:48.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:00:48.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:00:48.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:00:48.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:00:48.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:00:48.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on bdcb31816ec0
21:00:48.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16877
21:00:48.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
21:00:48.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.094867 21012 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:00:48.096 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.096676 21012 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:00:48.104 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.104557 21021 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:48.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.104514 21018 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:48.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.104472 21019 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:48.105 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.105609 21012 server_base.cc:1061] running on GCE node
21:00:48.106 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.106248 21012 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:00:48.107 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.107535 21012 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:00:48.108 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.108793 21012 hybrid_clock.cc:648] HybridClock initialized: now 1783544448108742 us; error 29 us; skew 500 ppm
21:00:48.109 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.109215 21012 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:00:48.111 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.111394 21012 webserver.cc:534] Webserver started at http://127.20.112.253:32899/ using document root <none> and password file <none>
21:00:48.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.112107 21012 fs_manager.cc:362] Metadata directory not provided
21:00:48.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.112207 21012 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:00:48.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.112566 21012 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:00:48.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.114948 21012 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-1/data/instance:
21:00:48.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "97532f87cfbf4b67a4a6ff77d213cfb9"
21:00:48.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:48 on dist-test-slave-zb3m"
21:00:48.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.116001 21012 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-1/wal/instance:
21:00:48.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "97532f87cfbf4b67a4a6ff77d213cfb9"
21:00:48.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:48 on dist-test-slave-zb3m"
21:00:48.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.121444 21012 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.004s
21:00:48.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.122936 21008 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.112.253" port: 33133 } attempt: 4
21:00:48.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.125011 21008 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.112.253:33133: Network error: Client connection negotiation failed: client connection to 127.20.112.253:33133: connect: Connection refused (error 111)
21:00:48.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.125185 21027 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:00:48.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.126444 21012 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
21:00:48.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.126588 21012 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-1/data,/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-1/wal
21:00:48.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "97532f87cfbf4b67a4a6ff77d213cfb9"
21:00:48.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:48 on dist-test-slave-zb3m"
21:00:48.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.126772 21012 fs_report.cc:389] FS layout report
21:00:48.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:00:48.126 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-1/wal
21:00:48.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-1/wal
21:00:48.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-1/data/data
21:00:48.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:00:48.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:00:48.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:00:48.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:00:48.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:00:48.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:00:48.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:00:48.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:00:48.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:00:48.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:00:48.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:00:48.154 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.154335 21012 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:00:48.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.155229 21012 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:00:48.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.155488 21012 kserver.cc:163] Server-wide thread pool size limit: 3276
21:00:48.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.176189 21012 rpc_server.cc:307] RPC server started. Bound to: 127.20.112.253:33133
21:00:48.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.176196 21078 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.20.112.253:33133 every 8 connection(s)
21:00:48.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.177618 21012 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-1/data/info.pb
21:00:48.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.181700 21079 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:00:48.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.185904 20931 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu as pid 21012
21:00:48.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.186093 20931 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-1/wal/instance
21:00:48.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.187563 20931 external_mini_cluster.cc:1372] Running /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:48.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu
21:00:48.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-2/wal
21:00:48.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-2/data
21:00:48.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
21:00:48.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
21:00:48.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
21:00:48.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:48.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:48.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:48.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-2/logs
21:00:48.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-2/data/info.pb
21:00:48.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:48.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
21:00:48.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
21:00:48.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
21:00:48.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
21:00:48.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:48.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:48.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:48.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
21:00:48.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
21:00:48.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:48.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:48.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.112.252:39193
21:00:48.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.112.252
21:00:48.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:48.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.112.212:33729
21:00:48.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:48.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:48.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:48.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:48.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.112.254:42935,127.20.112.253:33133,127.20.112.252:39193
21:00:48.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:48.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40967/jwks.json with env {}
21:00:48.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.190819 21079 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.112.254" port: 42935 } has no permanent_uuid. Determining permanent_uuid...
21:00:48.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.204644 21079 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.112.253" port: 33133 } has no permanent_uuid. Determining permanent_uuid...
21:00:48.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.213385 21079 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } has no permanent_uuid. Determining permanent_uuid...
21:00:48.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.214322 21029 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.20.112.252:39193: connect: Connection refused (error 111)
21:00:48.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.215952 21079 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.112.252:39193: Network error: Client connection negotiation failed: client connection to 127.20.112.252:39193: connect: Connection refused (error 111)
21:00:48.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.265244 21079 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } attempt: 1
21:00:48.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.267342 21079 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.112.252:39193: Network error: Client connection negotiation failed: client connection to 127.20.112.252:39193: connect: Connection refused (error 111)
21:00:48.335 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.335549 21079 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } attempt: 2
21:00:48.337 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.337538 21079 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.112.252:39193: Network error: Client connection negotiation failed: client connection to 127.20.112.252:39193: connect: Connection refused (error 111)
21:00:48.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.424254 21008 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.112.253" port: 33133 } attempt: 5
21:00:48.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.428731 21079 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } attempt: 3
21:00:48.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.430776 21079 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.112.252:39193: Network error: Client connection negotiation failed: client connection to 127.20.112.252:39193: connect: Connection refused (error 111)
21:00:48.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.430970 21008 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } has no permanent_uuid. Determining permanent_uuid...
21:00:48.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.432745 21008 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.112.252:39193: Network error: Client connection negotiation failed: client connection to 127.20.112.252:39193: connect: Connection refused (error 111)
21:00:48.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.483992 21008 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } attempt: 1
21:00:48.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.487007 21008 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.112.252:39193: Network error: Client connection negotiation failed: client connection to 127.20.112.252:39193: connect: Connection refused (error 111)
21:00:48.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.510506 21081 flags.cc:432] Enabled unsafe flag: --openssl_security_level_override=0
21:00:48.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.510787 21081 flags.cc:432] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
21:00:48.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.510865 21081 flags.cc:432] Enabled unsafe flag: --never_fsync=true
21:00:48.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.519942 21081 flags.cc:432] Enabled experimental flag: --ipki_ca_key_size=768
21:00:48.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.520048 21081 flags.cc:432] Enabled experimental flag: --ipki_server_key_size=768
21:00:48.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.520114 21081 flags.cc:432] Enabled experimental flag: --tsk_num_rsa_bits=512
21:00:48.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.520154 21081 flags.cc:432] Enabled experimental flag: --rpc_reuseport=true
21:00:48.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.520205 21081 flags.cc:432] Enabled experimental flag: --enable_jwt_token_auth=true
21:00:48.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.520236 21081 flags.cc:432] Enabled experimental flag: --jwks_url=http://localhost:40967/jwks.json
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.530869 21081 master_runner.cc:387] Master server non-default flags:
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.20.112.212:33729
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-2/data
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-2/wal
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.20.112.254:42935,127.20.112.253:33133,127.20.112.252:39193
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.20.112.252:39193
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:40967/jwks.json
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-2/data/info.pb
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.20.112.252
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-2/logs
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
21:00:48.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
21:00:48.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.19.0-SNAPSHOT
21:00:48.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision 6bec869c2320d19f2589b3f609f76e5041a21d27
21:00:48.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type FASTDEBUG
21:00:48.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by None at 08 Jul 2026 20:43:55 UTC on bdcb31816ec0
21:00:48.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 16877
21:00:48.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) ASAN enabled
21:00:48.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.532545 21081 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
21:00:48.534 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.534354 21081 file_cache.cc:492] Constructed file cache file cache with capacity 419430
21:00:48.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.542557 21090 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:48.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.542655 21089 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:48.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.543216 21092 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
21:00:48.543 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.543776 21081 server_base.cc:1061] running on GCE node
21:00:48.544 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.544629 21081 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
21:00:48.546 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.546358 21081 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
21:00:48.547 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.547582 21081 hybrid_clock.cc:648] HybridClock initialized: now 1783544448547514 us; error 47 us; skew 500 ppm
21:00:48.548 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.547986 21081 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
21:00:48.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.550467 21081 webserver.cc:534] Webserver started at http://127.20.112.252:40941/ using document root <none> and password file <none>
21:00:48.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.551169 21081 fs_manager.cc:362] Metadata directory not provided
21:00:48.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.551254 21081 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
21:00:48.551 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.551539 21081 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
21:00:48.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.553874 21081 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-2/data/instance:
21:00:48.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "64d0f12580c74d5097055f1ce11c16f6"
21:00:48.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:48 on dist-test-slave-zb3m"
21:00:48.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.554587 21081 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-2/wal/instance:
21:00:48.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "64d0f12580c74d5097055f1ce11c16f6"
21:00:48.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:48 on dist-test-slave-zb3m"
21:00:48.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.555274 21008 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } attempt: 2
21:00:48.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.557305 21008 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.112.252:39193: Network error: Client connection negotiation failed: client connection to 127.20.112.252:39193: connect: Connection refused (error 111)
21:00:48.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.560128 21081 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
21:00:48.563 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.563701 21098 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
21:00:48.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.565136 21081 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
21:00:48.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.565311 21081 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-2/data,/tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-2/wal
21:00:48.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "64d0f12580c74d5097055f1ce11c16f6"
21:00:48.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-07-08 21:00:48 on dist-test-slave-zb3m"
21:00:48.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.565539 21081 fs_report.cc:389] FS layout report
21:00:48.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
21:00:48.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-2/wal
21:00:48.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-2/wal
21:00:48.565 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-2/data/data
21:00:48.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
21:00:48.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
21:00:48.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
21:00:48.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
21:00:48.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
21:00:48.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
21:00:48.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
21:00:48.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
21:00:48.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
21:00:48.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
21:00:48.566 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
21:00:48.574 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.573985 21079 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } attempt: 4
21:00:48.575 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.575814 21079 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.20.112.252:39193: Network error: Client connection negotiation failed: client connection to 127.20.112.252:39193: connect: Connection refused (error 111)
21:00:48.603 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.603080 21081 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
21:00:48.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.603940 21081 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
21:00:48.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.604164 21081 kserver.cc:163] Server-wide thread pool size limit: 3276
21:00:48.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.622828 21081 rpc_server.cc:307] RPC server started. Bound to: 127.20.112.252:39193
21:00:48.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.622861 21149 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.20.112.252:39193 every 8 connection(s)
21:00:48.624 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.624382 21081 server_base.cc:1193] Dumped server information to /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-2/data/info.pb
21:00:48.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.625877 20931 external_mini_cluster.cc:1434] Started /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu as pid 21081
21:00:48.626 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.626029 20931 external_mini_cluster.cc:1448] Reading /tmp/dist-test-taskFFU0Td/test-tmp/mini-kudu-cluster6095308065244543264/master-2/wal/instance
21:00:48.629 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.629163 21150 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
21:00:48.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.636340 21150 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.112.254" port: 42935 } has no permanent_uuid. Determining permanent_uuid...
21:00:48.646 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.645897 21150 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.112.253" port: 33133 } has no permanent_uuid. Determining permanent_uuid...
21:00:48.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.651573 21150 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } has no permanent_uuid. Determining permanent_uuid...
21:00:48.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.662593 21150 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6: Bootstrap starting.
21:00:48.663 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.663595 21008 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } attempt: 3
21:00:48.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.663741 20931 external_mini_cluster.cc:955] 0 TS(s) registered with all masters
21:00:48.666 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:00:48.666 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

21:00:48.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.667094 21150 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6: Neither blocks nor log segments found. Creating new log.
21:00:48.668 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.668356 21150 log.cc:826] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6: Log is configured to *not* fsync() on all Append() calls
21:00:48.671 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.671406 21150 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6: No bootstrap required, opened a new log
21:00:48.667 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.20.112.254"
      port: 42935
    }
    bound_http_address {
      host: "127.20.112.254"
      port: 40197
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.20.112.253"
      port: 33133
    }
    bound_http_address {
      host: "127.20.112.253"
      port: 32899
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.20.112.252"
      port: 39193
    }
    bound_http_address {
      host: "127.20.112.252"
      port: 40941
    }
  }
}

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

21:00:48.674 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
21:00:48.675 [INFO - Metastore-Handler-Pool: Thread-223] (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=59606465-a6e0-4681-b0a4-2fd714fee5c6, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.20.112.254:42935,127.20.112.252:39193,127.20.112.253:33133}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)	
21:00:48.676 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:564) Opening raw store with implementation class: org.apache.hadoop.hive.metastore.ObjectStore
21:00:48.676 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.676375 21008 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 53abff1b65ca4ae8a0c1e49f41d08b56: Bootstrap starting.
21:00:48.676 [INFO - Metastore-Handler-Pool: Thread-223] (PersistenceManagerProvider.java:605) Configuration datanucleus.autoStartMechanismMode is not set. Defaulting to 'ignored'
21:00:48.676 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@48bd0e1d, with PersistenceManager: null will be shutdown
21:00:48.677 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:428) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@48bd0e1d, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@70178fbe created in the thread with id: 223
21:00:48.678 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.678584 21150 raft_consensus.cc:359] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "53abff1b65ca4ae8a0c1e49f41d08b56" member_type: VOTER last_known_addr { host: "127.20.112.254" port: 42935 } } peers { permanent_uuid: "97532f87cfbf4b67a4a6ff77d213cfb9" member_type: VOTER last_known_addr { host: "127.20.112.253" port: 33133 } } peers { permanent_uuid: "64d0f12580c74d5097055f1ce11c16f6" member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } }
21:00:48.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.679080 21150 raft_consensus.cc:385] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:00:48.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.679327 21150 raft_consensus.cc:740] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 64d0f12580c74d5097055f1ce11c16f6, State: Initialized, Role: FOLLOWER
21:00:48.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.680121 21150 consensus_queue.cc:260] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6 [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: "53abff1b65ca4ae8a0c1e49f41d08b56" member_type: VOTER last_known_addr { host: "127.20.112.254" port: 42935 } } peers { permanent_uuid: "97532f87cfbf4b67a4a6ff77d213cfb9" member_type: VOTER last_known_addr { host: "127.20.112.253" port: 33133 } } peers { permanent_uuid: "64d0f12580c74d5097055f1ce11c16f6" member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } }
21:00:48.680 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.680426 21008 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 53abff1b65ca4ae8a0c1e49f41d08b56: Neither blocks nor log segments found. Creating new log.
21:00:48.681 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:551) Created RawStore: org.apache.hadoop.hive.metastore.ObjectStore@48bd0e1d
21:00:48.682 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.681968 21008 log.cc:826] T 00000000000000000000000000000000 P 53abff1b65ca4ae8a0c1e49f41d08b56: Log is configured to *not* fsync() on all Append() calls
21:00:48.687 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.687409 21156 sys_catalog.cc:455] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6 [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: "53abff1b65ca4ae8a0c1e49f41d08b56" member_type: VOTER last_known_addr { host: "127.20.112.254" port: 42935 } } peers { permanent_uuid: "97532f87cfbf4b67a4a6ff77d213cfb9" member_type: VOTER last_known_addr { host: "127.20.112.253" port: 33133 } } peers { permanent_uuid: "64d0f12580c74d5097055f1ce11c16f6" member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } } }
21:00:48.688 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.688696 21156 sys_catalog.cc:458] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6 [sys.catalog]: This master's current role is: FOLLOWER
21:00:48.693 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.688792 21150 sys_catalog.cc:565] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6 [sys.catalog]: configured and running, proceeding with master startup.
21:00:48.697 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.697589 21008 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 53abff1b65ca4ae8a0c1e49f41d08b56: No bootstrap required, opened a new log
21:00:48.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.704337 21008 raft_consensus.cc:359] T 00000000000000000000000000000000 P 53abff1b65ca4ae8a0c1e49f41d08b56 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "53abff1b65ca4ae8a0c1e49f41d08b56" member_type: VOTER last_known_addr { host: "127.20.112.254" port: 42935 } } peers { permanent_uuid: "97532f87cfbf4b67a4a6ff77d213cfb9" member_type: VOTER last_known_addr { host: "127.20.112.253" port: 33133 } } peers { permanent_uuid: "64d0f12580c74d5097055f1ce11c16f6" member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } }
21:00:48.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.704638 21008 raft_consensus.cc:385] T 00000000000000000000000000000000 P 53abff1b65ca4ae8a0c1e49f41d08b56 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:00:48.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.704754 21008 raft_consensus.cc:740] T 00000000000000000000000000000000 P 53abff1b65ca4ae8a0c1e49f41d08b56 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 53abff1b65ca4ae8a0c1e49f41d08b56, State: Initialized, Role: FOLLOWER
21:00:48.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.705574 21008 consensus_queue.cc:260] T 00000000000000000000000000000000 P 53abff1b65ca4ae8a0c1e49f41d08b56 [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: "53abff1b65ca4ae8a0c1e49f41d08b56" member_type: VOTER last_known_addr { host: "127.20.112.254" port: 42935 } } peers { permanent_uuid: "97532f87cfbf4b67a4a6ff77d213cfb9" member_type: VOTER last_known_addr { host: "127.20.112.253" port: 33133 } } peers { permanent_uuid: "64d0f12580c74d5097055f1ce11c16f6" member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } }
21:00:48.706 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.706676 21163 sys_catalog.cc:455] T 00000000000000000000000000000000 P 53abff1b65ca4ae8a0c1e49f41d08b56 [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: "53abff1b65ca4ae8a0c1e49f41d08b56" member_type: VOTER last_known_addr { host: "127.20.112.254" port: 42935 } } peers { permanent_uuid: "97532f87cfbf4b67a4a6ff77d213cfb9" member_type: VOTER last_known_addr { host: "127.20.112.253" port: 33133 } } peers { permanent_uuid: "64d0f12580c74d5097055f1ce11c16f6" member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } } }
21:00:48.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.707098 21163 sys_catalog.cc:458] T 00000000000000000000000000000000 P 53abff1b65ca4ae8a0c1e49f41d08b56 [sys.catalog]: This master's current role is: FOLLOWER
21:00:48.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.708091 21008 sys_catalog.cc:565] T 00000000000000000000000000000000 P 53abff1b65ca4ae8a0c1e49f41d08b56 [sys.catalog]: configured and running, proceeding with master startup.
21:00:48.715 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.711724 21081 master_runner.cc:187] Error getting master registration for 127.20.112.254:42935: OK, instance_id { permanent_uuid: "53abff1b65ca4ae8a0c1e49f41d08b56" instance_seqno: 1783544447728491 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
21:00:48.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.716172 21081 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
21:00:48.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.716543 20962 tablet.cc:2406] T 00000000000000000000000000000000 P 53abff1b65ca4ae8a0c1e49f41d08b56: Can't schedule compaction. Clean time has not been advanced past its initial value.
21:00:48.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.720171 21169 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
21:00:48.720 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.720485 21169 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
21:00:48.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.753284 21156 raft_consensus.cc:493] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
21:00:48.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.753616 21156 raft_consensus.cc:515] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "53abff1b65ca4ae8a0c1e49f41d08b56" member_type: VOTER last_known_addr { host: "127.20.112.254" port: 42935 } } peers { permanent_uuid: "97532f87cfbf4b67a4a6ff77d213cfb9" member_type: VOTER last_known_addr { host: "127.20.112.253" port: 33133 } } peers { permanent_uuid: "64d0f12580c74d5097055f1ce11c16f6" member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } }
21:00:48.756 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.755556 21156 leader_election.cc:290] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 53abff1b65ca4ae8a0c1e49f41d08b56 (127.20.112.254:42935), 97532f87cfbf4b67a4a6ff77d213cfb9 (127.20.112.253:33133)
21:00:48.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.756683 20983 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "64d0f12580c74d5097055f1ce11c16f6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "53abff1b65ca4ae8a0c1e49f41d08b56" is_pre_election: true
21:00:48.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.757535 20983 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 53abff1b65ca4ae8a0c1e49f41d08b56 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 64d0f12580c74d5097055f1ce11c16f6 in term 0.
21:00:48.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.758466 21100 leader_election.cc:304] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6 [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: 53abff1b65ca4ae8a0c1e49f41d08b56, 64d0f12580c74d5097055f1ce11c16f6; no voters: 
21:00:48.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.758948 21156 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6 [term 0 FOLLOWER]: Leader pre-election won for term 1
21:00:48.763 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.759086 21156 raft_consensus.cc:493] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
21:00:48.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.759172 21156 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6 [term 0 FOLLOWER]: Advancing to term 1
21:00:48.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.762948 21156 raft_consensus.cc:515] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "53abff1b65ca4ae8a0c1e49f41d08b56" member_type: VOTER last_known_addr { host: "127.20.112.254" port: 42935 } } peers { permanent_uuid: "97532f87cfbf4b67a4a6ff77d213cfb9" member_type: VOTER last_known_addr { host: "127.20.112.253" port: 33133 } } peers { permanent_uuid: "64d0f12580c74d5097055f1ce11c16f6" member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } }
21:00:48.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.765786 21156 leader_election.cc:290] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6 [CANDIDATE]: Term 1 election: Requested vote from peers 53abff1b65ca4ae8a0c1e49f41d08b56 (127.20.112.254:42935), 97532f87cfbf4b67a4a6ff77d213cfb9 (127.20.112.253:33133)
21:00:48.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.765599 20983 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "64d0f12580c74d5097055f1ce11c16f6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "53abff1b65ca4ae8a0c1e49f41d08b56"
21:00:48.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.766721 20983 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 53abff1b65ca4ae8a0c1e49f41d08b56 [term 0 FOLLOWER]: Advancing to term 1
21:00:48.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.771868 20983 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 53abff1b65ca4ae8a0c1e49f41d08b56 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 64d0f12580c74d5097055f1ce11c16f6 in term 1.
21:00:48.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.774374 21100 leader_election.cc:304] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6 [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: 53abff1b65ca4ae8a0c1e49f41d08b56, 64d0f12580c74d5097055f1ce11c16f6; no voters: 
21:00:48.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.774752 21156 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6 [term 1 FOLLOWER]: Leader election won for term 1
21:00:48.781 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.781150 21156 raft_consensus.cc:697] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6 [term 1 LEADER]: Becoming Leader. State: Replica: 64d0f12580c74d5097055f1ce11c16f6, State: Running, Role: LEADER
21:00:48.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.781967 21156 consensus_queue.cc:237] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6 [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: "53abff1b65ca4ae8a0c1e49f41d08b56" member_type: VOTER last_known_addr { host: "127.20.112.254" port: 42935 } } peers { permanent_uuid: "97532f87cfbf4b67a4a6ff77d213cfb9" member_type: VOTER last_known_addr { host: "127.20.112.253" port: 33133 } } peers { permanent_uuid: "64d0f12580c74d5097055f1ce11c16f6" member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } }
21:00:48.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.777565 20942 master_runner.cc:187] Error getting master registration for 127.20.112.253:33133: OK, instance_id { permanent_uuid: "97532f87cfbf4b67a4a6ff77d213cfb9" instance_seqno: 1783544448171125 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
21:00:48.789 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.789606 20942 master_runner.cc:419] Couldn't verify the masters in the cluster. Trying again...
21:00:48.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.794490 21183 sys_catalog.cc:455] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 64d0f12580c74d5097055f1ce11c16f6. Latest consensus state: current_term: 1 leader_uuid: "64d0f12580c74d5097055f1ce11c16f6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "53abff1b65ca4ae8a0c1e49f41d08b56" member_type: VOTER last_known_addr { host: "127.20.112.254" port: 42935 } } peers { permanent_uuid: "97532f87cfbf4b67a4a6ff77d213cfb9" member_type: VOTER last_known_addr { host: "127.20.112.253" port: 33133 } } peers { permanent_uuid: "64d0f12580c74d5097055f1ce11c16f6" member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } } }
21:00:48.795 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.795444 21183 sys_catalog.cc:458] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6 [sys.catalog]: This master's current role is: LEADER
21:00:48.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.798478 21181 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 53abff1b65ca4ae8a0c1e49f41d08b56: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
21:00:48.798 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:48.798776 21181 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
21:00:48.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.801875 21185 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
21:00:48.804 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.804270 21185 catalog_manager.cc:1519] Initializing Kudu cluster ID...
21:00:48.819 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.818759 20983 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 53abff1b65ca4ae8a0c1e49f41d08b56 [term 1 FOLLOWER]: Refusing update from remote peer 64d0f12580c74d5097055f1ce11c16f6: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
21:00:48.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.820135 21183 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "53abff1b65ca4ae8a0c1e49f41d08b56" member_type: VOTER last_known_addr { host: "127.20.112.254" port: 42935 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
21:00:48.830 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.830528 21163 sys_catalog.cc:455] T 00000000000000000000000000000000 P 53abff1b65ca4ae8a0c1e49f41d08b56 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 64d0f12580c74d5097055f1ce11c16f6. Latest consensus state: current_term: 1 leader_uuid: "64d0f12580c74d5097055f1ce11c16f6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "53abff1b65ca4ae8a0c1e49f41d08b56" member_type: VOTER last_known_addr { host: "127.20.112.254" port: 42935 } } peers { permanent_uuid: "97532f87cfbf4b67a4a6ff77d213cfb9" member_type: VOTER last_known_addr { host: "127.20.112.253" port: 33133 } } peers { permanent_uuid: "64d0f12580c74d5097055f1ce11c16f6" member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } } }
21:00:48.831 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.830809 21163 sys_catalog.cc:458] T 00000000000000000000000000000000 P 53abff1b65ca4ae8a0c1e49f41d08b56 [sys.catalog]: This master's current role is: FOLLOWER
21:00:48.835 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.835284 21156 sys_catalog.cc:455] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "64d0f12580c74d5097055f1ce11c16f6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "53abff1b65ca4ae8a0c1e49f41d08b56" member_type: VOTER last_known_addr { host: "127.20.112.254" port: 42935 } } peers { permanent_uuid: "97532f87cfbf4b67a4a6ff77d213cfb9" member_type: VOTER last_known_addr { host: "127.20.112.253" port: 33133 } } peers { permanent_uuid: "64d0f12580c74d5097055f1ce11c16f6" member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } } }
21:00:48.836 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.835621 21156 sys_catalog.cc:458] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6 [sys.catalog]: This master's current role is: LEADER
21:00:48.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.839802 21185 catalog_manager.cc:1382] Generated new cluster ID: dddc42d068ab4134aee95a47065d7f8f
21:00:48.840 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.840101 21185 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
21:00:48.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.854516 21163 sys_catalog.cc:455] T 00000000000000000000000000000000 P 53abff1b65ca4ae8a0c1e49f41d08b56 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "64d0f12580c74d5097055f1ce11c16f6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "53abff1b65ca4ae8a0c1e49f41d08b56" member_type: VOTER last_known_addr { host: "127.20.112.254" port: 42935 } } peers { permanent_uuid: "97532f87cfbf4b67a4a6ff77d213cfb9" member_type: VOTER last_known_addr { host: "127.20.112.253" port: 33133 } } peers { permanent_uuid: "64d0f12580c74d5097055f1ce11c16f6" member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } } }
21:00:48.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.854826 21163 sys_catalog.cc:458] T 00000000000000000000000000000000 P 53abff1b65ca4ae8a0c1e49f41d08b56 [sys.catalog]: This master's current role is: FOLLOWER
21:00:48.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.869794 21185 catalog_manager.cc:1405] Generated new certificate authority record
21:00:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.875028 21079 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } attempt: 5
21:00:48.881 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.875895 21185 catalog_manager.cc:1539] Loading token signing keys...
21:00:48.908 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.908254 21079 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 97532f87cfbf4b67a4a6ff77d213cfb9: Bootstrap starting.
21:00:48.918 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.917856 21079 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 97532f87cfbf4b67a4a6ff77d213cfb9: Neither blocks nor log segments found. Creating new log.
21:00:48.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.930205 21079 log.cc:826] T 00000000000000000000000000000000 P 97532f87cfbf4b67a4a6ff77d213cfb9: Log is configured to *not* fsync() on all Append() calls
21:00:48.949 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.949146 21185 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6: Generated new TSK 0
21:00:48.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.959965 21079 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 97532f87cfbf4b67a4a6ff77d213cfb9: No bootstrap required, opened a new log
21:00:48.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.964944 21185 catalog_manager.cc:1549] Initializing in-progress tserver states...
21:00:48.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.982036 21079 raft_consensus.cc:359] T 00000000000000000000000000000000 P 97532f87cfbf4b67a4a6ff77d213cfb9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "53abff1b65ca4ae8a0c1e49f41d08b56" member_type: VOTER last_known_addr { host: "127.20.112.254" port: 42935 } } peers { permanent_uuid: "97532f87cfbf4b67a4a6ff77d213cfb9" member_type: VOTER last_known_addr { host: "127.20.112.253" port: 33133 } } peers { permanent_uuid: "64d0f12580c74d5097055f1ce11c16f6" member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } }
21:00:48.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.982786 21079 raft_consensus.cc:385] T 00000000000000000000000000000000 P 97532f87cfbf4b67a4a6ff77d213cfb9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
21:00:48.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.983039 21079 raft_consensus.cc:740] T 00000000000000000000000000000000 P 97532f87cfbf4b67a4a6ff77d213cfb9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 97532f87cfbf4b67a4a6ff77d213cfb9, State: Initialized, Role: FOLLOWER
21:00:48.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.984560 21079 consensus_queue.cc:260] T 00000000000000000000000000000000 P 97532f87cfbf4b67a4a6ff77d213cfb9 [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: "53abff1b65ca4ae8a0c1e49f41d08b56" member_type: VOTER last_known_addr { host: "127.20.112.254" port: 42935 } } peers { permanent_uuid: "97532f87cfbf4b67a4a6ff77d213cfb9" member_type: VOTER last_known_addr { host: "127.20.112.253" port: 33133 } } peers { permanent_uuid: "64d0f12580c74d5097055f1ce11c16f6" member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } }
21:00:48.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.995283 21193 sys_catalog.cc:455] T 00000000000000000000000000000000 P 97532f87cfbf4b67a4a6ff77d213cfb9 [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: "53abff1b65ca4ae8a0c1e49f41d08b56" member_type: VOTER last_known_addr { host: "127.20.112.254" port: 42935 } } peers { permanent_uuid: "97532f87cfbf4b67a4a6ff77d213cfb9" member_type: VOTER last_known_addr { host: "127.20.112.253" port: 33133 } } peers { permanent_uuid: "64d0f12580c74d5097055f1ce11c16f6" member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } } }
21:00:48.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.995631 21193 sys_catalog.cc:458] T 00000000000000000000000000000000 P 97532f87cfbf4b67a4a6ff77d213cfb9 [sys.catalog]: This master's current role is: FOLLOWER
21:00:49.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:48.999567 21054 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "64d0f12580c74d5097055f1ce11c16f6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "97532f87cfbf4b67a4a6ff77d213cfb9" is_pre_election: true
21:00:49.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:49.000095 21054 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 97532f87cfbf4b67a4a6ff77d213cfb9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 64d0f12580c74d5097055f1ce11c16f6 in term 0.
21:00:49.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:49.001009 21052 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 97532f87cfbf4b67a4a6ff77d213cfb9 [term 0 FOLLOWER]: Advancing to term 1
21:00:49.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:49.004381 21053 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "64d0f12580c74d5097055f1ce11c16f6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "97532f87cfbf4b67a4a6ff77d213cfb9"
21:00:49.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:49.006366 21052 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 97532f87cfbf4b67a4a6ff77d213cfb9 [term 1 FOLLOWER]: Refusing update from remote peer 64d0f12580c74d5097055f1ce11c16f6: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
21:00:49.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:49.008221 21183 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "97532f87cfbf4b67a4a6ff77d213cfb9" member_type: VOTER last_known_addr { host: "127.20.112.253" port: 33133 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
21:00:49.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:49.006793 21079 sys_catalog.cc:565] T 00000000000000000000000000000000 P 97532f87cfbf4b67a4a6ff77d213cfb9 [sys.catalog]: configured and running, proceeding with master startup.
21:00:49.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:49.072666 21193 sys_catalog.cc:455] T 00000000000000000000000000000000 P 97532f87cfbf4b67a4a6ff77d213cfb9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 64d0f12580c74d5097055f1ce11c16f6. Latest consensus state: current_term: 1 leader_uuid: "64d0f12580c74d5097055f1ce11c16f6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "53abff1b65ca4ae8a0c1e49f41d08b56" member_type: VOTER last_known_addr { host: "127.20.112.254" port: 42935 } } peers { permanent_uuid: "97532f87cfbf4b67a4a6ff77d213cfb9" member_type: VOTER last_known_addr { host: "127.20.112.253" port: 33133 } } peers { permanent_uuid: "64d0f12580c74d5097055f1ce11c16f6" member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } } }
21:00:49.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:49.072638 21200 sys_catalog.cc:455] T 00000000000000000000000000000000 P 97532f87cfbf4b67a4a6ff77d213cfb9 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "64d0f12580c74d5097055f1ce11c16f6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "53abff1b65ca4ae8a0c1e49f41d08b56" member_type: VOTER last_known_addr { host: "127.20.112.254" port: 42935 } } peers { permanent_uuid: "97532f87cfbf4b67a4a6ff77d213cfb9" member_type: VOTER last_known_addr { host: "127.20.112.253" port: 33133 } } peers { permanent_uuid: "64d0f12580c74d5097055f1ce11c16f6" member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } } }
21:00:49.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:49.073017 21193 sys_catalog.cc:458] T 00000000000000000000000000000000 P 97532f87cfbf4b67a4a6ff77d213cfb9 [sys.catalog]: This master's current role is: FOLLOWER
21:00:49.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:49.073057 21200 sys_catalog.cc:458] T 00000000000000000000000000000000 P 97532f87cfbf4b67a4a6ff77d213cfb9 [sys.catalog]: This master's current role is: FOLLOWER
21:00:49.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:49.085412 21209 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
21:00:49.167 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MColumn" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:49.197 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:49.197 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MStorageDescriptor" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:49.344 [INFO - Metastore-Handler-Pool: Thread-223] (MetastoreDefaultTransformer.java:626) Starting translation for CreateTable for processor null with null on table table
21:00:49.364 [INFO - Metastore-Handler-Pool: Thread-223] (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/hive11380318166989616496/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=59606465-a6e0-4681-b0a4-2fd714fee5c6, storage_handler=org.apache.hadoop.hive.kudu.KuduStorageHandler, kudu.master_addresses=127.20.112.254:42935,127.20.112.252:39193,127.20.112.253:33133}, viewOriginalText:null, viewExpandedText:null, tableType:EXTERNAL_TABLE, catName:hive, ownerType:USER)
21:00:49.367 [INFO - Metastore-Handler-Pool: Thread-223] (FileUtils.java:211) Creating directory if it doesn't exist: file:/tmp/hive11380318166989616496/external-warehouse/table
21:00:49.455 [DEBUG - Metastore-Handler-Pool: Thread-223] (SecurityContext.java:163) Caller-provided subject Subject:
	Principal: UnixPrincipal: slave
	Principal: UnixNumericUserPrincipal: 1000
	Principal: UnixNumericGroupPrincipal [Primary Group]: 1000
	Principal: slave
 does not have any Kerberos credentials. Ignoring it.
21:00:49.457 [DEBUG - Metastore-Handler-Pool: Thread-223] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
21:00:49.459 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.20.112.254:42935(127.20.112.254:42935)] connecting to peer
21:00:49.461 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.20.112.252:39193(127.20.112.252:39193)] connecting to peer
21:00:49.461 [DEBUG - Metastore-Handler-Pool: Thread-223] (Connection.java:748) [peer master-127.20.112.253:33133(127.20.112.253:33133)] connecting to peer
21:00:49.462 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.20.112.254:42935(127.20.112.254:42935)] Successfully connected to peer
21:00:49.469 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.20.112.252:39193(127.20.112.252:39193)] Successfully connected to peer
21:00:49.477 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.20.112.252
21:00:49.487 [DEBUG - kudu-nio-2] (Connection.java:757) [peer master-127.20.112.253:33133(127.20.112.253:33133)] Successfully connected to peer
21:00:49.498 [DEBUG - kudu-nio-1] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
21:00:49.501 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.20.112.254
21:00:49.504 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x626ff626, L:/127.0.0.1:39012 - R:/127.20.112.252:39193] using SASL/PLAIN
21:00:49.509 [DEBUG - kudu-nio-2] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.20.112.253
21:00:49.515 [DEBUG - kudu-nio-0] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
21:00:49.515 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
21:00:49.521 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xb21e77aa, L:/127.0.0.1:60144 - R:/127.20.112.254:42935] using SASL/PLAIN
21:00:49.537 [DEBUG - kudu-nio-2] (SslHandler.java:1993) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.3 cipher suite:TLS_AES_128_GCM_SHA256
21:00:49.543 [DEBUG - kudu-nio-2] (Negotiator.java:919) Authenticated connection [id: 0xdd577b32, L:/127.0.0.1:53478 - R:/127.20.112.253:33133] using SASL/PLAIN
21:00:49.555 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:00:49.582 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:3711) Skipping translation for processor with null
21:00:49.583 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 alter_table: hive.default.table newtbl=table	
21:00:49.589 [INFO - Metastore-Handler-Pool: Thread-223] (MetastoreDefaultTransformer.java:744) Starting translation for Alter table for processor null with null on table table
21:00:49.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:49.606770 21183 sys_catalog.cc:455] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "64d0f12580c74d5097055f1ce11c16f6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "53abff1b65ca4ae8a0c1e49f41d08b56" member_type: VOTER last_known_addr { host: "127.20.112.254" port: 42935 } } peers { permanent_uuid: "97532f87cfbf4b67a4a6ff77d213cfb9" member_type: VOTER last_known_addr { host: "127.20.112.253" port: 33133 } } peers { permanent_uuid: "64d0f12580c74d5097055f1ce11c16f6" member_type: VOTER last_known_addr { host: "127.20.112.252" port: 39193 } } }
21:00:49.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:49.607070 21183 sys_catalog.cc:458] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6 [sys.catalog]: This master's current role is: LEADER
21:00:49.628 [INFO - Metastore-Handler-Pool: Thread-223] (MetaStoreServerUtils.java:473) Updating table stats for table
21:00:49.628 [INFO - Metastore-Handler-Pool: Thread-223] (MetaStoreServerUtils.java:476) Updated size of table table to 0
21:00:49.714 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 get_table : tbl=hive.default.table	
21:00:49.737 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:3711) Skipping translation for processor with null
21:00:49.738 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=source:127.0.0.1 drop_table_req: table	
21:00:49.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:49.801780 21181 catalog_manager.cc:1294] Loaded cluster ID: dddc42d068ab4134aee95a47065d7f8f
21:00:49.805 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:49.801892 21181 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 53abff1b65ca4ae8a0c1e49f41d08b56: loading cluster ID for follower catalog manager: success
21:00:49.806 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:49.806020 21181 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 53abff1b65ca4ae8a0c1e49f41d08b56: acquiring CA information for follower catalog manager: success
21:00:49.808 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:49.808766 21181 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 53abff1b65ca4ae8a0c1e49f41d08b56: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
21:00:49.836 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartition" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:49.956 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:49.989 [WARN - Metastore-Handler-Pool: Thread-223] (Log4J2Logger.java:83) The MetaData for "org.apache.hadoop.hive.metastore.model.MPartitionColumnPrivilege" is specified with a foreign-key at class level yet no "table" is defined. All foreign-keys at this level must have a table that the FK goes to.
21:00:50.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:50.090971 21209 catalog_manager.cc:1294] Loaded cluster ID: dddc42d068ab4134aee95a47065d7f8f
21:00:50.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:50.091107 21209 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 97532f87cfbf4b67a4a6ff77d213cfb9: loading cluster ID for follower catalog manager: success
21:00:50.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:50.094988 21209 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 97532f87cfbf4b67a4a6ff77d213cfb9: acquiring CA information for follower catalog manager: success
21:00:50.098 [INFO - Metastore-Handler-Pool: Thread-223] (Configuration.java:1462) io.bytes.per.checksum is deprecated. Instead, use dfs.bytes-per-checksum
21:00:50.099 [INFO - main] (HiveMetaStoreClient.java:1029) Closed a connection to metastore, current connections: 0
21:00:50.099 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Cleaning up thread local RawStore...	
21:00:50.099 [INFO - Metastore-Handler-Pool: Thread-223] (ObjectStore.java:548) RawStore: org.apache.hadoop.hive.metastore.ObjectStore@48bd0e1d, with PersistenceManager: org.datanucleus.api.jdo.JDOPersistenceManager@70178fbe will be shutdown
21:00:50.099 [INFO - Metastore-Handler-Pool: Thread-223] (HMSHandler.java:202) ugi=slave	ip=127.0.0.1	cmd=Done cleaning up thread local RawStore	
21:00:50.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:50.099628 20931 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu pid 20942
21:00:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:50.101126 21003 generic_service.cc:196] Checking for leaks (request via RPC)
21:00:50.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:50.101405 21209 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 97532f87cfbf4b67a4a6ff77d213cfb9: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
21:00:50.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:50.252166 20931 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu with pid 20942
21:00:50.271 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.20.112.254:42935(127.20.112.254:42935)] handling channelInactive
21:00:50.272 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.20.112.254:42935(127.20.112.254:42935)] cleaning up while in state READY due to: connection closed
21:00:50.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:50.271505 20931 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu pid 21012
21:00:50.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:50.273025 21074 generic_service.cc:196] Checking for leaks (request via RPC)
21:00:50.275 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:50.275065 21100 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.20.112.254:42935: connect: Connection refused (error 111)
21:00:50.276 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260708 21:00:50.276476 21100 consensus_peers.cc:597] T 00000000000000000000000000000000 P 64d0f12580c74d5097055f1ce11c16f6 -> Peer 53abff1b65ca4ae8a0c1e49f41d08b56 (127.20.112.254:42935): Couldn't send request to peer 53abff1b65ca4ae8a0c1e49f41d08b56. Status: Network error: Client connection negotiation failed: client connection to 127.20.112.254:42935: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
21:00:50.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:50.376967 20931 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu with pid 21012
21:00:50.390 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:50.389962 20931 external_mini_cluster.cc:1705] Attempting to check leaks for /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu pid 21081
21:00:50.390 [DEBUG - kudu-nio-2] (Connection.java:239) [peer master-127.20.112.253:33133(127.20.112.253:33133)] handling channelInactive
21:00:50.390 [DEBUG - kudu-nio-2] (Connection.java:709) [peer master-127.20.112.253:33133(127.20.112.253:33133)] cleaning up while in state READY due to: connection closed
21:00:50.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:50.391033 21145 generic_service.cc:196] Checking for leaks (request via RPC)
21:00:50.499 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260708 21:00:50.499140 20931 external_mini_cluster.cc:1664] Killing /tmp/dist-test-taskFFU0Td/build/asan/bin/kudu with pid 21081
21:00:50.515 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.20.112.252:39193(127.20.112.252:39193)] handling channelInactive
21:00:50.515 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.20.112.252:39193(127.20.112.252:39193)] cleaning up while in state READY due to: connection closed
21:00:50.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-07-08T21:00:50Z chronyd exiting

Time: 35.048

OK (6 tests)

